]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Update ha-heartbeat.json
authorVicky Risk <vicky@isc.org>
Wed, 10 Oct 2018 11:26:18 +0000 (07:26 -0400)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 29 Oct 2019 17:58:11 +0000 (18:58 +0100)
doc/api/ha-heartbeat.json

index 1db61648dc41caf2eca9355ab2d435be26cbb230..87d0476748a7a0bd93a6026e92c71513a51b8856 100644 (file)
@@ -1,8 +1,7 @@
 {
     "name": "ha-heartbeat",
     "brief": "This command is sent internally by Kea partner when operating
-              in High Availability (HA) mode. It should not be used by users,
-              unless you want to implement complete HA replacement.",
+              in High Availability (HA) mode. It will retrieve the server HA state and clock value.",
     "description": "See <xref linkend=\"ha-server-states\"/>",
     "support": [ "kea-dhcp4", "kea-dhcp6" ],
     "avail": "1.4.0",
@@ -10,5 +9,5 @@
     "cmd-syntax": "{
     \"command\": \"ha-heartbeat\"
 ,
-    "resp-syntax": The response to this command is different from the typical command response. The response will include server state (see <xref linkend=\"ha-server-states\"/>" plus the current clock value. 
+    "resp-syntax": "The response to this command is different from the typical command response. The response will include server state (see <xref linkend=\"ha-server-states\"/> plus the current clock value.",
 }