GET persistence/clusters/clus_name/servers

The web method GET persistence/clusters/clus_name/servers retrieves a collection of persistence service 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/clusters/clus_name/servers

Example JSON Representation

{
  "servers": [
    {
      "id": 26030,
      "record_id": "26030",
      "type": 6,
      "type_label": "Persistence Server",
      "realm_revision": 6026,
      "status": 1,
      "status_label": "Running",
      "client_label": "Persistence Server pserver1",
      "connect_time": 1583942558394,
      "uptime": 10101,
      "last_contact": "2020-03-11T11:02:50.536384181-05:00",
      "last_contact_delta": 1597,
      "other_info": "Group=user1, Effective User=user1, Effective Group=group1, OS Spec=Linux 4.15.0-88-generic x86_64, Pid=22397, Cores=4, User=user1",
      "client_name": "pserver1",
      "user": "",
      "version": "6.4.0 V0",
      "host": "phost1-t470s",
      "ip": "127.0.1.1",
      "identifier": "pserver1",
      "app_name": "_Server_pserver1",
      "reporting_server_label": "ftls12@http://phost1-t470s:9120",
      "reporting_server_id": "722204fe-43c7-478e-b4b8-8b9525b5ac44",
      "realm_name": "_default_realm",
      "app_instance": "default",
      "startup": "2020-03-11T11:02:38.309887-05:00",
      "sub_app_instance": "default",
      "log_label": "Client(Persistence Server pserver1)",
      "log_level": "info",
      "log_mode": "off",
      "pserver_set": "sset1",
      "history": "9,7",
      "history_timestamp": 1583942556435,
      "history_quorum_number": 9,
      "history_update_version": 7,
      "consistent_history": "-1,-1",
      "consistent_timestamp": -1,
      "consistent_quorum": -1,
      "consistent_version": -1,
      "quorum_state": 3,
      "quorum_state_label": "Replica",
      "server_version": "TIBCO FTL Store 6.4.0   V0",
      "leader_name": "pserver3",
      "cluster": "c1",
      "disk_state": 0,
      "log_statement": [],
      "advisory": []
    },
    {
      "id": 21028,
      "record_id": "21028",
      "type": 6,

<lines omitted>

      "disk_state": 0,
      "log_statement": [],
      "advisory": []
    }
  ]
}
Note: "disk_state":2 indicates the successful completion of a dump-to-disk operation.