From: Suzanne Goldlust Date: Thu, 4 Oct 2018 21:32:06 +0000 (-0400) Subject: Add new file X-Git-Tag: 176-update-to-sysrepo-0-7-6-release_base~90 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4ff43d103cf75688b034b8066269e274669f6d4b;p=thirdparty%2Fkea.git Add new file --- diff --git a/doc/api/subnet4-list.json b/doc/api/subnet4-list.json new file mode 100644 index 0000000000..9166a3a1b2 --- /dev/null +++ b/doc/api/subnet4-list.json @@ -0,0 +1,27 @@ +{ + "name": "subnet4-list", + "brief": "This command is used to list all currently configured subnets. The subnets are returned in a brief form, i.e. a subnet identifier and subnet prefix is included for each subnet.", + "description": "See ", + "support": [ "kea-dhcp4", "kea-dhcp6" ], + "avail": "1.3.0", + "hook": "subnet_cmds", + "cmd-syntax": "{ + \"command\": \"subnet4-list\" +}", + "resp-syntax": "{ + \"result\": 0, + \"text\": \"2 IPv4 subnets found\", + \"arguments\": { + \"subnets\": [ + { + \"id\": 10, + \"subnet\": \"10.0.0.0/8\" + }, + { + \"id\": 100, + \"subnet\": \"192.0.2.0/24\" + } + ] +}", + "resp-comment": "If no IPv4 subnets are found, an error code is returned along with the error description." +} \ No newline at end of file