RuleResolveConfigurationResponse

data class RuleResolveConfigurationResponse(val autoResolved: Boolean? = null, val timeToResolve: String? = null)

TBD. Relevant only for rules of the kind LogAlert.

Constructors

Link copied to clipboard
constructor(autoResolved: Boolean? = null, timeToResolve: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val autoResolved: Boolean? = null

The flag that indicates whether or not to auto resolve a fired alert.

Link copied to clipboard
val timeToResolve: String? = null

The duration a rule must evaluate as healthy before the fired alert is automatically resolved represented in ISO 8601 duration format.