VMware Cloud Community
frippeisking
Contributor
Contributor

Why some REST operations like $filter and $expand are missing on some resources??

Looking at https://code.vmware.com/apis/657#/Deployments/getDeploymentsUsingGET

a GET on /deployment/api/deployments does not support $filter or $expand and this is true for a lot of resources.
I'm trying to write a vRO module to simplify my life talking to vRA. It's a nightmare..

vRA REST Backend is said to use OData implementation and the looking at the API documentation Swagger/OpenAPI is being used.
Why are different endpoints so different in what they provide/expose???

So now I have to get ALL of the deployements and filter on the client side rather on serverside.

Am I missing something here?

Reply
0 Kudos
0 Replies