"SoftLayer_" prefix removed for readability.
Return the active usage rate prices for the current package.
Name | Type | Description |
---|---|---|
locationId | int | Get the active usage rate prices associated with this location/datacenter |
categoryCode | string | If provided, get the active usage rate prices for this category code |
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [int, string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Product_Package/{SoftLayer_Product_PackageID}/getActiveUsageRatePrices'