"SoftLayer_" prefix removed for readability.
Get all the rate-based prices for the location and items specified.
Name | Type | Description |
---|---|---|
location | SoftLayer_Location | The SoftLayer_Location object |
items | SoftLayer_Product_Item[] | Array of SoftLayer_Product_Item objects used to obtain rate-based prices |
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Location, SoftLayer_Product_Item]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Product_Item_Price/getUsageRatePrices'