summaryrefslogtreecommitdiffstats
path: root/src/share/api/remote-network4-set.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/api/remote-network4-set.json')
-rw-r--r--src/share/api/remote-network4-set.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/src/share/api/remote-network4-set.json b/src/share/api/remote-network4-set.json
new file mode 100644
index 0000000..5f2969d
--- /dev/null
+++ b/src/share/api/remote-network4-set.json
@@ -0,0 +1,37 @@
+{
+ "access": "write",
+ "avail": "1.6.0",
+ "brief": [
+ "This command creates or replaces an IPv4 shared network in the configuration database."
+ ],
+ "cmd-comment": [
+ "The provided list must contain exactly one shared network specification, and must not contain subnets (the \"subnet4\" parameter). The subnets are added to the shared network using the ``remote-subnet4-set`` command. The ``server-tags`` list is mandatory and must contain one or more server tags as strings to explicitly associate the shared network with one or more user-defined servers. It may include the special server tag \"all\" to associate the network with all servers."
+ ],
+ "cmd-syntax": [
+ "{",
+ " \"command\": \"remote-network4-set\",",
+ " \"arguments\": {",
+ " \"shared-networks\": [",
+ " {",
+ " <shared network specification excluding subnets list>",
+ " }",
+ " ],",
+ " \"remote\": {",
+ " <specification of the database to connect to>",
+ " },",
+ " \"server-tags\": [ <first server tag>, <second server tag>, ... ]",
+ " }",
+ "}"
+ ],
+ "hook": "cb_cmds",
+ "name": "remote-network4-set",
+ "resp-syntax": [
+ "{",
+ " \"result\": 0,",
+ " \"text\": \"IPv4 shared network successfully set.\"",
+ "}"
+ ],
+ "support": [
+ "kea-dhcp4"
+ ]
+}