Class MonitorNotificationRuleResponseAttributes

Attributes of the monitor notification rule.

Hierarchy

  • MonitorNotificationRuleResponseAttributes

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

Creation time of the monitor notification rule.

Filter used to associate the notification rule with monitors.

modified?: Date

Time the monitor notification rule was last modified.

name?: string

The name of the monitor notification rule.

recipients?: string[]

A list of recipients to notify. Uses the same format as the monitor message field. Must not start with an '@'.

Generated using TypeDoc