Queries the target time to which an instance can be restored by calling the DescribeBackupTimes operation.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
drds:DescribeBackupTimes |
get |
*instance
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DrdsInstanceId |
string |
Yes |
The instance ID. |
drdshbga71nn**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Success |
boolean |
The request result. |
true |
| RequestId |
string |
The request ID. |
4780A19F-5ECB-4C56-AD20-966A3FF9DE5R |
| RestoreTime |
object |
The details of the restorable time. |
|
| EndTime |
string |
The end time. The value is a UNIX timestamp (UTC) in milliseconds. |
1568636922671 |
| StartTime |
string |
The start time. The value is a UNIX timestamp (UTC) in milliseconds. |
1568632853000 |
Examples
Success response
JSON format
{
"Success": true,
"RequestId": "4780A19F-5ECB-4C56-AD20-966A3FF9DE5R",
"RestoreTime": {
"EndTime": "1568636922671",
"StartTime": "1568632853000"
}
}
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.