DeleteDIAlarmRule
Remove synchronization task alarm rules from DataWorks MCP Server by specifying the alarm rule ID, ensuring streamlined management of data integration workflows.
Instructions
删除数据集成同步任务告警规则
Input Schema
Name | Required | Description | Default |
---|---|---|---|
DIAlarmRuleId | No | 该字段已废弃,请使用Id字段 | |
DIJobId | No | 任务ID | |
Id | No | 告警规则ID |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"DIAlarmRuleId": {
"description": "该字段已废弃,请使用Id字段"
},
"DIJobId": {
"description": "任务ID"
},
"Id": {
"description": "告警规则ID"
}
},
"type": "object"
}