Call the DescribeCrossRegionBackups API to query the list of cross-regional backup files.
Synchronous request.
Name | Type | Required | Example | Description |
|---|---|---|---|---|
Scope | String | No | AccountInstances | Backup query range. The value range is as follows:
|
InstanceId | String | No | redis-cn0212gzmh2xs**** | Instance ID. Precise query. tip
|
Status | String | No | Available | Backup status. The value range is as follows:
tip For more details on the backup status, refer to Backup status. |
StartTime | String | No | 2024-08-22T07:51:09Z | Query start time. The format is tip
|
EndTime | String | No | 2024-08-22T07:51:12Z | Query end time. The format is tip
|
BackupStrategyList | String[] | No | [
"AutomatedBackup",
"ManualBackup"
] | Backup method list. The value range is as follows:
tip
|
BackupPointName | String | No | testbackup | The backup name at the backup time point. Fuzzy query is supported. tip
|
BackupPointId | String | No | b-cn02xmmrp751i9cdzcphjmk4**** | The backup ID at the backup time point. Fuzzy query is supported. tip
|
ProjectName | String | No | default | The project to which the backup time point then belonged. tip
|
PageSize | Integer | No | 10 | Number of records per page. The value is an integer between 1 and 100. tip
|
PageNumber | Integer | No | 1 | The page number of the backup set information list, with a value not exceeding the maximum value of the Integer data type and a starting value of 1. tip
|
Name | Type | Example | Description |
|---|---|---|---|
Total | Integer | 1 | |
Backups | Object[] |
POST https://redis.cn-beijing.volcengineapi.com/?Action=DescribeCrossRegionBackups&Version=2020-12-07 HTTP/1.1 Host: redis.cn-beijing.volcengineapi.com Content-Type: application/json; charset=utf-8 X-Date: 20201103T104027Z Authorization: HMAC-SHA256 Credential=AK****/20201103/cn-beijing/Redis/request,SignedHeaders=content-type;host;x-date,Signature=**** { "Scope": "AccountInstances", "PageNumber": 1, "PageSize": 10, "BackupPointName": "testbackup" }
{ "ResponseMetadata": { "RequestId": "20250418164600DEC6A8C99DC381932EE4d2****", "Action": "DescribeCrossRegionBackups", "Version": "2020-12-07", "Service": "Redis", "Region": "cn-beijing" }, "Result": { "Backups": [ { "SourceRegion": "cn-beijing", "TargetRegion": "cn-shanghai", "BackupPointId": "b-cn02xmmrp751i9cdzcphjmk4****", "BackupPointName": "testbackup", "BackupStrategy": "ManualBackup", "BackupType": "Full", "StartTime": "2025-04-14T12:58:19Z", "EndTime": "2025-04-14T13:31:17Z", "InstanceId": "redis-cn0212gzmh2xs****", "InstanceInfo": { "AccountId": 210000****, "ArchType": "Cluster", "ChargeType": "PostPaid", "DeletionProtection": "enabled", "EngineVersion": "5.0", "ExpiredTime": "", "InstanceId": "redis-cn0212gzmh2xs****", "InstanceName": "test", "MaintenanceTime": "02:00-02:59", "NetworkType": "VPC", "RegionId": "cn-beijing", "Replicas": 2, "ShardCapacity": 1024, "ShardNumber": 2, "TotalCapacity": 2048, "VpcId": "vpc-rs5811nceqyov0x58x4****", "ZoneIds": [ "cn-beijing-a" ] }, "ProjectName": "default", "Size": 486040, "Status": "Available", "TTL": 7 } ], "Total": 1 } }
For more information, refer to Error codes.