Hello,
I want to get a VM by its name but the filter seems to be case-sensitive. I have VMs that have uppercase and lowercase names. Is there a way to specify a case insensitive search?
Here's the GET URL I used in Postman. For a VM with all uppercase name, my filter with lowercase fails with a return of empty value.
https://{vc}}/rest/vcenter/vm?filter.names.1=<vm name>
Thanks for any help,
Donna