From f8d59a0d90d751eb1d1a03ba579fb8fa38d7b4af Mon Sep 17 00:00:00 2001 From: Suzanne Goldlust Date: Thu, 4 Oct 2018 11:34:14 -0400 Subject: [PATCH] Add new file --- doc/api/network4-list.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 doc/api/network4-list.json diff --git a/doc/api/network4-list.json b/doc/api/network4-list.json new file mode 100644 index 0000000000..b1554ca7e0 --- /dev/null +++ b/doc/api/network4-list.json @@ -0,0 +1,21 @@ +{ + "name": "network4-list", + "brief": "The network4-list command is used to retrieve full list of currently configured shared networks.", + "description": "See ", + "support": [ "kea-dhcp4", "kea-dhcp6" ], + "avail": "1.3.0", + "hook": "subnet_cmds", + "cmd-syntax": "{ + \"command\": \"network4-list\" +}d", + "resp-syntax": "{ + \"arguments\": { + \"shared-networks\": [ + { \"name\": \"floor1\" }, + { \"name\": \"office\" } + ] + }, + \"result\": 0, + \"text\": \"2 IPv4 network(s) found\" +}", +} \ No newline at end of file -- 2.47.2