]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[533-response-to-remote-global-parameter4-set-is-incomplete] Updated remote-global... 533-response-to-remote-global-parameter4-set-is-incomplete
authorFrancis Dupont <fdupont@isc.org>
Mon, 8 Jul 2019 13:08:41 +0000 (15:08 +0200)
committerFrancis Dupont <fdupont@isc.org>
Mon, 8 Jul 2019 17:53:43 +0000 (13:53 -0400)
doc/api/remote-global-parameter4-set.json
doc/api/remote-global-parameter6-set.json

index 622ca47e324a4517cca3114f7c36ab80e96269af..5756741327f8bc0591ea19945731a445221380f9 100644 (file)
     "cmd-comment": "This command carries multiple global parameters with their values. Care should be taken when specifying more than one parameter because in some cases only a subset of the parameters may be successfully stored in the database and other parameters may fail to be stored. In such cases the <command>remote-global-parameter4-get-all</command> may be useful to verify the contents of the database after the update.",
     "resp-syntax": "{
     \"result\": 0,
-    \"text\": \"DHCPv4 global parameter(s) successfully set.\"
+    \"text\": \"DHCPv4 global parameter(s) successfully set.\",
+    \"arguments\": {
+        \"parameters\": {
+            <first parameter name>: <first parameter value>,
+            <second parameter name>: <second parameter value>
+        },
+        \"count\": 2
+    }
 }"
 }
index 0ad6d4bf3a91804641076cf3a8698caca420c75d..2df37343394e1dd82877b40764791f5031836eec 100644 (file)
     "cmd-comment": "This command carries multiple global parameters with their values. Care should be taken when specifying more than one parameter because in some cases only a subset of the parameters may be successfully stored in the database and other parameters may fail to be stored. In such cases the <command>remote-global-parameter6-get-all</command> may be useful to verify the contents of the database after the update.",
     "resp-syntax": "{
     \"result\": 0,
-    \"text\": \"DHCPv6 global parameter(s) successfully set.\"
+    \"text\": \"DHCPv6 global parameter(s) successfully set.\",
+    \"arguments\": {
+        \"parameters\": {
+            <first parameter name>: <first parameter value>,
+            <second parameter name>: <second parameter value>
+        },
+        \"count\": 2
+    }
 }"
 }