MetricRuleTemplateAlertTemplate

data class MetricRuleTemplateAlertTemplate(val category: String, val escalations: MetricRuleTemplateAlertTemplateEscalations? = null, val metricName: String, val namespace: String, val ruleName: String, val webhook: String? = null)

Constructors

Link copied to clipboard
constructor(category: String, escalations: MetricRuleTemplateAlertTemplateEscalations? = null, metricName: String, namespace: String, ruleName: String, webhook: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The abbreviation of the Alibaba Cloud service name.

Link copied to clipboard

The information about the trigger condition based on the alert level. See escalations below.

Link copied to clipboard

The name of the metric.

Link copied to clipboard

The namespace of the cloud service.

Link copied to clipboard

The name of the alert rule.

Link copied to clipboard
val webhook: String? = null

The callback URL to which a POST request is sent when an alert is triggered based on the alert rule.