AlertConfigurationSeverityConfigurationEvalCondition

data class AlertConfigurationSeverityConfigurationEvalCondition(val condition: String? = null, val countCondition: String? = null)

Constructors

constructor(condition: String? = null, countCondition: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val condition: String? = null

Data matching expression. When the data content does not need to be determined, set it to an empty string. In other cases, it needs to be set as an expression, for example, errCnt> 10.

Link copied to clipboard
val countCondition: String? = null

The number of pieces of data to determine the number of pieces of data to indicate how many pieces of data meet the conditions. If data exists, it is satisfied. Set it to an empty string. In other cases, it needs to be set as an expression, such as__count__> 3.