Redeploys the published versions of a task flow.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
DagId | long | 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 | long | 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 | long | No | The ID of the tenant. You can call the GetUserActiveTenant or ListUserTenants operation to obtain the ID of the tenant. | 3*** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "035C92E0-2EAD-50E5-A6DD-550F5F73D7CE",
"ErrorCode": "403",
"ErrorMessage": "UnknownError",
"Success": true,
"DeployId": 15990
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history