Apache CloudStack 4.23.0.0 Root Admin API Reference
listStorageNetworkIpRange
List a storage network IP range.
Request parameters
| Parameter Name | Description | Required |
| id | Optional parameter. Storage network IP range UUID, if specified, using it to search the range. | false |
| keyword | List by keyword | false |
| page | false | |
| pagesize | false | |
| podid | Optional parameter. Pod UUID, if specified and range UUID is absent, using it to search the range. | false |
| zoneid | Optional parameter. Zone UUID, if specified 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 |