getObjectStorageDatacenters


SoftLayer_Product_Package::getObjectStorageDatacenters

Returns a collection of datacenters 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_Hub_Datacenter objects which contain a datacenter location 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 datacenter.

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}/getObjectStorageDatacenters'