Apache CloudStack 4.23.0.0 Root Admin API Reference
updateStorageNetworkIpRange
Update a Storage network IP range, only allowed when no IPs in this range have been allocated.
Request parameters
| Parameter Name | Description | Required |
| id | UUID of storage network ip range | true |
| endip | The ending IP address | false |
| netmask | The netmask for storage network | false |
| startip | The beginning IP address | false |
| vlan | Optional. the vlan the ip range sits on | 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 |