{
"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>
}
],
<screen>{
"result": 0,
"text": "IPv4 subnet successfully set.",
+ "arguments": {
+ "id": <subnet identifier>,
+ "subnet": <subnet prefix>
+ }
}</screen>
Result is an integer representation of the status. Currently supported statuses are:
<itemizedlist>
{
"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>
}
],
<screen>{
"result": 0,
"text": "IPv6 subnet successfully set.",
+ "arguments": {
+ "id": <subnet identifier>,
+ "subnet": <subnet prefix>
+ }
}</screen>
Result is an integer representation of the status. Currently supported statuses are:
<itemizedlist>