All Products
Search
Document Center

ApsaraDB for MongoDB:CheckRecoveryCondition

Last Updated:Nov 06, 2023

You can call this operation to check whether an ApsaraDB for MongoDB instance meets the data recovery conditions.

Operation Description

You can call this operation to check whether an ApsaraDB for MongoDB instance meets the data recovery conditions.

debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

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.
OperationAccess levelResource typeCondition keyAssociated operation
dds:CheckRecoveryConditionREAD
  • DBInstance
    acs:dds:{#regionId}:{#accountId}:dbinstance/{#dbInstanceId}
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
SourceDBInstancestringYes

The operation that you want to perform. Set the value to CheckRecoveryCondition.

dds-bp1378****
DatabaseNamesstringNo

The ID of the source instance.

["db1","db2"]
RestoreTimestringNo

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

Note If you do not specify this parameter, all databases are restored.
2022-08-22T08:00:00Z
BackupIdstringNo

The point in time to which the instance is restored. Specify the time in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC.

Note
  • The value can be any 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.
  • 5664****
    ResourceGroupIdstringNo

    The ID of the backup.

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

    Response parameters

    ParameterTypeDescriptionExample
    object
    RequestIdstring

    The ID of the resource group.

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

    The ID of the request.

    dds-bp1378****
    IsValidboolean

    The ID of the instance.

    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