我正在使用以下API并尝试按" id"进行过滤但是徒劳无功希望得到一些帮助,
https://api.softlayer.com/rest/v3.1/SoftLayer_Account/getPortableStorageVolumes?objectMask=mask[id,capacity]&objectFilter= {" id":{" operation":xxxx}}
其中" xxxx"被虚拟服务器的id替换
答案 0 :(得分:0)
尝试以下方法:
https://api.softlayer.com/rest/v3.1/SoftLayer_Account/getPortableStorageVolumes?objectFilter={"portableStorageVolumes":{"id":{"operation":xxxx}}}
Method: Get
<强>参考文献:强>