diff options
Diffstat (limited to 'src/share/api/shutdown.json')
-rw-r--r-- | src/share/api/shutdown.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/share/api/shutdown.json b/src/share/api/shutdown.json new file mode 100644 index 0000000..69e8160 --- /dev/null +++ b/src/share/api/shutdown.json @@ -0,0 +1,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" + ] +} |