summaryrefslogtreecommitdiffstats
path: root/src/share/api/remote-option4-pool-set.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/api/remote-option4-pool-set.json')
-rw-r--r--src/share/api/remote-option4-pool-set.json49
1 files changed, 49 insertions, 0 deletions
diff --git a/src/share/api/remote-option4-pool-set.json b/src/share/api/remote-option4-pool-set.json
new file mode 100644
index 0000000..6567141
--- /dev/null
+++ b/src/share/api/remote-option4-pool-set.json
@@ -0,0 +1,49 @@
+{
+ "access": "write",
+ "avail": "1.6.0",
+ "brief": [
+ "This command creates or replaces a DHCPv4 option in an address pool in the configuration database."
+ ],
+ "cmd-comment": [
+ "This command includes two lists with exactly address pool specification and exactly one option specification. Specifying an empty list, a value of ``null``, or a server tag will result in an error."
+ ],
+ "cmd-syntax": [
+ "{",
+ " \"command\": \"remote-option4-pool-set\",",
+ " \"arguments\": {",
+ " \"pools\": [",
+ " {",
+ " \"pool\": <pool range or prefix>",
+ " }",
+ " ],",
+ " \"options\": [",
+ " {",
+ " <address pool option specification>",
+ " }",
+ " ],",
+ " \"remote\": {",
+ " <specification of the database to connect to>",
+ " }",
+ " }",
+ "}"
+ ],
+ "hook": "cb_cmds",
+ "name": "remote-option4-pool-set",
+ "resp-syntax": [
+ "{",
+ " \"result\": 0,",
+ " \"text\": \"DHCPv4 option successfully set.\",",
+ " \"arguments\": {",
+ " \"options\": [",
+ " {",
+ " \"code\": <option code>,",
+ " \"space\": <option space>",
+ " }",
+ " ]",
+ " }",
+ "}"
+ ],
+ "support": [
+ "kea-dhcp4"
+ ]
+}