SoftLayer Hardware Chassis

From SoftLayer Development Network Wiki

Jump to: navigation, search

Contents

Overview

Every piece of hardware in SoftLayer's datacenters, including customer servers, are housed in one of many hardware chassis. The SoftLayer_Hardware_Chassis data type defines these chassis.

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

driveCapacity

The number of hard drives that a hardware chassis can hold.

  • Type: integer
  • Length: 2 digits



id

A hardware chassis' internal identifier.

  • Type: integer



manufacturer

A hardware chassis' manufacturer.

  • Type: string
  • Length: 100 characters



name

A hardware chassis' name.

  • Type: string
  • Length: 100 characters



powerCapacity

The number of power supplies that a hardware chassis can hold.

  • Type: integer
  • Length: 2 digits



version

A hardware chassis' revision number.

  • Type: string
  • Length: 20 characters


Relational Properties

hardwareFunction

A hardware's function.
hardwareFunction can be queried by object mask.
hardwareFunction must be a unique value.

Associated Methods

See Also

Personal tools