DataWorks MCP Server

Official

CreateDeployment

Initiate deployment processes on Alibaba Cloud DataWorks to manage entity releases or retirements. Specify entity IDs, project details, and deployment type (online/offline) for streamlined resource management.

Instructions

创建发布流程

Input Schema

NameRequiredDescriptionDefault
DescriptionNo对于发布流程的描述信息
ObjectIdsYes本次发布流程希望发布的实体Id列表。><notice>目前只支持对于单个实体及其子实体的发布,因此只有该array的第一个实体及其子实体会被发布成功。请确保该array的长度为1,超出1的部分会被忽略。></notice>
ProjectIdNoDataWorks工作空间的ID
TypeYes表示发布流程是上线还是下线- Online:上线- Offline:下线

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "Description": { "description": "对于发布流程的描述信息", "type": "string" }, "ObjectIds": { "description": "本次发布流程希望发布的实体Id列表。><notice>目前只支持对于单个实体及其子实体的发布,因此只有该array的第一个实体及其子实体会被发布成功。请确保该array的长度为1,超出1的部分会被忽略。></notice>", "items": { "type": "string" }, "type": "array" }, "ProjectId": { "description": "DataWorks工作空间的ID" }, "Type": { "description": "表示发布流程是上线还是下线- Online:上线- Offline:下线", "type": "string" } }, "required": [ "Type", "ObjectIds" ], "type": "object" }

You must be authenticated.

Other Tools from DataWorks MCP Server

Related Tools

ID: 5xvvskonjr