GET persistence/clusters/<clus_name>/stores/<stor_name>
This web method retrieves the status of a specific persistence store within a cluster.
- <clus_name> in the URI is the cluster name.
- <stor_name> in the URI is the store name.
Example Requests
curl -X GET http://<host>:<port>/api/v1/persistence/clusters/<clus_name>/stores/<stor_name>
Example JSON Representation
{
"name": "st1",
"cluster": "RealmPersistenceCluster",
"store_leader": "pserver1",
"durable_count": 3,
"message_count": 0,
"message_size": 0,
"swap_message_count": 0,
"swap_message_size": 0,
"expiration_count": 1001,
"bytelimit": "",
"message_limit": 0
}