Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 1.16 KB

File metadata and controls

22 lines (20 loc) · 1.16 KB
title getActivePackages
description This method will return the [SoftLayer_Product_Package](/reference/datatypes/SoftLayer_Product_Package) objects from which you can order a bare metal server, virtual server, service (such as 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](/reference/services/SoftLayer_Product_Package/getCategories) or [SoftLayer_Product_Package::getItems](/reference/services/SoftLayer_Product_Package/getItems) for more information. Packages that have been retired will not appear in this result set.
date 2018-02-12
tags
method
sldn
Account
classes
SoftLayer_Account
type reference
layout method
mainService SoftLayer_Account

REST Example {#getActivePackages-example .anchor-link}

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