AlarmCompositeExpression

data class AlarmCompositeExpression(val expressionListJoin: String? = null, val expressionLists: List<AlarmCompositeExpressionExpressionList>? = null, val expressionRaw: String? = null, val level: String? = null, val times: Int? = null)

Constructors

Link copied to clipboard
constructor(expressionListJoin: String? = null, expressionLists: List<AlarmCompositeExpressionExpressionList>? = null, expressionRaw: String? = null, level: String? = null, times: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The relationship between the trigger conditions for multiple metrics. Valid values: &&, ||.

Link copied to clipboard

The trigger conditions that are created in standard mode. See expression_list below.

Link copied to clipboard
val expressionRaw: String? = null

The trigger conditions that are created by using expressions.

Link copied to clipboard
val level: String? = null

The level of the alert. Valid values: CRITICAL, WARN, INFO.

Link copied to clipboard
val times: Int? = null

The number of consecutive triggers.