Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 1.31 KB

File metadata and controls

22 lines (20 loc) · 1.31 KB
title getActivePackagesByAttribute
description <strong>This method is deprecated and should not be used in production code.</strong> 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 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](/reference/services/SoftLayer_Product_Package/getCategories) or [SoftLayer_Product_Package::getItems](/reference/services/SoftLayer_Product_Package/getItems) for more information.
date 2018-02-12
tags
method
sldn
Account
classes
SoftLayer_Account
type reference
layout method
mainService SoftLayer_Account

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

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