SoftLayer Provisioning Version1 Transaction
From SoftLayer Development Network Wiki
Contents |
Overview
The SoftLayer_Provisioning_Version1_Transaction data type contains general information relating to a single SoftLayer hardware transaction.
SoftLayer customers are unable to change their hardware transactions.
| 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 date a transaction was created.
- Type: dateTime
elapsedSeconds
The amount of seconds that have elapsed since the transaction was last modified.
- Type: integer
hardwareId
A transaction's associated hardware identification number.
- Type: integer
- Length: 10 digits
id
A transaction's identifying number.
- Type: integer
modifyDate
The date a transaction was last modified.
- Type: dateTime
Relational Properties
account
The account that a transaction belongs to.
account can be queried by object mask.
account must be a unique value.
- Type: SoftLayer_Account
hardware
The hardware object for this transaction.
hardware can be queried by object mask.
hardware must be a unique value.
- Type: SoftLayer_Hardware
transactionGroup
A transaction's group. This group object determines what type of service is being done on the hardware.
transactionGroup can be queried by object mask.
transactionGroup must be a unique value.
transactionStatus
A transaction's status. This status object determines the state it is in the transaction group.
transactionStatus can be queried by object mask.
transactionStatus must be a unique value.

