Attributes for a monitor alert trigger.

Hierarchy

  • MonitorAlertTriggerAttributes

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
eventId: string

The event ID associated with the monitor alert.

eventTs: number

The timestamp of the event in Unix milliseconds.

monitorId: number

The monitor ID that triggered the alert.

Generated using TypeDoc