Attributes from the monitor that triggered the event.

Hierarchy

  • MonitorType

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
createdAt?: number

The POSIX timestamp of the monitor's creation in nanoseconds.

groupStatus?: number

Monitor group status used when there is no result_groups.

groups?: string[]

Groups to which the monitor belongs.

id?: number

The monitor ID.

message?: string

The monitor message.

modified?: number

The monitor's last-modified timestamp.

name?: string

The monitor name.

query?: string

The query that triggers the alert.

tags?: string[]

A list of tags attached to the monitor.

templatedName?: string

The templated name of the monitor before resolving any template variables.

type?: string

The monitor type.

Generated using TypeDoc