> Объект узла высокой доступности
Следующий объект связан с управлением кластером высокой доступности Zabbix серверов.
High availability node
Nodes are created by the Zabbix server and cannot be modified via the API.
The High availability node object has the following properties.
| Property | Type | Description |
|---|---|---|
| ha_nodeid | string | ID of the node. |
| name | string | Name assigned to the node, using the HANodeName configuration entry of zabbix_server.conf. Empty for a server running in standalone mode. |
| address | string | IP or DNS name where the node connects from. |
| port | integer | Port on which the node is running. |
| lastaccess | integer | Heartbeat time, t.i. time of last update from the node. UTC timestamp. |
| status | integer | State of the node. Possible values: 0 - standby; 1 - stopped manually; 2 - unavailable; 3 - active. |