blob: 372cb40073eea41bfcf92f4ca38a95d2cd27885a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
============
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
.. autoprogram-cliff:: openstack.compute.v2
:command: server event *
|