Apache CloudStack 4.17.0.0 Root Admin API Reference
restartNetwork
Restarts the network; includes 1) restarting network elements - virtual routers, DHCP servers 2) reapplying all public IPs 3) reapplying loadBalancing/portForwarding rules
Request parameters
| Parameter Name | Description | Required |
| id | The ID of the network to restart. | true |
| cleanup | If cleanup old network elements | false |
| livepatch | Live patches the router software before restarting it. This parameter will only work when 'cleanup' is false. | false |
| makeredundant | Turn the network into a network with redundant routers. | false |
Response Tags
| Response Name | Description |
| displaytext | any text associated with the success or failure |
| success | true if operation is executed successfully |