Apache CloudStack 4.17.0.0 Root Admin API Reference
listStorageNetworkIpRange
List a storage network IP range.
Request parameters
Parameter Name | Description | Required |
id | optional parameter. Storaget network IP range uuid, if specicied, using it to search the range. | false |
keyword | List by keyword | false |
page | false | |
pagesize | false | |
podid | optional parameter. Pod uuid, if specicied and range uuid is absent, using it to search the range. | false |
zoneid | optional parameter. Zone uuid, if specicied and both pod uuid and range uuid are absent, using it to search the range. | false |
Response Tags
Response Name | Description |
id | the uuid of storage network IP range. |
endip | the end ip of the storage network IP range |
gateway | the gateway of the storage network IP range |
netmask | the netmask of the storage network IP range |
networkid | the network uuid of storage network IP range |
podid | the Pod uuid for the storage network IP range |
startip | the start ip of the storage network IP range |
vlan | the ID or VID of the VLAN. |
zoneid | the Zone uuid of the storage network IP range |