2016-10-25 31 views
0

我試圖做SoftLayer的GET API「VirtualGuests」反應太大

GET https://api.softlayer.com/rest/v3/SoftLayer_Account/VirtualGuests?objectMask=powerState%3BoperatingSystem.passwords%3Bdatacenter%3BbillingItem%3BblockDevices.diskImage%3BtagReferences 

> Headers: Authorization: Accept : application/json 

Response: 
{ 
    "error": "Internal Error", 
    "code": "SoftLayer_Exception_Public" 
} 

我發現結果是太大了,如果我做了RESULTLIMIT上它的工作原理API GET操作。

我的問題是,我有我的實例Id如何將它包含在上面的API中。我試圖添加& id = XXXXXX在API的末尾它沒有工作

回答