]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Add new file
authorSuzanne Goldlust <sgoldlust@isc.org>
Thu, 4 Oct 2018 15:13:00 +0000 (11:13 -0400)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 29 Oct 2019 17:57:13 +0000 (18:57 +0100)
doc/api/network4-del.json [new file with mode: 0644]

diff --git a/doc/api/network4-del.json b/doc/api/network4-del.json
new file mode 100644 (file)
index 0000000..8aa7839
--- /dev/null
@@ -0,0 +1,25 @@
+{
+    "name": "network4-del",
+    "brief": "The network4-del command is used to delete existing shared networks.",
+    "description": "See <xref linkend=\"idp76\"/>",
+    "support": [ "kea-dhcp4", "kea-dhcp6" ],
+    "avail": "1.3.0",
+    "hook": "subnet_cmds",
+    "cmd-syntax": "{
+    \"command\": \"network4-del\",
+    \"arguments\": {
+        \"name\": \"floor13\"
+    }
+}",
+    "resp-syntax": "{
+    \"arguments\": {
+        \"shared-networks\": [
+            {
+                \"name\": \"floor13\"
+            }
+        ]
+    },
+    \"result\": 0,
+    \"text\": \"IPv4 shared network \'floor13\' deleted\"
+}",
+}
\ No newline at end of file