Class MonitorUserTemplateRequestAttributes

Attributes for a monitor user template.

Hierarchy

  • MonitorUserTemplateRequestAttributes

Constructors

Properties

description?: string

A brief description of the monitor user template.

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.

Generated using TypeDoc