Get Group Metric Rules Rule
data class GetGroupMetricRulesRule(val contactGroups: String, val dimensions: String, val effectiveInterval: String, val emailSubject: String, val enableState: Boolean, val escalations: List<GetGroupMetricRulesRuleEscalation>, val groupId: String, val groupMetricRuleName: String, val id: String, val metricName: String, val namespace: String, val noEffectiveInterval: String, val period: Int, val resources: String, val ruleId: String, val silenceTime: Int, val sourceType: String, val status: String, val webhook: String)
Constructors
Link copied to clipboard
constructor(contactGroups: String, dimensions: String, effectiveInterval: String, emailSubject: String, enableState: Boolean, escalations: List<GetGroupMetricRulesRuleEscalation>, groupId: String, groupMetricRuleName: String, id: String, metricName: String, namespace: String, noEffectiveInterval: String, period: Int, resources: String, ruleId: String, silenceTime: Int, sourceType: String, status: String, webhook: String)
Properties
Link copied to clipboard
Alarm contact group.
Link copied to clipboard
The dimensions that specify the resources to be associated with the alert rule.
Link copied to clipboard
The time period during which the alert rule is effective.
Link copied to clipboard
The subject of the alert notification email.
Link copied to clipboard
Indicates whether the alert rule is enabled.
Link copied to clipboard
Alarm level.
Link copied to clipboard
The name of the alert rule.
Link copied to clipboard
The name of the metric.
Link copied to clipboard
The time period during which the alert rule is ineffective.
Link copied to clipboard
The mute period during which new alerts are not reported even if the alert trigger conditions are met. Unit: seconds. Default value: 86400
, which is equivalent to one day.
Link copied to clipboard
The type of the alert rule. The value is fixed to METRIC, indicating an alert rule for time series metrics.