How to get list of hypervisors/datastores in vmware region in openstack using rest api?
In case of KVM region, the query
"curl -H "X-Auth-Token: <token-id>" http://<ip_address>:8774/v2/<tenant-id>/os-hypervisors/detail | python -m json.tool
",
gives the list of hypervisors and more details, but in case of vmware, this return only repeated json of region name with various services that are running.
Appreciate all help, Thanks Bhavya.