Reruns a failed SQL task for data change.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
OrderId | long | Yes | The ID of the data change ticket. You can call the ListOrders operation to query the ID of the data change ticket. | 453**** |
Type | string | Yes | The type of the rerun operation. Valid values:
| ALL |
JobId | long | No | The ID of the SQL task. You can call the GetDataCorrectTaskDetail and ListDBTaskSQLJob operations to obtain the value of this parameter. If the Type parameter is set to SINGLE, you must pass the value of the JobId parameter to confirm the ID of the SQL task that you want to rerun. | 43253 |
Tid | long | No | The ID of the tenant. You can call the GetUserActiveTenant operation to query the tenant ID. | 3*** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "809B52F2-CD2B-53DA-88C8-F7042787E673",
"Success": true,
"ErrorMessage": "UnknownError",
"ErrorCode": "UnknownError"
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-02-23 | The internal configuration of the API is changed, but the call is not affected | View Change Details |