hypervisor

Compute v2

hypervisor list

List hypervisors

openstack hypervisor list
    [--sort-column SORT_COLUMN]
    [--sort-ascending | --sort-descending]
    [--matching <hostname>]
    [--marker <marker>]
    [--limit <limit>]
    [--long]
--sort-column SORT_COLUMN

specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated

--sort-ascending

sort the column(s) in ascending order

--sort-descending

sort the column(s) in descending order

--matching <hostname>

Filter hypervisors using <hostname> substring

--marker <marker>

The UUID of the last hypervisor of the previous page; displays list of hypervisors after ‘marker’. (supported with –os-compute-api-version 2.33 or above)

--limit <limit>

Maximum number of hypervisors to display. Note that there is a configurable max limit on the server, and the limit that is used will be the minimum of what is requested here and what is configured in the server. (supported with –os-compute-api-version 2.33 or above)

--long

List additional fields in output

hypervisor show

Display hypervisor details

openstack hypervisor show <hypervisor>
hypervisor

Hypervisor to display (name or ID)