GET persistence/clus_name/stores/stor_name
The web method GET persistence/clus_name/stores/stor_name retrieves the status of a specific persistence store within a cluster.
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,
      "type":"standard"
    }]
}
 
	 Copyright © Cloud Software Group, Inc. All rights reserved.
