GET persistence/clus_name/servers

The web method GET persistence/clus_name/servers retrieves a collection of persistence server status objects within a specific cluster.

clus_name in the URI is the cluster name.

Example Requests

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

Example JSON Representation

{
  "servers":[{
      "app_name":"_Cluster_Cluster",
      "client_label":"Persistence Server pserver",
      "client_name":"pserver",
      "cluster":"Cluster",
      "description":"",
      "disk_state":-1,
      "history":"0,0",
      "history_quorum_number":0,
      "history_timestamp":0,
      "history_update_version":0,
      "host":"reed",
      "id":51035,
      "identifier":"pserver",
      "ip":"10.101.2.226",
      "last_contact":"Mar 8, 2016 2:35:56 PM",
      "last_contact_delta":211,
      "other_info":"Cores=24, Group=doc, Effective User=docbp, User=docbp, Effective Group=doc, Pid=14287, OS Spec=Linux 2.6.32-573.3.1.el6.x86_64 x86_64",
      "pserver_set":"_setA",
      "quorum_number":0,
      "quorum_state":-1,
      "quorum_state_label":"unknown",
      "realm_revision":56489,
      "server_version":"TIBCO FTL Store 5.0.0   V1",
      "startup":"Mar 8, 2016 2:31:48 PM",
      "status":1,
      "status_label":"Running",
      "version":"5.0.0   V1"
    }]
}