From 4f98405fd28e467c1b347e73868f260c9d0f7aef Mon Sep 17 00:00:00 2001 From: Suzanne Goldlust Date: Thu, 4 Oct 2018 17:20:53 -0400 Subject: [PATCH] Add new file --- doc/api/subnet4-get.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 doc/api/subnet4-get.json diff --git a/doc/api/subnet4-get.json b/doc/api/subnet4-get.json new file mode 100644 index 0000000000..79ba6f927b --- /dev/null +++ b/doc/api/subnet4-get.json @@ -0,0 +1,30 @@ +{ + "name": "subnet4-get", + "brief": "This command is used to retrieve detailed information about the specified subnet. This command usually follows the subnet4-list, which is used to discover available subnets with their respective subnet identifiers and prefixes.", + "description": "See ", + "support": [ "kea-dhcp4", "kea-dhcp6" ], + "avail": "1.3.0", + "hook": "subnet_cmds", + "cmd-syntax": "{ + \"command\": \"subnet4-get\", + \"arguments\": { + \"id\": 10 + } +}", + "resp-syntax": "{ + \"result\": 0, + \"text\": \"Info about IPv4 subnet 10.0.0.0/8 (id 10) returned\", + \"arguments\": { + \"subnets\": [ + { + \"subnet\": \"10.0.0.0/8\", + \"id\": 1, + \"option-data\": [ + .... + ] + ... + } + ] + } +}", +} \ No newline at end of file -- 2.47.2