{ "access": "write", "avail": "1.4.0", "brief": [ "This command is sent internally by a Kea partner when operating in High Availability (HA) mode or by the system administrator to verify the state of the servers with regards to the High Availability. It retrieves the server's HA state and clock value." ], "cmd-syntax": [ "{", " \"command\": \"ha-heartbeat\"", "}" ], "description": "See ", "hook": "high_availability", "name": "ha-heartbeat", "resp-comment": [ "The response includes a server state (see :ref:`ha-server-states`), current clock value, served scopes and the counter indicating how many leases the server has allocated without sending lease updates to its partner. The partner uses this counter to determine if it should synchronize its lease database." ], "resp-syntax": [ "{", " \"result\": 0,", " \"text\": \"HA peer status returned.\",", " \"arguments\": {", " \"state\": ,", " \"date-time\": ,", " \"scopes\": [ , , ... ],", " \"unsent-update-count\": ", " }", "}" ], "support": [ "kea-dhcp4", "kea-dhcp6" ] }