A single monitor group search result.

Hierarchy

  • MonitorGroupSearchResult

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

The name of the group.

groupTags?: string[]

The list of tags of the monitor group.

lastNodataTs?: number

Latest timestamp the monitor group was in NO_DATA state.

lastTriggeredTs?: number

Latest timestamp the monitor group triggered.

monitorId?: number

The ID of the monitor.

monitorName?: string

The name of the monitor.

The different states your monitor can be in.

Generated using TypeDoc