We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to filter an object with list as attribute?
Below filter does not work ?filters=supported_platforms==EX4200
{ "image": [ { "supported_platforms": [ "EX4200", "EX3500" ], "id":"1", "name":"Test1" }, { "supported_platforms": [ "EX9200" ], "id":"2", "name":"Test2" }, { "supported_platforms": [ "EX4200", "EX7400" ], "id":"3", "name":"Test3" } ] }
Do we have this support? https://github.com/Juniper/contrail/blob/master/doc/rest_api.md#listing-resources
Thanks, Vinamra
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How to filter an object with list as attribute?
Below filter does not work
?filters=supported_platforms==EX4200
Do we have this support?
https://github.com/Juniper/contrail/blob/master/doc/rest_api.md#listing-resources
Thanks,
Vinamra
The text was updated successfully, but these errors were encountered: