AlertProcessingRuleProperties interface

Alert processing rule properties defining scopes, conditions and scheduling logic for alert processing rule.

Properties

actions

Actions to be applied.

conditions

Conditions on which alerts will be filtered.

description

Actions to be applied.Description of alert processing rule.

enabled

Indicates if the given alert processing rule is enabled or disabled.

schedule

Scheduling for alert processing rule.

scopes

Scopes on which alert processing rule will apply.

Property Details

actions

Actions to be applied.

actions: ActionUnion[]

Property Value

conditions

Conditions on which alerts will be filtered.

conditions?: Condition[]

Property Value

description

Actions to be applied.Description of alert processing rule.

description?: string

Property Value

string

enabled

Indicates if the given alert processing rule is enabled or disabled.

enabled?: boolean

Property Value

boolean

schedule

Scheduling for alert processing rule.

schedule?: Schedule

Property Value

scopes

Scopes on which alert processing rule will apply.

scopes: string[]

Property Value

string[]