Downloads the parsed result of a data tracking task.
Operation description
This operation is available only for database instances in Security Collaboration control mode.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dms:DownloadDataTrackResult |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| OrderId |
integer |
Yes |
The ticket ID. Call ListOrders to obtain this ID. |
406**** |
| RollbackSQLType |
string |
Yes |
The SQL statement type.
|
REVERSE |
| FilterStartTime |
string |
No |
The start time of the tracking range. Format: yyyy-MM-dd HH:mm:ss. |
2023-04-23 00:00:00 |
| FilterEndTime |
string |
No |
The end time of the tracking range. Format: yyyy-MM-dd HH:mm:ss. |
2023-04-23 10:00:00 |
| FilterTableList |
array |
No |
The table names to track. |
|
|
string |
No |
A table name to track. |
table2 |
|
| FilterTypeList |
array |
No |
The data operation types to track. |
|
|
string |
No |
A data operation type to track. |
UPDATE |
|
| ColumnFilter |
object |
No |
The column filter condition. |
|
| ColumnName |
string |
No |
The column name. |
account_name |
| Operator |
string |
No |
The filter operator type. Valid values:
|
EQUAL |
| Value |
string |
No |
The filter value. |
1 |
| BetweenStart |
string |
No |
The start value of the range. Takes effect only when Operator is set to BETWEEN. |
1 |
| BetweenEnd |
string |
No |
The end value of the range. Takes effect only when Operator is set to BETWEEN. |
10 |
| InList |
array |
No |
The IN list for filtering. |
|
|
string |
No |
Takes effect only when Operator is set to IN or NOT_IN. |
1 |
|
| EventIdList |
array |
No |
The event IDs. |
|
|
integer |
No |
The event ID. |
1 |
|
| Tid |
integer |
No |
The tenant ID. Call GetUserActiveTenant or ListUserTenants to obtain this ID. |
3*** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response. |
||
| RequestId |
string |
The request ID. |
B43AD641-49C2-5299-9E06-1B37EC1B**** |
| Success |
boolean |
Whether the request was successful. Valid values:
|
true |
| ErrorMessage |
string |
The error message if the request failed. |
UnknownError |
| ErrorCode |
string |
The error code if the request failed. |
UnknownError |
| DownloadKeyId |
string |
The download key ID, used to download the parsed result of the data tracking task. |
e23dd7ec-a19f-4a69-8eb3-8ffd26e6**** |
Examples
Success response
JSON format
{
"RequestId": "B43AD641-49C2-5299-9E06-1B37EC1B****",
"Success": true,
"ErrorMessage": "UnknownError",
"ErrorCode": "UnknownError",
"DownloadKeyId": "e23dd7ec-a19f-4a69-8eb3-8ffd26e6****"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.