Downloads the parsing result of a data tracking task.
Debugging
Authorization information
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
OrderId | long | Yes | The ID of the ticket. You can call the ListOrders operation to obtain the ticket ID. | 406**** |
RollbackSQLType | string | Yes | The type of the SQL statement.
| REVERSE |
FilterStartTime | string | No | The start time of the time range in which you want to track data operations. The time must be specified in the yyyy-MM-dd HH:mm:ss format. | 2023-04-23 00:00:00 |
FilterEndTime | string | No | The end time of the time range in which you want to track data operations. The time must be specified in the yyyy-MM-dd HH:mm:ss format. | 2023-04-23 10:00:00 |
FilterTableList | array | No | The names of the tables for which you want to track data operations. | |
string | No | The name of a table for which you want to track data operations. | table2 | |
FilterTypeList | array | No | The types of data operations that you want to track. | |
string | No | A type of data operation that you want to track. | UPDATE | |
ColumnFilter | object | No | The condition to filter columns. | |
ColumnName | string | No | The name of the column. | account_name |
Operator | string | No | The type of the operator used to configure the filter condition. Valid values:
| EQUAL |
Value | string | No | The value used in the filter condition. | 1 |
BetweenStart | string | No | The start value of the range used in the filter condition. This parameter takes effect only when Operator is set to BETWEEN. | 1 |
BetweenEnd | string | No | The end value of the range used in the filter condition. This parameter takes effect only when Operator is set to BETWEEN. | 10 |
InList | array | No | The IN list used in the filter condition. | |
string | No | This parameter takes effect only when Operator is set to IN or NOT_IN. | 1 | |
EventIdList | array | No | The IDs of the events. | |
long | No | The event ID. | 1 | |
Tid | long | No | The ID of the tenant. You can call the GetUserActiveTenant or ListUserTenants operation to query the tenant ID. | 3*** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "B43AD641-49C2-5299-9E06-1B37EC1B****",
"Success": true,
"ErrorMessage": "UnknownError",
"ErrorCode": "UnknownError",
"DownloadKeyId": "e23dd7ec-a19f-4a69-8eb3-8ffd26e6****"
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|