| Method | URI | Description |
|---|---|---|
| GET | /v2/{tenant_id}/os-hypervisors | Lists hypervisors information for each server obtained through the hypervisor-specific API, such as libvirt or XenAPI. |
Normal response codes: 200
This table shows the URI parameters for the list hypervisors request:
| Name | Type | Description |
|---|---|---|
| String | The ID for the tenant or account in a multi-tenancy cloud. |
This operation does not require a request body.
Example 3.229. List hypervisors: JSON response
{
"hypervisors": [
{
"hypervisor_hostname": "fake-mini",
"id": 1
}
]
}Example 3.230. List hypervisors: XML response
<?xml version='1.0' encoding='UTF-8'?> <hypervisors> <hypervisor id="1" hypervisor_hostname="fake-mini"/> </hypervisors>
This operation does not return a response body.

