Apache CloudStack 4.23.0.0 Root Admin API Reference
issueOutOfBandManagementPowerAction
Initiates the specified power action to the host's out-of-band management interface
Request parameters
| Parameter Name | Description | Required |
| action | Out-of-band management power actions, valid actions are: ON, OFF, CYCLE, RESET, SOFT, STATUS | true |
| hostid | The ID of the host | true |
| timeout | Optional operation timeout in seconds that overrides the global or cluster-level out-of-band management timeout setting | false |
Response Tags
| Response Name | Description |
| action | The out-of-band management action (if issued) |
| address | The out-of-band management interface address |
| description | The operation result description |
| driver | The out-of-band management driver for the host |
| enabled | True if out-of-band management is enabled for the host |
| hostid | The ID of the host |
| password | The out-of-band management interface password |
| port | The out-of-band management interface port |
| powerstate | The out-of-band management interface powerState of the host |
| status | The operation result |
| username | The out-of-band management interface username |