How to use object filter with softlayer rest api?
问题 I read this article and have some problems trying to follow the examples. The following is one of the examples given in that article. The first parameter in the object filter is virtualGuests . This object filter can be used in api https://api.softlayer.com/rest/v3/SoftLayer_Account/VirtualGuests . object_filter = { \'virtualGuests\': { \'datacenter\': { \'name\': {\'operation\': \'dal05\'} } } } I want to use the object filter in other api methods, like SoftLayer_Account