summaryrefslogtreecommitdiffstats
path: root/src/share/api/shutdown.json
blob: bc7bc9d242c94ff420720bd45120c25b105e672b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
    "access": "write",
    "avail": "1.0.0",
    "brief": [
        "This command instructs the server to initiate its shutdown procedure."
    ],
    "cmd-comment": [
        "The server responds with a confirmation that the shutdown procedure has been initiated."
    ],
    "cmd-syntax": [
        "{",
        "    \"command\": \"shutdown\"",
        "    \"arguments\": {",
        "        \"exit-value\": 123",
        "    }",
        "}"
    ],
    "description": "See <xref linkend=\"command-shutdown\"/>",
    "name": "shutdown",
    "support": [
        "kea-dhcp4",
        "kea-dhcp6",
        "kea-dhcp-ddns",
        "kea-ctrl-agent"
    ]
}