Queries the details of a data tracking 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 call the ListOrders operation to query the ticket ID. | 4328**** |
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": "283C461F-11D8-48AA-B695-DF092DA32AF3",
"Success": true,
"ErrorMessage": "UnknownError",
"ErrorCode": "UnknownError",
"DataTrackOrderDetail": {
"DbId": 0,
"Logic": false,
"DatabaseSearchName": "xxx@yyy:3306",
"TableNames": [
"table2"
],
"TrackTypes": [
"UPDATE"
],
"JobStartTime": "2023-04-23 00:00:00",
"JobEndTime": "2023-04-23 10:00:00",
"SchemaName": "as_task",
"JobStatus": "FILTER_SUCCESS",
"StatusDesc": "searching success"
}
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history