Gets the details of a Deployment Process.
Operation description
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dataworks:* |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ProjectId |
integer |
Yes |
The ID of the DataWorks workspace. You can find this ID on the Workspace Management page in the DataWorks console. This parameter specifies the DataWorks workspace for the API call. |
10000 |
| Id |
string |
Yes |
The unique identifier of the Publishing Pipeline. |
a7ef0634-20ec-4a7c-a214-54020f**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response schema. |
||
| RequestId |
string |
The ID of the request. You can use this ID to locate logs and troubleshoot issues. |
08468352-032C-5262-AEDC-68C9FA05XXXX |
| Pipeline |
object |
The details of the pipeline run. |
|
| Id |
string |
The ID of the pipeline run. |
a7ef0634-20ec-4a7c-a214-54020f91XXXX |
| ProjectId |
integer |
The ID of the DataWorks workspace. |
56160 |
| CreateTime |
integer |
The time when the pipeline run was created. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC. |
1724984066000 |
| ModifyTime |
integer |
The time when the pipeline run was last modified. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC. |
1724984066000 |
| Creator |
string |
The ID of the user who created the pipeline run. |
137946317766XXXX |
| Status |
string |
The status of the pipeline run. Valid values:
|
Running |
| Message |
string |
The error message returned if the pipeline run fails. |
Error message |
| Stages |
array<object> |
The stages in the pipeline run. |
|
|
array<object> |
The details of a stage. |
||
| Code |
string |
The code that identifies the stage. |
DEV_CHECK |
| Step |
integer |
The sequence number of the stage within the pipeline. |
1 |
| Type |
string |
The type of the stage. Valid values:
Valid values:
|
Check |
| Name |
string |
The name of the stage. |
Publish package build |
| Description |
string |
The description of the stage. |
Phase description |
| Message |
string |
The exception message returned if the stage fails. |
Exception information XXX |
| Status |
string |
The status of the stage. Valid values:
Valid values:
|
Running |
| Detail |
object |
Detailed information about the stage. |
|
|
any |
Additional key-value pairs that provide more information about the stage. |
"checkerList": [ { "code": "BuildPackageChecker", "name": "Build_Package_Checker" }, { "code": "NodeParentDependency", "name": "Downstream_Dependency_Checker" }, { "code": "NodeInProcess", "name": "Decommissioning_Process_Checker" } ] |
|
| Description |
string |
The description of the pipeline run. |
Description of the pipeline run |
Examples
Success response
JSON format
{
"RequestId": "08468352-032C-5262-AEDC-68C9FA05XXXX",
"Pipeline": {
"Id": "a7ef0634-20ec-4a7c-a214-54020f91XXXX\n",
"ProjectId": 56160,
"CreateTime": 1724984066000,
"ModifyTime": 1724984066000,
"Creator": "137946317766XXXX",
"Status": "Running",
"Message": "Error message",
"Stages": [
{
"Code": "DEV_CHECK",
"Step": 1,
"Type": "Check",
"Name": "Publish package build",
"Description": "Phase description",
"Message": "Exception information XXX",
"Status": "Running",
"Detail": {
"key": "\"checkerList\": [\n {\n \"code\": \"BuildPackageChecker\",\n \"name\": \"Build_Package_Checker\"\n },\n {\n \"code\": \"NodeParentDependency\",\n \"name\": \"Downstream_Dependency_Checker\"\n },\n {\n \"code\": \"NodeInProcess\",\n \"name\": \"Decommissioning_Process_Checker\"\n }\n]\n"
}
}
],
"Description": "Description of the pipeline run"
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.