I am using URL https://api.softlayer.com/rest/v3/SoftLayer_Account/getVirtualGuests.json with resultLimit=0,100 with object filter of &objectFilter={"virtualGuests":{"datacenter":{"name":{"operation":"_=che01"}}}} The REST API is ignoring the resultLimit and is returning more all the virtual guest entries in the datacenter. When did this change?
resultLimit not working on getVirtualGuests with an objectFilter
38 views Asked by Gary Sutherland At
1
The result limit work well with mask, but with filter there are problems with this method, can open a ticket for this problem.
references:
https://sldn.softlayer.com/reference/datatypes/SoftLayer_Virtual_Guest/
https://sldn.softlayer.com/article/using-result-limits-softlayer-api/
https://sldn.softlayer.com/article/object-masks/
https://sldn.softlayer.com/article/object-filters/