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

diff --git a/doc/api/subnet6-get.json b/doc/api/subnet6-get.json
new file mode 100644 (file)
index 0000000..7541db6
--- /dev/null
@@ -0,0 +1,30 @@
+{
+    "name": "subnet6-get",
+    "brief": "This command is used to retrieve detailed information about the specified subnet. This command usually follows the subnet6-list, which is used to discover available subnets with their respective subnet identifiers and prefixes.",
+    "description": "See <xref linkend=\"idp68\"/>",
+    "support": [ "kea-dhcp4", "kea-dhcp6" ],
+    "avail": "1.3.0",
+    "hook": "subnet_cmds",
+    "cmd-syntax": "{
+    \"command\": \"subnet6-get\",
+    \"arguments\": {
+        \"id\": 11
+    }
+}",
+    "resp-syntax": "{
+    \"result\": 0,
+    \"text\": \"Info about IPv6 subnet 2001:db8:1::/64 (id 11) returned\",
+    \"arguments\": {
+        \"subnets\": [
+            {
+                \"subnet\": \"2001:db8:1::/64\",
+                \"id\": 1,
+                \"option-data\": [
+                    ...
+                ]
+                ....
+            }
+        ]
+    }
+}",
+}
\ No newline at end of file