All Products
Search
Document Center

ApsaraDB for MongoDB:CheckRecoveryCondition

Last Updated:Mar 15, 2024

Queries whether the data of an ApsaraDB for MongoDB instance can be restored.

Operation description

This operation is applicable to replica set instances and sharded cluster instances.

Note After you call this operation to confirm that the data of the instance can be restored, you can call the CreateDBInstance operation to restore data to a new instance.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

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.
OperationAccess levelResource typeCondition keyAssociated operation
dds:CheckRecoveryConditionREAD
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
SourceDBInstancestringYes

The ID of the source instance.

dds-bp1378****
DatabaseNamesstringNo

The name of the source database. The value is a JSON array.

Note If you do not specify this parameter, all databases are restored by default.
["db1","db2"]
RestoreTimestringNo

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
  • The time can be a point in time within the past seven days. The time must be earlier than the current time, but later than the time when the instance was created.
  • You must specify one of the RestoreTime and BackupId parameters.
  • 2022-08-22T08:00:00Z
    BackupIdstringNo

    The backup ID.

    Note
  • You can call the DescribeBackups operation to query the backup ID.
  • You must specify one of the RestoreTime and BackupId parameters.
  • This parameter is not applicable to sharded cluster instances.
  • 5664****
    ResourceGroupIdstringNo

    The ID of the resource group to which the instance belongs.

    sg-bp179****

    Response parameters

    ParameterTypeDescriptionExample
    object

    The information that is returned.

    RequestIdstring

    The request ID.

    D563A3E7-6010-45FE-A0CD-9283414C9657
    DBInstanceNamestring

    The instance ID

    dds-bp1378****
    IsValidboolean

    Indicates whether the data of the instance can be restored. Valid values:

    • true: The data of the instance can be restored.
    • false: The data of the instance cannot be restored.
    true

    Examples

    Sample success responses

    JSONformat

    {
      "RequestId": "D563A3E7-6010-45FE-A0CD-9283414C9657",
      "DBInstanceName": "dds-bp1378****",
      "IsValid": true
    }

    Error codes

    HTTP status codeError codeError messageDescription
    400InvalidMeta.WrongFormatMeta information is wrong formatter.-
    400InvalidRestoreTime.FormatSpecified restore time is not valid.The specified RestoreTime value is invalid.
    403InvalidDBNameThe specified database name is not allowed.The specified database name is invalid.
    403InvalidMeta.TooLargeMeta information is too large.The metadata is too large.
    403SingleDBRestore.BackupSetNotSupportThis backup set do not support this operation.Single-database recovery is not supported for the specified time point or backup file.
    403IncorrectDBInstanceTypeCurrent DB instance type does not support this operation.This operation is not supported for the specified instance type.
    403IncorrectEngineVersionCurrent engine version does not support operations.-
    403InvalidBackupLogStatusCurrent backup log enable status does not support this operation.The operation is not supported when log backup is enabled.
    403IncorrectBackupSetStateCurrent backup set state does not support operations..-
    404InvalidBackupSetID.NotFoundSpecifiedbackup set ID does not exist.-
    404InvalidBackup.NotFoundTheavailable 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 timeSummary of changesOperation
    No change history