Apache CloudStack 4.23.0.0 Root Admin API Reference
listGuestNetworkIpv6Prefixes
Lists guest network IPv6 prefixes
Request parameters
| Parameter Name | Description | Required |
| id | UUID of the IPv6 prefix. | false |
| keyword | List by keyword | false |
| page | false | |
| pagesize | false | |
| zoneid | UUID of zone to which the IPv6 prefix belongs to. | false |
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. |