Returns a collection of location groups where object storage is available plus the associated active usage rate prices.
Description
This method will return a collection of
SoftLayer_Container_Product_Order_Network_Storage_ObjectStorage_LocationGroup objects which contain a location group and all the associated active usage rate prices where object storage is available. This method is really only applicable to the object storage additional service package which has a
SoftLayer_Product_Package_Type of ‘‘‘ADDITIONAL_SERVICES_OBJECT_STORAGE’’’. This information is useful so that you can see the “pay as you go” rates per location group.
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_Product_Package/{SoftLayer_Product_PackageID}/getObjectStorageLocationGroups'