GET persistence/clusters/<clus_name>/servers/<svc_name>
This web method retrieves the status of a specific persistence service within a cluster.
- <clus_name> in the URI is the cluster name.
- <svc_name> in the URI is the service name.
Example Requests
curl -X GET http://<host>:<port>/api/v1/persistence/clusters/<clus_name>/servers/<svc_name>