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