A simplified version of a monitor user template.

Hierarchy

  • SimpleMonitorUserTemplate

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
created?: Date

The created timestamp of the template.

description?: string

A brief description of the monitor user template.

id?: string

The unique identifier. The initial version will match the template ID.

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

A valid monitor definition in the same format as the V1 Monitor API.

Type declaration

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

The definition of MonitorUserTemplateTags object.

The definition of MonitorUserTemplateTemplateVariables object.

title?: string

The title of the monitor user template.

version?: number

The version of the monitor user template.

Generated using TypeDoc