1

cannot Fetch Cloud Object Storage S3, I tried the calls

https://api.service.softlayer.com/rest/v3/SoftLayer_Account/getNetworkStorage
https://api.service.softlayer.com/rest/v3/SoftLayer_Account/getHubNetworkStorage

but all the network storages and Cloud Storage SWIFT S3 are fetched. is there any other api call?

donsar
  • 15
  • 2

1 Answers1

0

To get only Cloud Object Storage S3, you need to use a filter, try the following request please:

https://$username:$apiKey@api.softlayer.com/rest/v3/SoftLayer_Account/getHubNetworkStorage?objectFilter={"hubNetworkStorage":{"serviceResourceName":{"operation":"*=Cleversafe"}}}

Method: Get

References: