Calls the SubmitSqlFlashbackTask operation to submit an SQL flashback task.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
drds:SubmitSqlFlashbackTask |
*instance
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DrdsInstanceId |
string |
Yes |
The ID of the DRDS instance. |
drds********* |
| DbName |
string |
Yes |
The name of the DRDS database. |
test |
| StartTime |
string |
Yes |
The start time for executing the flashback SQL. |
2019-09-10 20:23:23 |
| EndTime |
string |
Yes |
The end time for executing the flashback SQL. |
2019-09-10 23:23:23 |
| TraceId |
string |
No |
The trace ID of the flashback SQL. |
ase***** |
| TableName |
string |
No |
The name of the table on which the flashback SQL operation is performed. |
test |
| SqlType |
string |
No |
The type of SQL statement. Valid values: INSERT, UPDATE, and DELETE. Separate multiple values with commas (,). |
INSERT,UPDATE |
| SqlPk |
string |
No |
The primary key of the flashback SQL. |
11111 |
| RecallType |
integer |
No |
The match type. Valid values:
|
0 |
| RecallRestoreType |
integer |
Yes |
The restore type. Valid values:
|
0 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
DSSDF-SEWE-***** |
| Success |
boolean |
Indicates whether the request was successful. |
true |
| TaskId |
integer |
The task ID. |
1111 |
Examples
Success response
JSON format
{
"RequestId": "DSSDF-SEWE-*****",
"Success": true,
"TaskId": 1111
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | InternalError | The request processing has failed due to some unknown error. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.