Alert Rule Scheduled Incident Configuration Grouping
data class AlertRuleScheduledIncidentConfigurationGrouping(val enabled: Boolean? = null, val entityMatchingMethod: String? = null, val groupByAlertDetails: List<String>? = null, val groupByCustomDetails: List<String>? = null, val groupByEntities: List<String>? = null, val lookbackDuration: String? = null, val reopenClosedIncidents: Boolean? = null)
Properties
Link copied to clipboard
The method used to group incidents. Possible values are AnyAlert
, Selected
and AllEntities
. Defaults to AnyAlert
.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Limit the group to alerts created within the lookback duration (in ISO 8601 duration format). Defaults to PT5M
.
Link copied to clipboard
Whether to re-open closed matching incidents? Defaults to false
.