Queries the details of a historical data cleansing ticket.
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 query the ticket ID from the response parameters of the CreateDataCronClearOrder operation. | 432532 |
PageNumber | long | No | The number of the page to return. | 1 |
PageSize | long | No | The number of entries to return on each page. | 20 |
Tid | long | No | The ID of the tenant. Note
To view the ID of the tenant, move the pointer over the profile picture in the upper-right corner of the Data Management (DMS) console. For more information, see the "View information about the current tenant" section of the Manage DMS tenants topic.
| 12345 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "C1D39814-9808-47F8-AFE0-AF167239AC9B",
"Success": true,
"ErrorMessage": "UnknownError",
"ErrorCode": "UnknownError",
"DataCronClearTaskDetailList": [
{
"DBTaskGroupId": 432523,
"jobStatus": "SUCCESS",
"ActualAffectRows": 1,
"CreateTime": "2021-01-14 10:00:00"
}
],
"TotalCount": 1
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history