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
List recent events of a server.
Specify --os-compute-api-version 2.21
or higher to show events for a
deleted server, specified by ID only.
openstack server event list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--long]
[--changes-since <changes-since>]
[--changes-before <changes-before>]
[--marker MARKER]
[--limit LIMIT]
<server>
Config file for the dict-to-csv formatter
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
sort the column(s) in ascending order
sort the column(s) in descending order
List additional fields in output
List only server events changed later or equal to a certain point of time. The provided time should be an ISO 8061 formatted time, e.g. 2016-03-04T06:27:59Z
. (supported with –os-compute-api-version 2.58 or above)
List only server events changed earlier or equal to a certain point of time. The provided time should be an ISO 8061 formatted time, e.g. 2016-03-04T06:27:59Z
. (supported with –os-compute-api-version 2.66 or above)
The last server event ID of the previous page (supported by –os-compute-api-version 2.58 or above)
Maximum number of server events to display (supported by –os-compute-api-version 2.58 or above)
Server to list events (name or ID)
Show server event details.
Specify --os-compute-api-version 2.21
or higher to show event details
for a deleted server, specified by ID only. Specify
--os-compute-api-version 2.51
or higher to show event details for
non-admin users.
openstack server event show <server> <request-id>
Server to show event details (name or ID)
Request ID of the event to show (ID only)
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.