From 989279536ddd9df0729f703101ff23321b358ef2 Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Mon, 27 May 2019 11:08:31 +0200 Subject: [PATCH] [#71,!314] Regenerated API commands. --- doc/guide/api.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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: -- 2.47.2