While trying to get the list of vms using the rest api v2 against a Hyper-V configuration
The api return the following error message "Exception while retrieving entities : Hypervisor hyperv not supported"
https://www.nutanix.dev/reference/prism_element/v2/api/vms/get-vms-getvms
There is no mention of api v2 not supporting this, is it meant to be supported? If not how can we get the list of vms from it? Do we need to revert back to V1 api? This one returns the vm list but looking at the v1 v2 documentation the recommendation is to migrate to v2, so would just like some clarification.
Also if we need to go back to V1 for hyper-v will any of the endpoints for in api V2 that require a VM_uuid work for a vm hyper-v or not? Since those uuid were returned by the V1 api
For example:
https://www.nutanix.dev/reference/prism_element/v2/api/flr/get-flr-vm-uuid-attached-disks-getattachedflrsnapshotofvm
https://www.nutanix.dev/reference/prism_element/v2/api/flr/get-flr-vm-uuid-snapshots-getflrsnapshotsofvm
Thank you