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/remote-subnet4-del-by-id.json | 39 +++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 src/share/api/remote-subnet4-del-by-id.json (limited to 'src/share/api/remote-subnet4-del-by-id.json') diff --git a/src/share/api/remote-subnet4-del-by-id.json b/src/share/api/remote-subnet4-del-by-id.json new file mode 100644 index 0000000..4ccf7f8 --- /dev/null +++ b/src/share/api/remote-subnet4-del-by-id.json @@ -0,0 +1,39 @@ +{ + "access": "write", + "avail": "1.6.0", + "brief": [ + "This command deletes an IPv4 subnet by ID from the configuration database." + ], + "cmd-comment": [ + "This command includes a list with exactly one ID of the subnet to be deleted. The ``server-tags`` parameter must not be specified for this command." + ], + "cmd-syntax": [ + "{", + " \"command\": \"remote-subnet4-del-by-id\",", + " \"arguments\": {", + " \"subnets\": [", + " {", + " \"id\": ", + " }", + " ],", + " \"remote\": {", + " ", + " }", + " }", + "}" + ], + "hook": "cb_cmds", + "name": "remote-subnet4-del-by-id", + "resp-syntax": [ + "{", + " \"result\": 0,", + " \"text\": \"1 IPv4 subnet(s) deleted.\",", + " \"arguments\": {", + " \"count\": 1", + " }", + "}" + ], + "support": [ + "kea-dhcp4" + ] +} -- cgit v1.2.3