events

Get events

Retrieve a list of events in descending order by created time.

get/events

Query parameters

fromstring

Beginning of a date-time range.

tostring

End of a date-time range.

startinteger

The starting item to be returned, used for pagination.

limitinteger

The maximum number of events returned. If limit is not provided, the implicit limit is 100

Response

The call was successful.

createdstring required

An iso8601 formatted timestamp

incidentstring required

The identifier for the underlying incident that triggered the event.

messagestring required

Text that describes the occurrence of an event.

severity'info' | 'severe' | 'warning' required

The severity of the event. There are three levels: info is informational and no action is needed, warning may indicate that an error will occur if action is not taken, severe is critical and requires immediate attention (e.g. the application is down).

subjectstring

The object that is affected by the event (e.g. A cluster scale out event for cluster w234fs will have a subject of /v2/cluster/w234fs).

typestring required

The type of event that has occurred.

originstring

The third-party entity that generated the event.

originatedstring

An iso8601 formatted timestamp

Changes

No recorded changes to this endpoint across all 1 revision of this API.