Queries the time range supported for importing historical SQL data into a database.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
drds:DescribeInstDbLogInfo |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DrdsInstanceId |
string |
Yes |
The instance ID. |
drds********* |
| DbName |
string |
Yes |
The database name. |
drds_test |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Success |
boolean |
Indicates whether the request was successful. |
true |
| RequestId |
string |
The request ID. |
A5438952-70EE-4FA5-87A9-080DB0ASD45F |
| LogTimeRange |
object |
The queryable time range. |
|
| SupportOldestTime |
integer |
The end time. |
1568367711 |
| SupportLatestTime |
integer |
The start time. |
1568267711 |
Examples
Success response
JSON format
{
"Success": true,
"RequestId": "A5438952-70EE-4FA5-87A9-080DB0ASD45F",
"LogTimeRange": {
"SupportOldestTime": 1568367711,
"SupportLatestTime": 1568267711
}
}
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.