Hi,
You can list all VMs in vCD by executing the following query from REST API Query Service:
GET /api/query?type=adminVM
This should list VMs in all kinds of states. You can also filter by the name of the VM:
GET /api/query?type=adminVM&filter=name==<vm_name>
Regards,
Todor Todorov