Queries the databases at a specified time or the databases in a specified backup set before you restore a database for an ApsaraDB for MongoDB instance.
Operation description
You can call the CreateDBInstance operation to restore a database for an ApsaraDB for MongoDB instance. For more information, see Restore one database of an ApsaraDB for MongoDB instance.
Before you call this operation, make sure that the instance meets the following requirements:
The instance was created after March 26, 2019.
The instance is located in the China (Qingdao), China (Beijing), China (Zhangjiakou), China (Hohhot), China (Hangzhou), China (Shanghai), China (Shenzhen), or Singapore region. Other regions are not supported.
The instance is a replica set instance.
The instance runs MongoDB 3.4, MongoDB 4.0, or MongoDB 4.2. In addition, the instance uses local disks to store data.
The storage engine of the instance is WiredTiger.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dds:DescribeBackupDBs |
get |
*Instance
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| PageNumber |
integer |
No |
The page number of the page to return. The value must be an integer that is greater than 0. Default value: 1. |
1 |
| PageSize |
integer |
No |
The number of entries to return per page. Default value: 30. Valid values: 30, 50, and 100. |
30 |
| SourceDBInstance |
string |
Yes |
The ID of the source instance. |
dds-bp2286**** |
| RestoreTime |
string |
No |
The point in time to which the instance is restored. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC. Note
|
2019-08-22T12:00:00Z |
| BackupId |
string |
No |
The backup ID. Note
|
5664**** |
| ResourceGroupId |
string |
No |
The ID of the resource group. |
rg-ax68**** |
| SourceDBInstance |
string |
Yes |
The ID of the source instance. |
dds-bp2286**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| TotalCount |
integer |
The number of returned databases. |
5 |
| Databases |
object |
||
| Database |
array<object> |
The details of the databases. |
|
|
object |
|||
| DBName |
string |
The name of the database. |
mongodbtest |
| RequestId |
string |
The request ID. |
1AF0AD89-ED4F-44AD-B65F-BFC1D5CD9455 |
| PageSize |
integer |
The number of entries returned per page. |
30 |
| PageNumber |
integer |
The page number of the page returned. |
1 |
Examples
Success response
JSON format
{
"TotalCount": 5,
"Databases": {
"Database": [
{
"DBName": "mongodbtest"
}
]
},
"RequestId": "1AF0AD89-ED4F-44AD-B65F-BFC1D5CD9455",
"PageSize": 30,
"PageNumber": 1
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidMeta.WrongFormat | Meta information is wrong formatter. | |
| 400 | InvalidRestoreTime.Format | Specified restore time is not valid. | The specified RestoreTime value is invalid. |
| 403 | InvalidDBName | The specified database name is not allowed. | The specified database name is invalid. |
| 403 | InvalidMeta.TooLarge | Meta information is too large. | The metadata is too large. |
| 403 | SingleDBRestore.BackupSetNotSupport | This backup set do not support this operation. | Single-database recovery is not supported for the specified time point or backup file. |
| 403 | IncorrectDBInstanceType | Current DB instance type does not support this operation. | |
| 403 | IncorrectEngineVersion | Current engine version does not support operations. | |
| 403 | InvalidBackupLogStatus | Current backup log enable status does not support this operation. | The operation is not supported when log backup is enabled. |
| 403 | IncorrectBackupSetState | Current backup set state does not support operations.. | |
| 404 | InvalidBackupSetID.NotFound | Specifiedbackup set ID does not exist. | |
| 404 | InvalidBackup.NotFound | Theavailable backup does not exist in recovery time. | No backup set is available during the specified recovery period. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.