From 93c7d3d43a53c433d90c4501a41c2e6a627e66a9 Mon Sep 17 00:00:00 2001 From: Suzanne Goldlust Date: Thu, 4 Oct 2018 14:50:31 -0400 Subject: [PATCH] Add new file --- doc/api/shutdown.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/api/shutdown.json diff --git a/doc/api/shutdown.json b/doc/api/shutdown.json new file mode 100644 index 0000000000..593154b041 --- /dev/null +++ b/doc/api/shutdown.json @@ -0,0 +1,11 @@ +{ + "name": "shutdown", + "brief": "The shutdown command instructs the server to initiate its shutdown procedure.", + "description": "See ", + "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 -- 2.47.2