Server Actions Extension#
The server actions extension allows you to view a log of events and actions
taken on a server. First, execute a
GET $endpoint/servers/{server-id}/os-instance-actions
to see a list of the
actions, then you can show more details of a specific event by using
GET $endpoint/servers/{server-id}/os-instance-actions/{request-id}
.
List server actions and show action details operations#
For examples of these operations, see the following operations: