]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Add new file
authorSuzanne Goldlust <sgoldlust@isc.org>
Thu, 4 Oct 2018 18:50:31 +0000 (14:50 -0400)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 29 Oct 2019 17:57:13 +0000 (18:57 +0100)
doc/api/shutdown.json [new file with mode: 0644]

diff --git a/doc/api/shutdown.json b/doc/api/shutdown.json
new file mode 100644 (file)
index 0000000..593154b
--- /dev/null
@@ -0,0 +1,11 @@
+{
+    "name": "shutdown",
+    "brief": "The shutdown command instructs the server to initiate its shutdown procedure.",
+    "description": "See <xref linkend=\"command-shutdown\"/>",
+    "support": [ "kea-dhcp4", "kea-dhcp6" ],
+    "avail": "1.0.0",
+    "cmd-syntax": "{
+    \"command\": \"shutdown\"
+}",
+    "cmd-comment": "The server will respond with a confirmation that the shutdown procedure has been initiated.",
+}
\ No newline at end of file