From: Marcin Siodelski Date: Mon, 27 May 2019 09:08:31 +0000 (+0200) Subject: [#71,!314] Regenerated API commands. X-Git-Tag: Kea-1.6.0-beta~51 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=989279536ddd9df0729f703101ff23321b358ef2;p=thirdparty%2Fkea.git [#71,!314] Regenerated API commands. --- diff --git a/doc/guide/api.xml b/doc/guide/api.xml index 41440de334..6a3d5dcf9c 100644 --- a/doc/guide/api.xml +++ b/doc/guide/api.xml @@ -4329,7 +4329,7 @@ The returned response contains a list of maps. Each map contains a subnet identi { "id": <subnet identifier>, "subnet": <subnet prefix>, - "shared-network-name": <shared network name> | null + "shared-network-name": <shared network name> | null, <the rest of the subnet specification here> } ], @@ -4344,6 +4344,10 @@ The provided list must contain exactly one subnet specification. The sh { "result": 0, "text": "IPv4 subnet successfully set.", + "arguments": { + "id": <subnet identifier>, + "subnet": <subnet prefix> + } } Result is an integer representation of the status. Currently supported statuses are: @@ -4623,7 +4627,7 @@ The returned response contains a list of maps. Each map contains a subnet identi { "id": <subnet identifier>, "subnet": <subnet prefix>, - "shared-network-name": <shared network name> | null + "shared-network-name": <shared network name> | null, <the rest of the subnet specification here> } ], @@ -4638,6 +4642,10 @@ The provided list must contain exactly one subnet specification. The sh { "result": 0, "text": "IPv6 subnet successfully set.", + "arguments": { + "id": <subnet identifier>, + "subnet": <subnet prefix> + } } Result is an integer representation of the status. Currently supported statuses are: