GetGroupMetricRulesRule

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)

Types

Link copied to clipboard
object Companion

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
Link copied to clipboard

The ID of the application group.

Link copied to clipboard

The name of the alert rule.

Link copied to clipboard
val id: String

The ID of the Group Metric Rule.

Link copied to clipboard

The name of the metric.

Link copied to clipboard

The namespace of the service.

Link copied to clipboard

The time period during which the alert rule is ineffective.

Link copied to clipboard
val period: Int

The aggregation period of the monitoring data. Unit: seconds. The value is an integral multiple of 60. Default value: 300.

Link copied to clipboard

The resources that are associated with the alert rule.

Link copied to clipboard

The ID of the alert rule.

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.

Link copied to clipboard

The status of Group Metric Rule..

Link copied to clipboard

The callback URL.