I’m trying to retrieve all VM and CVM using the following endpoint in PowerShell
https://example.com:9440/api/nutanix/v3/vms/list
I get all VM information back as requested but unfortunately I’m not getting any CVM and there is no information related to this in the offial API documentation.
As far as I understand in version 1 you would get all vms and cvms using same endopint (vm/list)
Is there something I’m missing to set up in order to get the controller vitrual machines ?
{
"kind" = "vm"
"length" = 50000
"offset" = 0
}