SoftLayer Hardware Component Model

From SoftLayer Development Network Wiki

Jump to: navigation, search

This page refers to the SoftLayer_Hardware_Component_Model service. For information on the SoftLayer_Hardware_Component_Model data type please see SoftLayer_Hardware_Component_Model (type).

Contents

Overview

Every hardware component is associated with a model. This provides detailed information regarding the hardware component.

Endpoints

SOAP WSDL http://api.service.softlayer.com/soap/v3/SoftLayer_Hardware_Component_Model?wsdl
XML-RPC http://api.service.softlayer.com/xmlrpc/v3/SoftLayer_Hardware_Component_Model

Methods

getCompatibleChildComponentModels

Retrieve all the component models that are compatible with a hardware component model.

  • returns
SoftLayer_Hardware_Component_ModelArray
  • parameters
None



getCompatibleParentComponentModels

Retrieve all the component models that a hardware component model is compatible with.

  • returns
SoftLayer_Hardware_Component_ModelArray
  • parameters
None



getHardwareComponents

Retrieve a hardware component model's physical components in inventory.

  • returns
SoftLayer_Hardware_ComponentArray
  • parameters
None



getHardwareGenericComponentModel

Retrieve the non-vendor specific generic component model for a hardware component model.

  • returns
SoftLayer_Hardware_Component_Model_Generic
  • parameters
None



getObject

Retrieve a SoftLayer_Hardware_Component_Model record.

  • returns
SoftLayer_Hardware_Component_Model
  • parameters
None



getRebootTime

Retrieve a motherboard's average reboot time.

  • returns
SoftLayer_Hardware_Component_Motherboard_Reboot_Time
  • parameters
None



getType

Retrieve a hardware component model's type.

  • returns
string
  • parameters
None
Personal tools