From 040eee1aa49b49df4698d83a05af57c220127fd1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 13:36:04 +0200 Subject: Adding upstream version 2.2.0. Signed-off-by: Daniel Baumann --- src/share/api/shutdown.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/share/api/shutdown.json (limited to 'src/share/api/shutdown.json') 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 ", + "name": "shutdown", + "support": [ + "kea-dhcp4", + "kea-dhcp6", + "kea-dhcp-ddns", + "kea-ctrl-agent" + ] +} -- cgit v1.2.3