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-server6-get.json | 48 +++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 src/share/api/remote-server6-get.json (limited to 'src/share/api/remote-server6-get.json') diff --git a/src/share/api/remote-server6-get.json b/src/share/api/remote-server6-get.json new file mode 100644 index 0000000..1acbfd4 --- /dev/null +++ b/src/share/api/remote-server6-get.json @@ -0,0 +1,48 @@ +{ + "access": "read", + "avail": "1.6.0", + "brief": [ + "This command fetches information about the DHCPv6 server, such as the server tag and description." + ], + "cmd-comment": [ + "This command carries the list including exactly one map with the tag of the server to be fetched." + ], + "cmd-syntax": [ + "{", + " \"command\": \"remote-server6-get\",", + " \"arguments\": {", + " \"servers\": [", + " {", + " \"server-tag\": ", + " }", + " ],", + " \"remote\": {", + " ", + " }", + " }", + "}" + ], + "hook": "cb_cmds", + "name": "remote-server6-get", + "resp-comment": [ + "The server tag is the unique identifier of the server, used to associate the configuration elements in the database with the particular server instance. The returned server description is specified by the user when setting the server information." + ], + "resp-syntax": [ + "{", + " \"result\": 0,", + " \"text\": \"DHCP server 'server tag' found.\",", + " \"arguments\": {", + " \"servers\": [", + " {", + " \"server-tag\": ,", + " \"description\": ", + " }", + " ],", + " \"count\": 1", + " }", + "}" + ], + "support": [ + "kea-dhcp6" + ] +} -- cgit v1.2.3