blob: 70a7a88ef06bb76a80617d8ae0f560228c892975 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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"
]
}
|