Action Group Response
data class ActionGroupResponse(val actionGroupId: String, 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 type: String)
Action rule with action group configuration
Constructors
Link copied to clipboard
constructor(actionGroupId: String, conditions: ConditionsResponse? = null, createdAt: String, createdBy: String, description: String? = null, lastModifiedAt: String, lastModifiedBy: String, scope: ScopeResponse? = null, status: String? = null, type: String)
Properties
Link copied to clipboard
Action group to trigger if action rule matches
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