3.27. Hypervisors (os-hypervisors)

Display extra statistical information from the machine that hosts the hypervisor through the API for the hypervisor (XenAPI or KVM/libvirt).

MethodURIDescription
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 policy.json settings.

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.

Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page


loading table of contents...