I’m looking for more details regarding the use of the “filter” attribute and getting a list of VMs.
https://www.nutanix.dev/reference/prism_central/v3/api/vms/postvmslist/
I've been able to filter down VMs returned using the filter = “vm_name==my-vm-name” in my Rest API quiries but I was looking for some more examples.
In particular it would be great if I could find VMs by IP address or MAC address to try and hunt down VMs without doing a full VM list query.
Is there additional documentation on the FIQL filtering options in the REST api?