SoftLayer Hardware Component RemoteManagement Command Request

From SoftLayer Development Network Wiki

Jump to: navigation, search

Contents

Overview

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.

User Access

Users wishing to access the SoftLayer_Hardware_Component_RemoteManagement_Command_Request type must have the IPMI permission assigned to their account.

Warning! Even though our API is object based, XML-RPC can only return data as array values. The SOAP implementation treats data as object properties.

Local Properties

createDate

The timestamp the remote management command was issued.



hardwareId

The hardware id the command was issued for.

  • Type: integer
  • Length: 10 digits



modifyDate

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



processed

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

  • Type: boolean


Relational Properties

networkComponent

A hardware's network components. Network components are hardware components such as IPMI cards or Ethernet cards.
networkComponent can be queried by object mask.
networkComponent must be a unique value.



remoteManagementCommand

The remote management command issued.
remoteManagementCommand can be queried by object mask.
remoteManagementCommand must be a unique value.



user

Information regarding the user who issued the remote management command.
user can be queried by object mask.
user must be a unique value.

Personal tools