Diagnostics Response
data class DiagnosticsResponse(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 diagnostics 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, 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