GetAlertRule
Retrieve custom monitoring alert rules from Alibaba Cloud DataWorks using a standardized interface. Define alert conditions and manage notifications with ease.
Instructions
获取自定义监控告警规则
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Id | No | 自定义告警规则ID |
Input Schema (JSON Schema)
{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "Id": { "description": "自定义告警规则ID", "type": "string" } }, "type": "object" }