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.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
dds:DescribeBackupDBs | get |
|
| 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**** |
Response parameters
Examples
Sample success responses
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. | This operation is not supported for the specified instance type. |
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. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|