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/subnet6-get.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 src/share/api/subnet6-get.json (limited to 'src/share/api/subnet6-get.json') diff --git a/src/share/api/subnet6-get.json b/src/share/api/subnet6-get.json new file mode 100644 index 0000000..f7ac2ef --- /dev/null +++ b/src/share/api/subnet6-get.json @@ -0,0 +1,39 @@ +{ + "access": "read", + "avail": "1.3.0", + "brief": [ + "This command retrieves detailed information about the specified subnet. This command usually follows ``subnet6-list``, which discovers available subnets with their respective subnet identifiers and prefixes." + ], + "cmd-syntax": [ + "{", + " \"command\": \"subnet6-get\",", + " \"arguments\": {", + " \"id\": 11", + " }", + "}" + ], + "description": "See ", + "hook": "subnet_cmds", + "name": "subnet6-get", + "resp-syntax": [ + "{", + " \"result\": 0,", + " \"text\": \"Info about IPv6 subnet 2001:db8:1::/64 (id 11) returned\",", + " \"arguments\": {", + " \"subnets\": [", + " {", + " \"subnet\": \"2001:db8:1::/64\",", + " \"id\": 1,", + " \"option-data\": [{", + " ...", + " }],", + " ...", + " }", + " ]", + " }", + "}" + ], + "support": [ + "kea-dhcp6" + ] +} -- cgit v1.2.3