Queries the information about a data change, lock-free data change, or data import task.
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 ticket. You can call the CreateDataCorrectOrder , CreateDataImportOrder , or CreateFreeLockCorrectOrder operation to obtain the ticket ID. | 12435523 |
Tid | long | No | The ID of the tenant. Note
: To view the ID of the tenant, log on to the Data Management (DMS) console and move the pointer over the profile picture in the upper-right corner. For more information, see the "View information about the current tenant" section of the Manage DMS tenants topic.
| 14325432 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "B5FD0BC8-2D90-4478-B8EC-A0E92E0B1773",
"Success": true,
"ErrorMessage": "UnknownError",
"ErrorCode": "UnknownError",
"DataCorrectTaskDetail": {
"DBTaskGroupId": 1234235,
"jobStatus": "SUCCESS",
"ActualAffectRows": 1,
"CreateTime": "2021-03-05 15:08:55"
}
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history