To query the status of all nodes in your cluster, complete the following steps.
curl --cookie cookies https://<IP-address-of-Central-Management-node>/api/cluster/status
The following is a sample response received.
For details of the meta object, see Message format.
{ "items": [ { "key": "b35c54da-b556-4f91-ade5-d26283d68277", "fqdn": "sps.example.com", "health_status": null, "sync_status": "n/a", "meta": { "configuration": "/api/cluster/nodes/b35c54da-b556-4f91-ade5-d26283d68277", "href": "/api/cluster/status/b35c54da-b556-4f91-ade5-d26283d68277" } }, { "key": "46f97a58-4028-467d-9a22-9cfe78ae3e1c", "last_seen": "2018-02-08T10:00:30Z", "fqdn": "managed-host.cluster", "health_status": { "memory": 62.5, "disk": 1.9, "swap": 0, "load1": 0.53, "load5": 0.68, "load15": 0.37, "sessions": { "ssh": 3, "rdp": 4 }, "total_sessions": 7 }, "sync_status": "pending", "configuration_sync": { "last_updated": "2018-02-08T09:59:00Z", "last_checked": "2018-02-08T09:59:00Z", "downloaded_xml_hash": "2853830f4aa0a90a63e75bab1b22e513", "issues": { "warnings": [ { "message": "Connection 'simple_ssh_connection' and local service 'SSH' conflict on 10.30.42.42:22", "paths": [ "/api/configuration/ssh/connections/12345", "/api/configuration/local_services/ssh" ] } ] } }, "meta": { "configuration": "/api/cluster/nodes/46f97a58-4028-467d-9a22-9cfe78ae3e1c", "href": "/api/cluster/status/46f97a58-4028-467d-9a22-9cfe78ae3e1c" } } ], "meta": { "href": "/api/cluster/status", "parent": "/api/cluster", "self": "/api/cluster/status/b35c54da-b556-4f91-ade5-d26283d68277" } }
Elements | Type | Description | ||
---|---|---|---|---|
items | Top-level element (list of JSON objects) | List of endpoints (objects) available from the current endpoint. | ||
key | string | The ID of the node. | ||
|
fqdn |
|
string |
The address of the node as a fully qualified domain name. |
|
health_status |
|
null or object |
The health status of a node. If the node is down, the value is null. Otherwise, the health-related data is listed. |
memory | floating point integer (percent) | Memory use | ||
disk | floating point integer (percent) | Hard disk use | ||
swap | floating point integer (percent) | Swap use | ||
load1 | floating point integer |
The average system load during the last one minute. The values mean the following:
| ||
load5 | floating point integer |
The average system load during the last five-minute period. The values mean the following:
| ||
load15 | floating point integer |
The average system load during the last fifteen-minute period. The values mean the following:
| ||
sessions | string |
The protocol type and the number of ongoing sessions. For example: "sessions": { "ssh": 3, "rdp": 4 }, | ||
total_sessions | integer (number of) | The total number of ongoing sessions. | ||
sync_status | string |
Indicates the status of configuration synchronization. It has the following values:
| ||
meta | Top-level item (JSON object) | Contains links to different parts of the REST service. | ||
configuration | string (relative path) | The path to the configuration of the node that returned the response. | ||
href | string (relative path) | The path to the node that returned the response. | ||
last_seen | string | The last time the node sent status information to the Central Management node, in ISO 8601 format. | ||
configuration_sync | Top-level item (JSON object) | |||
|
|
downloaded_xml_hash |
string |
The hash of the latest downloaded configuration file (used for configuration synchronization). If no configuration file has been downloaded yet, it says null. |
last_updated | string | The last time the node's configuration was synchronized, in ISO 8601 format. | ||
last_checked | string | The last time the node attempted to fetch a new configuration, in ISO 8601 format. | ||
issues | Top-level item (JSON object) | The issues that occurred during configuration synchronization. |
© 2024 One Identity LLC. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy Cookie Preference Center