getActivePackages


SoftLayer_Account::getActivePackages

Retrieve the active SoftLayer_Product_Package objects from which you can order a server, service or software.

Description

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. 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.

Packages that have been retired will not appear in this result set.


Parameters

None

Required Headers

Optional Headers

Return Values

curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/getActivePackages'