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