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
conditions
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
scopes
Scopes on which alert processing rule will apply.
scopes: string[]
Property Value
string[]