SoftLayer API,用于获取与标记

时间:2017-03-24 07:09:44

标签: ibm-cloud-infrastructure

我想使用REST API获取使用给定字符串标记的所有设备。我试过curl -X GET -u" $ user_name:$ api_key" https://api.softlayer.com/rest/v3/SoftLayer_Tag/iisha7/getReferences但它没有用。它给出了这个错误:

{"错误":"内部错误","代码":" SoftLayer_Exception_Public"}

这是否解决了我的目的?或者我应该使用其他API?如果是的话,我在做什么错?请建议。

1 个答案:

答案 0 :(得分:0)

尝试使用此请求:

https://api.softlayer.com/rest/v3/SoftLayer_Account/getTags?objectFilter={"tags":{"name":{"operation":"tag2"}}}&objectMask=mask[references]

Note: replace "tag2" with the name of the tag you are lokking for

此致