All Products
Search
Document Center

ApsaraDB RDS:DescribeCrossRegionBackups

Last Updated:May 29, 2023

You can call the DescribeCrossRegionBackups operation to query the cross-region data backup files of an instance.

Operation Description

For more information about how to query the cross-region log backup files of an RDS instance, see DescribeCrossRegionLogBackupFiles.

Before you call this operation, make sure that the instance runs one of the following database engines:

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
rds:DescribeCrossRegionBackupsREAD
  • RDS
    acs:rds:{#regionId}:{#accountId}:dbinstance/{#dbinstanceId}
  • rds:ResourceTag
none

Request parameters

ParameterTypeRequiredDescriptionExample
DBInstanceIdstringYes

The ID of the instance.

rm-uf6wjk5xxxxxxxxxx
RegionIdstringYes

The region ID of the instance.

cn-hangzhou
CrossBackupRegionstringNo

The ID of the destination region where the cross-region data backup file is stored.

cn-shanghai
CrossBackupIdintegerNo

The ID of the cross-region data backup file.

NoteYou must specify the CrossBackupId parameter. Alternatively, you must specify the StartTime and EndTime parameters.
14562
StartTimestringNo

The beginning of the time range to query. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC.

2019-05-30T12:10:00Z
EndTimestringNo

The end of the time range to query. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC.

2019-06-15T12:10:00Z
PageSizeintegerNo

The number of entries to return on each page. Valid values:

  • 30
  • 50
  • 100

Default value: 30.

30
PageNumberintegerNo

The number of the page to return. Valid values: any non-zero positive integer.

Default value: 1.

1
BackupIdintegerNo

The ID of the cross-region data backup file.

603524***
ResourceGroupIdstringNo

The ID of the resource group.

rg-acfmy*****

Response parameters

ParameterTypeDescriptionExample
object
EndTimestring

The end of the time range that is queried.

2019-06-15T12:10:00Z
StartTimestring

The beginning of the time range that is queried.

2019-05-30T12:10:00Z
RequestIdstring

The ID of the request.

60912B41-7579-4B5D-B289-8856030F0A6A
PageRecordCountinteger

The number of cross-region data backup files on the current page.

30
TotalRecordCountinteger

The total number of entries returned.

100
PageNumberinteger

The page number of the returned page. Valid values: any non-zero positive integer.

Default value: 1.

1
RegionIdstring

The region ID of the instance.

cn-hangzhou
Itemsobject []

An array that consists of details of the cross-region data backup files.

ConsistentTimestring

The point in time that is indicated by the data in the cross-region data backup file.

2019-06-12T05:44:46Z
DBInstanceStorageTypestring

The storage type. Valid values:

  • local_ssd: local SSD. This is the recommended storage type.
  • cloud_ssd: standard SSD.
  • cloud_essd: enhanced SSD (ESSD).
ssd
CrossBackupIdinteger

The ID of the cross-region data backup file.

14377
BackupTypestring

The type of the cross-region data backup. Valid values:

  • F: full data backup
  • I: incremental data backup
F
BackupStartTimestring

The time when the cross-region data backup started.

2019-05-30T12:10:00Z
CrossBackupSetLocationstring

The location where the cross-region data backup file is stored.

oss
InstanceIdinteger

The ID of the instance. This parameter is used to determine whether the instance that generates the cross-region data backup file is a primary or secondary instance.

8161055
BackupEndTimestring

The time when the cross-region data backup file was generated.

2019-06-15T12:10:00Z
EngineVersionstring

The version of the database engine.

5.6
BackupSetStatusinteger

The status of the cross-region data backup. Valid values:

  • 0: The cross-region data backup is successful.
  • 1: The cross-region data backup failed.
0
CrossBackupSetFilestring

The name of the compressed package that contains the cross-region data backup file.

cn-hangzhou_rm-xxxxx_hins81xxx_data_20190612134426_qp.xb
BackupSetScaleinteger

The level at which the cross-region data backup file is generated.

  • 0: instance-level backup
  • 1: database-level backup
0
CrossBackupSetSizelong

The size of the cross-region data backup file. Unit: bytes.

5312836
CrossBackupRegionstring

The ID of the destination region where the cross-region data backup file of the instance is stored.

cn-shanghai
Categorystring

The RDS edition of the instance. Valid values:

  • Basic: Basic Edition.
  • HighAvailability: High-availability Edition.
  • Finance: Enterprise Edition. This edition is supported only by the China site (aliyun.com).
HighAvailability
Enginestring

The engine of the database.

mysql
BackupMethodstring

The method that is used to generate the cross-region data backup file. Valid values:

  • L: logical backup
  • P: physical backup
P
RestoreRegionsarray

An array that consists of the regions to which the cross-region data backup file can be restored.

string

The ID of the region.

cn-hangzhou

Examples

Sample success responses

JSONformat

{
  "EndTime": "2019-06-15T12:10:00Z",
  "StartTime": "2019-05-30T12:10:00Z",
  "RequestId": "60912B41-7579-4B5D-B289-8856030F0A6A",
  "PageRecordCount": 30,
  "TotalRecordCount": 100,
  "PageNumber": 1,
  "RegionId": "cn-hangzhou",
  "Items": {
    "Item": [
      {
        "ConsistentTime": "2019-06-12T05:44:46Z",
        "DBInstanceStorageType": "ssd",
        "CrossBackupId": 14377,
        "BackupType": "F",
        "BackupStartTime": "2019-05-30T12:10:00Z",
        "CrossBackupSetLocation": "oss",
        "InstanceId": 8161055,
        "CrossBackupDownloadLink": "http://rdsddrbak-shanghai.oss-cn-shanghai.aliyuncs.com/xxxxx",
        "BackupEndTime": "2019-06-15T12:10:00Z",
        "EngineVersion": "5.6",
        "BackupSetStatus": 0,
        "CrossBackupSetFile": "cn-hangzhou_rm-xxxxx_hins81xxx_data_20190612134426_qp.xb",
        "BackupSetScale": 0,
        "CrossBackupSetSize": 5312836,
        "CrossBackupRegion": "cn-shanghai",
        "Category": "HighAvailability",
        "Engine": "mysql",
        "BackupMethod": "P",
        "RestoreRegions": {
          "RestoreRegion": [
            "cn-hangzhou"
          ]
        }
      }
    ]
  }
}

Error codes

HTTP status codeError codeError messageDescription
400ParameterAbsenceNecessary param is absence.-
400InvalidParameters.FormatSpecified parameter is not valid.-
400InvalidRegion.FormatSpecified Region is not valid.The region ID is invalid. Check the region ID.
400InvalidStartTime.FormatSpecified start time is not valid.The start time is invalid.
400InvalidEndTime.FormatSpecified end time is not valid.The end time is invalid. Check the end time.
400InvalidTime.FormatSpecified time is not valid.The time format is invalid.
403CrossBackupNotSupportSpecified region not support cross region backup.Cross-zone backup is not supported in the specified region.
404InvalidPage.notFoundPage not found.The specified parameters are not found. Check your parameters.
404InvalidDBInstance.NotFoundSpecified instance does not exist or not support.The RDS instance cannot be found, is deleted, or does not support the operation.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2022-09-01The error codes of the API operation change.
Change itemChange content
Error CodesThe error codes of the API operation change.
    Error Codes 404 change
    delete Error Codes: 400
    delete Error Codes: 403