diff options
Diffstat (limited to 'src/share/api/ha-reset.json')
-rw-r--r-- | src/share/api/ha-reset.json | 14 |
1 files changed, 14 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..6a78a12 --- /dev/null +++ b/src/share/api/ha-reset.json @@ -0,0 +1,14 @@ +{ + "access": "write", + "avail": "1.9.4", + "brief": [ + "This command resets the HA state machine of the server by transitioning it to the waiting state." + ], + "description": "See <xref linkend=\"command-ha-reset\"/>", + "hook": "high_availability", + "name": "ha-reset", + "support": [ + "kea-dhcp4", + "kea-dhcp6" + ] +} |