From f5f56e1a1c4d9e9496fcb9d81131066a964ccd23 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 14:15:43 +0200 Subject: Adding upstream version 2.4.1. Signed-off-by: Daniel Baumann --- src/share/api/subnet4-delta-del.json | 39 ++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 src/share/api/subnet4-delta-del.json (limited to 'src/share/api/subnet4-delta-del.json') diff --git a/src/share/api/subnet4-delta-del.json b/src/share/api/subnet4-delta-del.json new file mode 100644 index 0000000..16c60d7 --- /dev/null +++ b/src/share/api/subnet4-delta-del.json @@ -0,0 +1,39 @@ +{ + "access": "write", + "avail": "2.1.7", + "brief": [ + "This command updates (removes) parts of a single subnet in the existing server configuration. This operation has no impact on other subnets." + ], + "cmd-syntax": [ + "{", + " \"command\": \"subnet4-delta-del\",", + " \"arguments\": {", + " \"subnet4\": [ {", + " \"id\": 123,", + " \"subnet\": \"10.20.30.0/24\",", + " ...", + " } ]", + " }", + "}" + ], + "description": "See ", + "hook": "subnet_cmds", + "name": "subnet4-delta-del", + "resp-syntax": [ + "{", + " \"result\": 0,", + " \"text\": \"IPv4 subnet updated\",", + " \"arguments\": {", + " \"subnets\": [", + " {", + " \"id\": 123,", + " \"subnet\": \"10.20.30.0/24\"", + " }", + " ]", + " }", + "}" + ], + "support": [ + "kea-dhcp4" + ] +} -- cgit v1.2.3