Redeploys the published versions of a task flow.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dms:ReDeployLhDagVersion |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DagId |
integer |
Yes |
The ID of the task flow. You can call the ListTaskFlow or ListLhTaskFlowAndScenario operation to obtain the ID of the task flow. |
7*** |
| DagVersion |
integer |
No |
The ID of the task flow version. You can call the ListDAGVersions operation to obtain the ID of the task flow version. |
2**** |
| Tid |
integer |
No |
The ID of the tenant. You can call the GetUserActiveTenant or ListUserTenants operation to obtain the ID of the tenant. |
3*** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
035C92E0-2EAD-50E5-A6DD-550F5F73D7CE |
| ErrorCode |
string |
The error code returned if the request fails. |
403 |
| ErrorMessage |
string |
The error message returned if the request fails. |
UnknownError |
| Success |
boolean |
Indicates whether the request is successful. Valid values:
|
true |
| DeployId |
integer |
The ID of the deployment record. |
15990 |
Examples
Success response
JSON format
{
"RequestId": "035C92E0-2EAD-50E5-A6DD-550F5F73D7CE",
"ErrorCode": "403",
"ErrorMessage": "UnknownError",
"Success": true,
"DeployId": 15990
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.