DiagnosticsResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

conditions on which alerts will be filtered

Link copied to clipboard

Creation time of action rule. Date-Time in ISO-8601 format.

Link copied to clipboard

Created by user name.

Link copied to clipboard
val description: String? = null

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
val scope: ScopeResponse? = null

scope on which action rule will apply

Link copied to clipboard
val status: String? = null

Indicates if the given action rule is enabled or disabled

Link copied to clipboard

Indicates type of action rule Expected value is 'Diagnostics'.