Queries the recyclable tables.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
drds:DescribeRecycleBinTables |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region ID. |
cn-hangzhou |
| DrdsInstanceId |
string |
Yes |
The instance ID. |
drds*********** |
| DbName |
string |
Yes |
The database name. |
drds_test |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Success |
boolean |
The request result. |
true |
| RequestId |
string |
The request ID. |
5D64DE5944A1E541E0CB908A |
| Data |
array<object> |
The returned data object. |
|
|
object |
|||
| OriginalTableName |
string |
The original table name. |
BIN_T4AG3CY5WWXPKHITCHJY |
| TableName |
string |
The table name. |
test |
| CreateTime |
string |
The creation time. |
2019-09-16 14:42:06 |
Examples
Success response
JSON format
{
"Success": true,
"RequestId": "5D64DE5944A1E541E0CB908A",
"Data": [
{
"OriginalTableName": "BIN_T4AG3CY5WWXPKHITCHJY",
"TableName": "test",
"CreateTime": "2019-09-16 14:42:06"
}
]
}
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.