Display extra statistical information from the machine that hosts the hypervisor through the API for the hypervisor (XenAPI or KVM/libvirt).
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. |
GET | /v2/{tenant_id}/os-hypervisors/detail | Shows information for a specified
hypervisor. Typically configured as an admin-only
extension by using |
GET | /v2/{tenant_id}/os-hypervisors/statistics | Shows hypervisor statistics over all compute nodes. |
GET | /v2/{tenant_id}/os-hypervisors/{hypervisor_hostname} | Shows the up time for a specified hypervisor. |
GET | /v2/{tenant_id}/os-hypervisors/{hypervisor_hostname}/servers | Lists instances that belong to specific hypervisors. |