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
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
--longList additional fields in output
serverServer to list events (name or ID)
This command is provided by the python-openstackclient plugin.
 
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.