| Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
    | 
Event: A power control operation was completed. More...
import <ServerMonitor.idl;
 
  
| Public Attributes | |
| int | id | 
| id of the server | |
| string | host | 
| Server hostname/IP address. | |
| ServerPowerControlResult | result | 
| Result of the power control operation. | |
|  Public Attributes inherited from idl::Event | |
| Object | source | 
| IDL object that originated the event. | |
Event: A power control operation was completed.
Definition at line 122 of file ServerMonitor.idl.
| string servermon::ServerMonitor::ServerPowerControlCompletedEvent::host | 
Server hostname/IP address.
Definition at line 124 of file ServerMonitor.idl.
| int servermon::ServerMonitor::ServerPowerControlCompletedEvent::id | 
id of the server
Definition at line 123 of file ServerMonitor.idl.
| ServerPowerControlResult servermon::ServerMonitor::ServerPowerControlCompletedEvent::result | 
Result of the power control operation.
Definition at line 125 of file ServerMonitor.idl.