SoftLayer_Hardware_Component_RemoteManagement_Command_Request


SoftLayer_Hardware_Component_RemoteManagement_Command_Request

Description

The SoftLayer_Hardware_Component_RemoteManagement_Command_Request contains details for remote management commands issued to a server’s remote management card. Details for remote management commands such as powerOn, powerOff, powerCycle, rebootDefault, rebootSoft, rebootHard can be retrieved. Details such as the user who issued the command, the id of the remote management card the command was issued, when the command was issued may be retrieved.

Local


createDate

The timestamp the remote management command was issued.
Type: dateTime


hardwareId

The hardware id the command was issued for.
Type: int


modifyDate

The timestamp recorded when the remote management command returned a status of the command issued.
Type: dateTime


processed

Execution status of the remote management command. True is successful. False is failure.
Type: boolean

Relational


hardware

The id of the hardware to perform the remote management or powerstrip command on.
Type: SoftLayer_Hardware


networkComponent

A hardware’s network components. Network components are hardware components such as IPMI cards or Ethernet cards.
Type: SoftLayer_Network_Component


user

Information regarding the user who issued the remote management command.
Type: SoftLayer_User_Customer

Count