Suppression Response
data class SuppressionResponse(val conditions: ConditionsResponse? = null, val createdAt: String, val createdBy: String, val description: String? = null, val lastModifiedAt: String, val lastModifiedBy: String, val scope: ScopeResponse? = null, val status: String? = null, val suppressionConfig: SuppressionConfigResponse, val type: String)
Action rule with suppression configuration
Constructors
Link copied to clipboard
constructor(conditions: ConditionsResponse? = null, createdAt: String, createdBy: String, description: String? = null, lastModifiedAt: String, lastModifiedBy: String, scope: ScopeResponse? = null, status: String? = null, suppressionConfig: SuppressionConfigResponse, type: String)
Properties
Link copied to clipboard
conditions on which alerts will be filtered
Link copied to clipboard
Description of action rule
Link copied to clipboard
Last updated time of action rule. Date-Time in ISO-8601 format.
Link copied to clipboard
Last modified by user name.
Link copied to clipboard
scope on which action rule will apply
Link copied to clipboard
suppression configuration for the action rule