GET persistence/clusters/clus_name/stores/stor_name/durables
The web method GET persistence/clusters/clus_name/stores/stor_name/durables retrieves a collection of durable status objects from a specific persistence store within a cluster.
Example Requests
curl -X GET http://host:port/api/v1/persistence/clusters/GET http://host:port/api/v1/persistence/clusters/clus_name/stores/stor_name/durables
Example JSON Representation
{
"durables":[{
"client_id":51039,
"client_ids":[51039],
"clients":[{
"client_id":51039,
"last_acked":0,
"last_dispatched":0,
"last_sent":0,
"message_count":0,
"message_size":0,
"num_unacked":0
}],
"dynamic":true,
"message_count":0,
"message_size":0,
"name":"foo",
"shared":false,
"swap_bytelimit": "200",
"type":"standard"
}]
}
Copyright © Cloud Software Group, Inc. All rights reserved.
