Apache CloudStack 4.20.0.0 Root Admin API Reference
listIpv4SubnetsForZone
Lists IPv4 subnets for zone.
Request parameters
Parameter Name | Description | Required |
account | the account which the IPv4 subnet is dedicated to. Must be used with the domainId parameter. | false |
domainid | the domain ID which the IPv4 subnet is dedicated to. | false |
id | UUID of the IPv4 subnet. | false |
keyword | List by keyword | false |
page | false | |
pagesize | false | |
projectid | project who which the IPv4 subnet is dedicated to | false |
subnet | CIDR of the IPv4 subnet. | false |
zoneid | UUID of zone to which the IPv4 subnet belongs to. | false |
Response Tags
Response Name | Description |
id | id of the guest IPv4 subnet |
account | the account of the IPv4 subnet |
created | date when this IPv4 subnet was created. |
domain | the domain name of the IPv4 subnet |
domainid | the domain ID of the IPv4 subnet |
project | the project name of the IPv4 subnet |
projectid | the project id of the IPv4 subnet |
subnet | guest IPv4 subnet |
zoneid | id of zone to which the IPv4 subnet belongs to. |
zonename | name of zone to which the IPv4 subnet belongs to. |