ExecDeploymentStage
Region:
China (Beijing)
Request Parameters
Required
ProjectIdThe DataWorks works...
IdThe ID of the process
CodeThe code of the sta...
Plugin DownloadLearn more
VS Code Plugin
Before installing the plugin, please install VS CodeBefore installing the plugin, please install VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains Plugin
Before installing the plugin, please install JetBrains IDEBefore installing the plugin, please install JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

Operation Description

Note The stages in a process are sequential. For more information, see the GetDeployment operation. Skipping or repeating a stage is not allowed.
Note The execution of a stage is asynchronous. The response of this operation indicates only whether a stage is triggered but does not indicate whether the execution of the stage is successful. You can call the GetDeployment operation to check whether the execution is successful.

Request Parameters

Field NameField Details
ProjectIdinteger<int64>

The DataWorks workspace ID. You can log on to the DataWorks console and go to the Workspace page to obtain the ID.View Details...

Notice The field type is Long, and the precision may be lost during serialization/deserialization. Please note that the value must not be greater than 9007199254740991.
Example:10000Reference Value Source:
    CreateProject
Idstring

The ID of the process.

Example:a7ef0634-20ec-4a7c-a214-54020f91XXXX
Codestring

The code of the stage in the process. You can call the GetDeployment operation to query the code.

Example:DEV_CHECK

Response Parameters

Field NameField Details
RequestIdstring

The request ID.

Example:AFBB799F-8578-51C5-A766-E922EDB8XXXX
Successboolean

Indicates whether the request was successful. Valid values:View Details...

Example:true
Change History
No Change History found.