diff options
Diffstat (limited to 'src/share/api/ha-reset.json')
-rw-r--r-- | src/share/api/ha-reset.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/share/api/ha-reset.json b/src/share/api/ha-reset.json new file mode 100644 index 0000000..70a7a88 --- /dev/null +++ b/src/share/api/ha-reset.json @@ -0,0 +1,22 @@ +{ + "access": "write", + "avail": "1.9.4", + "brief": [ + "This command resets the HA state machine of the server by transitioning it to the waiting state." + ], + "cmd-syntax": [ + "{", + " \"command\": \"ha-reset\",", + " \"arguments\": {", + " \"server-name\": \"server1\"", + " }", + "}" + ], + "description": "See <xref linkend=\"command-ha-reset\"/>", + "hook": "high_availability", + "name": "ha-reset", + "support": [ + "kea-dhcp4", + "kea-dhcp6" + ] +} |