SoftLayer Account Attribute

From SoftLayer Development Network Wiki

Jump to: navigation, search

Contents

Overview

Many SoftLayer customer accounts have individual attributes assigned to them that describe features or special features for that account, such as special pricing, account statuses, and ordering instructions. The SoftLayer_Account_Attribute data type contains information relating to a single SoftLayer_Account attribute.

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

accountAttributeTypeId

The internal identifier of the type of attribute that a SoftLayer customer account attribute belongs to.

  • Type: integer
  • Length: 10 digits



accountId

The internal identifier of the SoftLayer customer account that is assigned an account attribute.

  • Type: integer
  • Length: 10 digits



id

A SoftLayer customer account attribute's internal identifier.

  • Type: integer



value

A SoftLayer account attribute's value.

  • Type: string
  • Length: 200 characters


Relational Properties

account

The SoftLayer customer account that has an attribute.
account can be queried by object mask.
account must be a unique value.



accountAttributeType

The type of attribute assigned to a SoftLayer customer account.
accountAttributeType can be queried by object mask.
accountAttributeType must be a unique value.

Associated Methods

See Also

Personal tools