Apache CloudStack 4.23.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. |