Holds search results.

Hierarchy

  • MonitorSearchResult

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
classification?: string

Classification of the monitor.

creator?: v1.Creator

Object describing the creator of the shared element.

id?: number

ID of the monitor.

lastTriggeredTs?: number

Latest timestamp the monitor triggered.

metrics?: string[]

Metrics used by the monitor.

name?: string

The monitor name.

The notification triggered by the monitor.

orgId?: number

The ID of the organization.

query?: string

The monitor query.

scopes?: string[]

The scope(s) to which the downtime applies, for example host:app2. Provide multiple scopes as a comma-separated list, for example env:dev,env:prod. The resulting downtime applies to sources that matches ALL provided scopes (that is env:dev AND env:prod), NOT any of them.

The different states your monitor can be in.

tags?: string[]

Tags associated with the monitor.

The type of the monitor. For more information about type, see the monitor options docs.

Generated using TypeDoc