Apache CloudStack 4.17.0.0 Root Admin API Reference
createGuestNetworkIpv6Prefix
Creates a guest network IPv6 prefix.
Request parameters
Parameter Name | Description | Required |
prefix | The /56 or higher IPv6 CIDR for network prefix. | true |
zoneid | UUID of zone to which the IPv6 prefix belongs to. | true |
Response Tags
Response Name | Description |
id | id of the guest IPv6 prefix |
availablesubnets | count of the available IPv6 subnets for the prefix. |
created | date when this IPv6 prefix was created. |
prefix | guest IPv6 prefix |
totalsubnets | count of the total IPv6 subnets for the prefix. |
usedsubnets | count of the used IPv6 subnets for the prefix. |
zoneid | id of zone to which the IPv6 prefix belongs to. |