DataWorks MCP Server

Official

ListAlertRules

Retrieve a list of custom alert rules in Alibaba Cloud DataWorks, filtering by rule name, owner, task IDs, alert types, or receiver. Manage and monitor alert configurations effectively.

Instructions

获取自定义规则列表

Input Schema

NameRequiredDescriptionDefault
NameNo自定义规则名
OwnerNo自定义规则的责任人阿里云UID
PageNumberNo页码数,用于翻页,最小值为1
PageSizeNo每页显示的条数,最大100条
ReceiverNo告警接收人阿里云UID
TaskIdsNo调度任务ID列表
TypesNo触发告警的类型列表

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "Name": { "description": "自定义规则名", "type": "string" }, "Owner": { "description": "自定义规则的责任人阿里云UID", "type": "string" }, "PageNumber": { "description": "页码数,用于翻页,最小值为1" }, "PageSize": { "description": "每页显示的条数,最大100条" }, "Receiver": { "description": "告警接收人阿里云UID", "type": "string" }, "TaskIds": { "description": "调度任务ID列表", "type": "array" }, "Types": { "description": "触发告警的类型列表", "items": { "type": "string" }, "type": "array" } }, "type": "object" }

You must be authenticated.

Other Tools from DataWorks MCP Server

Related Tools

ID: 5xvvskonjr