Alert event attributes.

Hierarchy

  • AlertEventAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
aggregationKey?: string

Aggregation key of the event.

custom?: any

JSON object of custom attributes.

JSON object of event system attributes.

The links related to the event.

The priority of the alert.

service?: string

Service that triggered the event.

The status of the alert.

timestamp?: number

POSIX timestamp of the event.

title?: string

The title of the event.

Generated using TypeDoc