Apache CloudStack 4.23.0.0 Root Admin API Reference
startRollingMaintenance
Start rolling maintenance
Request parameters
| Parameter Name | Description | Required |
| clusterids | The IDs of the clusters to start maintenance on | false |
| forced | If rolling mechanism should continue in case of an error | false |
| hostids | The IDs of the hosts to start maintenance on | false |
| payload | The command to execute while hosts are on maintenance | false |
| podids | The IDs of the pods to start maintenance on | false |
| timeout | Optional operation timeout (in seconds) that overrides the global timeout setting | false |
| zoneids | The IDs of the zones to start maintenance on | false |
Response Tags
| Response Name | Description |
| details | In case of failure, details are displayed |
| success | Indicates if the rolling maintenance operation was successful |
| hostsskipped(*) | The hosts skipped |
| hostid | The ID of the skipped host |
| hostname | The name of the skipped host |
| reason | The reason to skip the host |
| hostsupdated(*) | The hosts updated |
| enddate | End date of the update on the host |
| hostid | The ID of the updated host |
| hostname | The name of the updated host |
| output | Output of the maintenance script on the host |
| startdate | Start date of the update on the host |