Apache CloudStack 4.20.0.0 Root Admin API Reference
updatePodManagementNetworkIpRange
Updates a management network IP range. Only allowed when no IPs are allocated.
Request parameters
Parameter Name | Description | Required |
currentendip | The current ending IP address. | true |
currentstartip | The current starting IP address. | true |
podid | UUID of POD, where the IP range belongs to. | true |
newendip | The new ending IP address. | false |
newstartip | The new starting IP address. | false |
Response Tags
Response Name | Description |
displaytext | any text associated with the success or failure |
success | true if operation is executed successfully |