Queries the cross-region log backup files of an instance.
Operation description
Supported database engines
- MySQL
- PostgreSQL
- SQL Server
References
- Use the cross-region backup feature for an ApsaraDB RDS for MySQL instance
- Use the cross-region backup feature for an ApsaraDB RDS for SQL Server instance
- Use the cross-region backup feature for an ApsaraDB RDS for PostgreSQL instance
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 |
---|---|---|---|---|
rds:DescribeCrossRegionLogBackupFiles | get |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
DBInstanceId | string | Yes | The instance ID. | rm-uf6wjk5xxxxxxxxxx |
RegionId | string | Yes | The region ID. You can call the DescribeRegions operation to query the most recent region list. | cn-hangzhou |
CrossBackupRegion | string | No | The ID of the destination region within which the cross-region backup file is stored. You can call the DescribeCrossRegionBackupDBInstance operation to query the region ID. | cn-shanghai |
StartTime | string | Yes | 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 |
EndTime | string | Yes | 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 |
PageSize | integer | No | The number of entries to return on each page. Valid values:
Default value: 30. | 30 |
PageNumber | integer | No | The page number. Valid values: any non-zero positive integer. Default value: 1. | 1 |
Response parameters
Examples
Sample success responses
JSON
format
{
"EndTime": "2019-06-15T12:10:00Z",
"StartTime": "2019-05-30T12:10:00Z",
"RequestId": "DAC241E8-28E6-49DA-BFB0-B2DD090885C1",
"PageRecordCount": 30,
"TotalRecordCount": 100,
"DBInstanceId": "rm-uf6wjk5xxxxxxxxxx",
"PageNumber": 1,
"RegionId": "cn-hangzhou",
"Items": {
"Item": [
{
"LogBeginTime": "2019-05-30T12:10:00Z",
"LinkExpiredTime": "2019-06-30T15:00:00Z",
"CrossIntranetDownloadLink": "http://rdsddrlog-zb.oss-cn-zhangjiakou-internal.aliyuncs.com/xxxxx",
"LogFileName": "cn-hangzhou_rm-bpxxxxx_7198739_mysql-bin.000230",
"CrossBackupRegion": "cn-shanghai",
"CrossDownloadLink": "http://rdsddrlog-zb.oss-cn-zhangjiakou.aliyuncs.com/xxxxx",
"CrossLogBackupSize": 5312836,
"InstanceId": 8161055,
"CrossLogBackupId": 14567,
"LogEndTime": "2019-05-30T20:10:00Z"
}
]
}
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | ParameterAbsence | Necessary param is absence. | - |
400 | InvalidParameters.Format | Specified parameter is not valid. | - |
400 | InvalidRegion.Format | Specified Region is not valid. | The region ID is invalid. Check the region ID. |
400 | InvalidStartTime.Format | Specified start time is not valid. | The start time is invalid. |
400 | InvalidEndTime.Format | Specified end time is not valid. | The end time is invalid. Check the end time. |
400 | InvalidTime.Format | Specified time is not valid. | The time format is invalid. |
403 | CrossBackupNotSupport | Specified region not support cross region backup. | Cross-zone backup is not supported in the specified region. |
404 | InvalidDBInstance.NotFound | Specified instance does not exist or not support. | The RDS instance cannot be found, is deleted, or does not support the operation. |
404 | InvalidPage.notFound | Page not found. | The specified parameters are not found. Check your parameters. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2022-09-01 | The Error code has changed | View Change Details |