summaryrefslogtreecommitdiffstats
path: root/src/share/api/shutdown.json
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 11:36:04 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 11:36:04 +0000
commit040eee1aa49b49df4698d83a05af57c220127fd1 (patch)
treef635435954e6ccde5eee9893889e24f30ca68346 /src/share/api/shutdown.json
parentInitial commit. (diff)
downloadisc-kea-040eee1aa49b49df4698d83a05af57c220127fd1.tar.xz
isc-kea-040eee1aa49b49df4698d83a05af57c220127fd1.zip
Adding upstream version 2.2.0.upstream/2.2.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/share/api/shutdown.json')
-rw-r--r--src/share/api/shutdown.json26
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..bc7bc9d
--- /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"
+ ]
+}