DataWorks MCP Server

Official

ListRoutes

Retrieve routing lists for network resources in Alibaba Cloud DataWorks. Specify network ID, pagination, sorting, and resource group to manage and organize routes efficiently.

Instructions

获取网络资源的路由列表

Input Schema

NameRequiredDescriptionDefault
NetworkIdNo网络资源ID
PageNumberNo分页页码
PageSizeNo分页大小
ResourceGroupIdYes通用资源组唯一标识
SortByNo排序字段列表,支持定时时间、开始时间等字段。格式为"排序字段+排序方式(Desc/Asc)"(Asc可以缺省)。排序字段的枚举值如下:- Id (Desc/Asc):路由ID- DestinationCidr (Desc/Asc):目的CIDR- CreateTime (Desc/Asc):创建时间默认为CreateTime Asc

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "NetworkId": { "description": "网络资源ID" }, "PageNumber": { "description": "分页页码" }, "PageSize": { "description": "分页大小" }, "ResourceGroupId": { "description": "通用资源组唯一标识", "type": "string" }, "SortBy": { "description": "排序字段列表,支持定时时间、开始时间等字段。格式为\"排序字段+排序方式(Desc/Asc)\"(Asc可以缺省)。排序字段的枚举值如下:- Id (Desc/Asc):路由ID- DestinationCidr (Desc/Asc):目的CIDR- CreateTime (Desc/Asc):创建时间默认为CreateTime Asc", "type": "string" } }, "required": [ "ResourceGroupId" ], "type": "object" }

You must be authenticated.

Other Tools from DataWorks MCP Server

Related Tools

ID: 5xvvskonjr