]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#71,!314] Regenerated API commands.
authorMarcin Siodelski <marcin@isc.org>
Mon, 27 May 2019 09:08:31 +0000 (11:08 +0200)
committerMarcin Siodelski <marcin@isc.org>
Mon, 27 May 2019 13:23:50 +0000 (15:23 +0200)
doc/guide/api.xml

index 41440de3348425c452f3e664d42d9f100839bd96..6a3d5dcf9ccad6988d9a4b7278a06ae8a73a19d8 100644 (file)
@@ -4329,7 +4329,7 @@ The returned response contains a list of maps. Each map contains a subnet identi
             {
                 "id": &lt;subnet identifier&gt;,
                 "subnet": &lt;subnet prefix&gt;,
-                "shared-network-name": &lt;shared network name&gt; | null
+                "shared-network-name": &lt;shared network name&gt; | null,
                 &lt;the rest of the subnet specification here&gt;
             }
         ],
@@ -4344,6 +4344,10 @@ The provided list must contain exactly one subnet specification. The <command>sh
   <screen>{
     "result": 0,
     "text": "IPv4 subnet successfully set.",
+    "arguments": {
+        "id": &lt;subnet identifier&gt;,
+        "subnet": &lt;subnet prefix&gt;
+    }
 }</screen>
 Result is an integer representation of the status. Currently supported statuses are:
 <itemizedlist>
@@ -4623,7 +4627,7 @@ The returned response contains a list of maps. Each map contains a subnet identi
             {
                 "id": &lt;subnet identifier&gt;,
                 "subnet": &lt;subnet prefix&gt;,
-                "shared-network-name": &lt;shared network name&gt; | null
+                "shared-network-name": &lt;shared network name&gt; | null,
                 &lt;the rest of the subnet specification here&gt;
             }
         ],
@@ -4638,6 +4642,10 @@ The provided list must contain exactly one subnet specification. The <command>sh
   <screen>{
     "result": 0,
     "text": "IPv6 subnet successfully set.",
+    "arguments": {
+        "id": &lt;subnet identifier&gt;,
+        "subnet": &lt;subnet prefix&gt;
+    }
 }</screen>
 Result is an integer representation of the status. Currently supported statuses are:
 <itemizedlist>