Queries the restorable time ranges of an ApsaraDB for MongoDB replica set instance with cloud disks.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dds:DescribeInstanceRecoverTime |
none |
*Instance
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DBInstanceId |
string |
Yes |
The instance ID. |
dds-bpxxxxxxxx |
| DestRegion |
string |
No |
The region where the geo-redundancy backup set is stored. Note
|
cn-hangzhou |
| SrcRegion |
string |
No |
The area where the source instance of the geo-redundancy backup resides. Note
|
cn-beijing |
| ResourceGroupId |
string |
No |
The resource group ID. |
rg-xxxx |
| OnlyDbTableRecovery |
boolean |
No |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
F8CA8312-530A-413A-9129-F2BB32A8D404 |
| RestoreRanges |
array<object> |
The list of restorable time ranges. This list contains all time ranges available for point-in-time restoration. |
|
|
object |
The list of restorable time ranges. This list contains all time ranges available for point-in-time restoration. |
||
| RestoreBeginTime |
string |
The beginning of the restorable time range. |
2023-10-16T19:33:20Z |
| RestoreEndTime |
string |
The end of the restorable time range. |
2023-10-16T19:43:20Z |
| RestoreType |
string |
The restoration method. Valid values:
|
PointInTime |
Examples
Success response
JSON format
{
"RequestId": "F8CA8312-530A-413A-9129-F2BB32A8D404",
"RestoreRanges": [
{
"RestoreBeginTime": "2023-10-16T19:33:20Z",
"RestoreEndTime": "2023-10-16T19:43:20Z",
"RestoreType": "PointInTime"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.