Get Metric Rule Templates Template Alert Template Escalation Critical
data class GetMetricRuleTemplatesTemplateAlertTemplateEscalationCritical(val comparisonOperator: String, val statistics: String, val threshold: String, val times: String)
Constructors
Link copied to clipboard
fun GetMetricRuleTemplatesTemplateAlertTemplateEscalationCritical(comparisonOperator: String, statistics: String, threshold: String, times: String)
Types
Properties
Link copied to clipboard
The comparison operator of the threshold for warn-level alerts.Valid values: GreaterThanOrEqualToThreshold
, GreaterThanThreshold
, LessThanOrEqualToThreshold
, LessThanThreshold
, NotEqualToThreshold
, GreaterThanYesterday
, LessThanYesterday
, GreaterThanLastWeek
, LessThanLastWeek
, GreaterThanLastPeriod
, LessThanLastPeriod
.
Link copied to clipboard