GET persistence/clusters/<clus_name>/servers
This web method 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": 17828,
      "record_id": "17828",
      "type": 6,
      "type_label": "Persistence Server",
      "realm_revision": 6026,
      "status": 1,
      "status_label": "Running",
      "client_label": "Persistence Server p14",
      "connect_time": 1661984877969,
      "uptime": 112185,
      "last_contact": "2022-08-31T17:29:52.064167001-05:00",
      "last_contact_delta": 1045,
      "other_info": "Group=group1, Effective User=user1, Effective Group=group1, OS Spec=Linux 5.15.0-46-generic x86_64, Pid=261220, Cores=4, User=user1",
      "client_name": "p14",
      "user": "",
      "version": "6.9.0 V3",
      "host": "test1-t470s",
      "ip": "127.0.1.1",
      "identifier": "p14",
      "app_name": "_Server_p14",
      "compaction_in_progress": false,
      "backup_in_progress": false,
      "reporting_server_label": "",
      "reporting_server_id": "b6ca6f72-ea72-49e5-b1ee-32dbb0e119e2",
      "realm_name": "_default_realm",
      "app_instance": "default",
      "startup": "2022-08-31T17:27:57.897779-05:00",
      "sub_app_instance": "default",
      "log_label": "Client(Persistence Server p14)",
      "log_level": "info",
      "log_mode": "off",
      "initial_server_version": "6.9.0 V3",
      "pserver_set": "sset1",
      "history": "2,24",
      "history_timestamp": 1661979067085,
      "history_quorum_number": 2,
      "history_update_version": 24,
      "history_update_version_committed": 24,
      "history_update_version_non_replicated": 0,
      "consistent_history": "-1,-1",
      "consistent_timestamp": -1,
      "consistent_quorum": -1,
      "consistent_version": -1,
      "consistent_version_committed": -1,
      "quorum_state": 2,
      "quorum_state_label": "Leader",
      "server_version": "TIBCO FTL Persistence Service 6.9.0   V3",
      "leader_name": "p14",
      "cluster": "c1",
      "disk_state": 4,
      "disk_persistence": "sync",
      "disk_swap": true,
      "disk_size": 139264,
      "disk_inuse_size": 12288,
      "backlog_limit": 268435456,
      "backlog_size": 0,
      "disk_backlog_size": 0,
      "message_count": 0,
      "message_size": 0,
      "disk_capacity": 246563770368,
      "disk_usage_limit": 234235581849,
      "disk_available": 193774510080,
      "disk_used": 40189992960,
      "last_primary_contact_millis": 1661984993108,
      "log_statement": [],
      "advisory": []
    }
  ]
}
                            Note: 
                        "disk_state":2 indicates the successful completion of a dump-to-disk operation.