this API is supposed to return an array of SoftLayer_Network_Storage_Allowed_Host, according to the document.
https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Storage/17336531/allowAccessFromHostList.json
{"parameters":[[{"id":25868261,"objectType":"SoftLayer_Virtual_Guest"}]]}
But actually it returns 200 with empty response body: [{}]
Anything wrong here?