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