2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

Add new file

This commit is contained in:
Suzanne Goldlust
2018-10-04 14:50:31 -04:00
committed by Tomek Mrugalski
parent fc2919c79c
commit 93c7d3d43a

11
doc/api/shutdown.json Normal file
View File

@@ -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.",
}