From f5f56e1a1c4d9e9496fcb9d81131066a964ccd23 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 14:15:43 +0200 Subject: Adding upstream version 2.4.1. Signed-off-by: Daniel Baumann --- src/share/api/remote-option-def6-get-all.json | 52 +++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 src/share/api/remote-option-def6-get-all.json (limited to 'src/share/api/remote-option-def6-get-all.json') diff --git a/src/share/api/remote-option-def6-get-all.json b/src/share/api/remote-option-def6-get-all.json new file mode 100644 index 0000000..9d64358 --- /dev/null +++ b/src/share/api/remote-option-def6-get-all.json @@ -0,0 +1,52 @@ +{ + "access": "read", + "avail": "1.6.0", + "brief": [ + "This command fetches all DHCPv6 option definitions from the configuration database." + ], + "cmd-comment": [ + "The ``server-tags`` list is mandatory and must contain exactly one server tag. Specifying an empty list, a value of ``null``, or multiple server tags will result in an error. The special server tag \"all\" is allowed, to fetch the option definitions shared by all servers." + ], + "cmd-syntax": [ + "{", + " \"command\": \"remote-option-def6-get-all\",", + " \"arguments\": {", + " \"remote\": {", + " ", + " },", + " \"server-tags\": [ ]", + " }", + "}" + ], + "hook": "cb_cmds", + "name": "remote-option-def6-get-all", + "resp-comment": [ + "The returned response contains a list of maps. Each map contains an option definition specification and the metadata, including database-specific information associated with the returned objects. If the server tag \"all\" is included in the command, the response contains the option definitions shared among all servers. It excludes server-specific option definitions. If an explicit server tag is included in the command, the response contains all option definitions directly associated with the given server, and the option definitions associated with all servers when server-specific option definitions are not present." + ], + "resp-syntax": [ + "{", + " \"result\": 0,", + " \"text\": \"2 DHCPv6 option definition(s) found.\",", + " \"arguments\": {", + " \"option-defs\": [", + " {", + " ,", + " \"metadata\": {", + " \"server-tags\": [ ]", + " }", + " },", + " {", + " ,", + " \"metadata\": {", + " \"server-tags\": [ ]", + " }", + " }", + " ],", + " \"count\": 2", + " }", + "}" + ], + "support": [ + "kea-dhcp6" + ] +} -- cgit v1.2.3