System Events

Contents

System Events

Events allow the user to track his actions and the state of the servers.

List System Events

GET /v2/audit/system_events

Returns information about system-wide events.

Inputs

None

Returns

An array of events, ordered from most to less recent, with the following fields:

Field Type Description
id String Identifier of the event.
timestamp Time Time of the event.
level String Level of the event, either info, warning or error.
header String Short description of the event.
description String Long description of the event.
resource_type String An identifier for the type of resource, specifically "event".

Back to top