AlertRuleScheduledIncidentConfigurationGrouping

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)

Constructors

constructor(enabled: Boolean? = null, entityMatchingMethod: String? = null, groupByAlertDetails: List<String>? = null, groupByCustomDetails: List<String>? = null, groupByEntities: List<String>? = null, lookbackDuration: String? = null, reopenClosedIncidents: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Enable grouping incidents created from alerts triggered by this Sentinel Scheduled Alert Rule. Defaults to true.

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.