Skip to main content
Glama

DataWorks MCP Server

by aliyun

ListDIJobEvents

Retrieve a list of runtime events for data integration synchronization tasks on Alibaba Cloud DataWorks. Filter by event type, such as Failover, Alarm, or DDL, within specified time ranges and pagination.

Instructions

获取数据集成同步任务的运行事件列表

Input Schema

NameRequiredDescriptionDefault
DIJobIdNo实例ID
EndTimeNo结束时间
EventTypeYes查询的Event类型,目前支持Failover/Alarm/DDL
PageNumberNo页码,从1开始,默认值为1
PageSizeNo每页显示的条数,默认为10条,最大100条
StartTimeNo起始时间

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "DIJobId": { "description": "实例ID" }, "EndTime": { "description": "结束时间" }, "EventType": { "description": "查询的Event类型,目前支持Failover/Alarm/DDL", "type": "string" }, "PageNumber": { "description": "页码,从1开始,默认值为1" }, "PageSize": { "description": "每页显示的条数,默认为10条,最大100条" }, "StartTime": { "description": "起始时间" } }, "required": [ "EventType" ], "type": "object" }

Other Tools from DataWorks MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aliyun/alibabacloud-dataworks-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server