Correlate Alerts Response
data class CorrelateAlertsResponse(val actionType: String, val correlateBy: List<CorrelateByResponse>, val correlationInterval: String, val notificationsForCorrelatedAlerts: String? = null, val priority: Int)
Add logic for alerts correlation.
Constructors
Link copied to clipboard
fun CorrelateAlertsResponse(actionType: String, correlateBy: List<CorrelateByResponse>, correlationInterval: String, notificationsForCorrelatedAlerts: String? = null, priority: Int)