SoftLayer Hardware Status
From SoftLayer Development Network Wiki
Contents |
Overview
SoftLayer_Hardware_Status models the inventory state of any piece of hardware in SoftLayer's inventory. Most of these statuses are used by SoftLayer while a server is not provisioned or undergoing provisioning. Servers in production and in use should stay in the ACTIVE state. IF a server's status ever reads anything else then please contact SoftLayer support.
| 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
id
A hardware status' internal identifier.
- Type: integer
status
A hardware's status code. See the SoftLayer_Hardware_Status Overview for status' possible values.
- Type: string
- Length: 30 characters

