CreateDIAlarmRule
Create alert rules for data integration tasks in DataWorks MCP Server. Configure thresholds, triggers, and notifications for metrics like task delays, failures, or resource usage to ensure timely issue detection and response.
Instructions
创建数据集成同步任务告警规则 *This Tool has a 'MCP Resource',please request CreateDIAlarmRule(MCP Resource) to get more examples for using this tool.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ClientToken | No | 幂等参数 | |
DIJobId | No | 任务ID,是告警规则关联的任务ID | |
Description | No | 描述 | |
Enabled | No | 告警规则是否启用,默认不开启 | |
MetricType | Yes | 告警指标类型,可选的枚举值:- Heartbeat(任务状态报警)- FailoverCount(failover次数报警)- Delay(任务延迟报警)- DdlReport(DDL通知)- ResourceUtilization(资源组使用率) | |
Name | Yes | 告警规则名称 | |
NotificationSettings | Yes | 告警通知设置 | |
TriggerConditions | Yes | 告警触发条件列表,支持多条件 |