server event

server event

Server event are event record for server operations. They consist of: type (create, delete, reboot and so on), result (success, error), start time, finish time and so on. These are important for server maintenance.

Compute v2

server event list

List recent events of a server

openstack server event list
    [--sort-column SORT_COLUMN]
    [--long]
    <server>
--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

--long

List additional fields in output

server

Server to list events (name or ID)

This command is provided by the python-openstackclient plugin.

server event show

Show server event details. Specify --os-compute-api-version 2.51 or higher to show events for non-admin users.

openstack server event show <server> <request-id>
server

Server to show event details (name or ID)

request-id

Request ID of the event to show (ID only)

This command is provided by the python-openstackclient plugin.

Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.