GET persistence/clusters

The web method GET persistence/clusters retrieves a collection of persistence cluster status objects.

Example Requests

curl -X GET http://host:port/api/v1/persistence/clusters

Example JSON Representation

{
  "clusters":[{
      "name":"Cluster",
      "servers":["pserver"],
      "stores":["pstore"]
    }]
}