getAttributeByType


SoftLayer_Account::getAttributeByType

Retrieve an account attribute by type key name.

Description

Retrieve a single SoftLayer_Account_Attribute record by its SoftLayer_Account_Attribute_Type key name.

Parameters

Name Type Description
attributeType string The SoftLayer_Account_Attribute_Type key name associated with the account attribute you wish to retrieve.

Required Headers

Optional Headers

Return Values

Associated Methods

curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/getAttributeByType'