getActivePackagesByAttribute


SoftLayer_Account::getActivePackagesByAttribute

Deprecated

[DEPRECATED] Retrieve the active SoftLayer_Product_Package objects from which you can order a server, service or software filtered by an attribute type (SoftLayer_Product_Package_Attribute_Type) on the package.

Description

This method is deprecated and should not be used in production code.

This method will return the SoftLayer_Product_Package objects from which you can order a bare metal server, virtual server, service (such as CDN or Object Storage) or other software filtered by an attribute type associated with the package. Once you have the package you want to order from, you may query one of various endpoints from that package to get specific information about its products and pricing. See SoftLayer_Product_Package::getCategories or SoftLayer_Product_Package::getItems for more information.


Parameters

Name Type Description
attributeKeyName string the attribute key name

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/getActivePackagesByAttribute'