Alarm Escalations Warn
data class AlarmEscalationsWarn(val comparisonOperator: String? = null, val statistics: String? = null, val threshold: String? = null, val times: Int? = null)
Properties
Link copied to clipboard
Warn level alarm comparison operator. Default value: >
. Valid values: >
, >=
, <
, <=
, !=
, ==
, GreaterThanYesterday
, LessThanYesterday
, GreaterThanLastWeek
, LessThanLastWeek
, GreaterThanLastPeriod
, LessThanLastPeriod
. NOTE: From version 1.231.0, comparison_operator
can be set to ==
.
Link copied to clipboard
Warn level alarm statistics method. It must be consistent with that defined for metrics. For more information, see How to use it.