Alerting: Add is_paused attr to the POST alert rule group endpoint (#62253)
Add is_paused attr to the POST alert rule group endpoint
This commit is contained in:
@@ -97,6 +97,7 @@ func validateRuleNode(
|
||||
RuleGroup: groupName,
|
||||
NoDataState: noDataState,
|
||||
ExecErrState: errorState,
|
||||
IsPaused: ruleNode.GrafanaManagedAlert.IsPaused,
|
||||
}
|
||||
|
||||
newAlertRule.For, err = validateForInterval(ruleNode)
|
||||
|
||||
Reference in New Issue
Block a user