0
votes

I am using the following API and trying to filter by "id" but in vain. Hoping for some help,

https://api.softlayer.com/rest/v3.1/SoftLayer_Account/getPortableStorageVolumes?objectMask=mask[id,capacity]&objectFilter={"id": {"operation": xxxx}}

where "xxxx" is replaced by the id of the virtual server

1

1 Answers

0
votes

Try the following:

https://api.softlayer.com/rest/v3.1/SoftLayer_Account/getPortableStorageVolumes?objectFilter={"portableStorageVolumes":{"id":{"operation":xxxx}}}

Method: Get

References: