Skip to main content
Glama

ListDIJobMetrics

Monitor and analyze data integration task performance on DataWorks MCP Server by querying specific metrics for given task instances within a defined time range.

Instructions

查看数据集成同步任务运行指标

Input Schema

NameRequiredDescriptionDefault
DIJobIdNo实例ID
EndTimeNo结束时间
MetricNameYes需要查询的指标列表
StartTimeNo起始时间

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "DIJobId": { "description": "实例ID" }, "EndTime": { "description": "结束时间" }, "MetricName": { "description": "需要查询的指标列表", "items": { "type": "string" }, "type": "array" }, "StartTime": { "description": "起始时间" } }, "required": [ "MetricName" ], "type": "object" }

Other Tools

Related Tools

Latest Blog Posts

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