Restores a deleted logical table.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
drds:FlashbackRecycleBinTable |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region ID. |
cn-hangzhou |
| DrdsInstanceId |
string |
Yes |
The ID of the instance where the table is located. |
drds************ |
| DbName |
string |
Yes |
The name of the database where the table is located. |
test |
| TableName |
string |
Yes |
The name of the logical table that you want to restore. |
test |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Data |
boolean |
Indicates whether the deleted logical table is restored. |
true |
| RequestId |
string |
The request ID. |
463A5F0F-12AD-4544-A902-B2B983****** |
| Success |
boolean |
The result of the request. |
true |
Examples
Success response
JSON format
{
"Data": true,
"RequestId": "463A5F0F-12AD-4544-A902-B2B983******",
"Success": true
}
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.