Class MonitorNotificationRuleCondition

A conditional recipient rule composed of a scope (the matching condition) and recipients (who to notify when it matches).

Hierarchy

  • MonitorNotificationRuleCondition

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
recipients: string[]

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

scope: string

Defines the condition under which the recipients are notified. Supported formats:

  • Monitor status condition using transition_type:<status>, for example transition_type:is_alert.
  • A single tag key:value pair, for example env:prod.

Generated using TypeDoc