All Products
Search
Document Center

ApsaraDB RDS:DescribeInstanceCrossBackupPolicy

Last Updated:May 29, 2023

You can call the DescribeInstanceCrossBackupPolicy operation to query cross-region backup settings of an instance.

Operation Description

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:DescribeInstanceCrossBackupPolicyREAD
  • 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. You can call the DescribeRegions operation to query the IDs of regions.

cn-hangzhou

Response parameters

ParameterTypeDescriptionExample
object
LogBackupEnabledTimestring

The time when cross-region log backup was enabled on the instance. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC.

2019-06-12T05:44:21Z
BackupEnabledstring

The status of the cross-region backup feature on the instance. Valid values:

  • Disable: The feature is disabled.
  • Enable: The feature is enabled.
Enable
DBInstanceStatusstring

The status of the instance. For more information, see Instance state table.

Running
LockModestring

The lock status of the instance. Valid values:

  • Unlock: The instance is not locked.
  • ManualLock: The instance is manually locked.
  • LockByExpiration: The instance is automatically locked due to instance expiration.
  • LockByRestoration: The instance is automatically locked due to instance restoration.
  • LockByDiskQuota: The instance is automatically locked because its storage capacity is exhausted and the instance is inaccessible.
Unlock
EngineVersionstring

The database engine version of the instance.

5.6
RegionIdstring

The region ID of the instance.

cn-hangzhou
LogBackupEnabledstring

The status of the cross-region log backup feature on the instance. Valid values:

  • Disable: The feature is disabled.
  • Enable: The feature is enabled.
Enable
RequestIdstring

The ID of the request.

CB7667B2-72C8-497B-9BD8-3B343CEF51AB
RetentTypeinteger

The policy that is used to retain the cross-region backup files of the instance. Default value: 1. The value 1 indicates that the cross-region backup files of the instance are retained based on the specified retention period.

1
Retentioninteger

The number of days for which the cross-region backup files of the instance are retained. Valid values: 7 to 1825.

15
CrossBackupRegionstring

The ID of the region in which the cross-region backup files of the instance is stored.

cn-shanghai
CrossBackupTypestring

The policy that is used to save the cross-region backup files of the instance. Default value: 1. The value 1 indicates that all cross-region backup files are saved.

1
DBInstanceIdstring

The ID of the instance

rm-uf6wjk5xxxxxxxxxx
Enginestring

The type of the database engine.

mysql
DBInstanceDescriptionstring

The name of the instance. It must be 2 to 256 characters in length. The name can contain letters, digits, underscores (_), and hyphens (-). The name must start with a letter.

NoteThe name cannot start with http:// or https://.
Test database
BackupEnabledTimestring

The point in time at which the cross-region backup feature is enabled. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.

2019-06-12T05:44:21Z

Examples

Sample success responses

JSONformat

{
	"DBInstanceStatusDesc": "ACTIVATION",
	"LockMode": "Unlock",
	"BackupEnabledTime": "2019-06-12T05:44:21Z",
	"CrossBackupType": "1",
	"LogBackupEnabled": "Enable",
	"BackupEnabled": "Enable",
	"RetentType": 1,
	"DBInstanceId": "rm-bpxxxxx",
	"DBInstanceDescription": "",
	"Retention": 15,
	"Engine": "mysql",
	"LogBackupEnabledTime": "2019-06-12T05:44:21Z",
	"CrossBackupRegion": "cn-shanghai",
	"StorageOwner": "rds",
	"RegionId": "cn-hangzhou",
	"RequestId": "CB7667B2-72C8-497B-9BD8-3B343CEF51AB",
	"EngineVersion": "5.6",
	"StorageType": "oss",
	"Endpoint": "",
	"DBInstanceStatus": "1"
}

XMLformat

<DescribeInstanceCrossBackupPolicyResponse>
<DBInstanceStatusDesc>ACTIVATION</DBInstanceStatusDesc>
	<LockMode>Unlock</LockMode>
	<BackupEnabledTime>2019-06-12T05:44:21Z</BackupEnabledTime>
	<CrossBackupType>1</CrossBackupType>
	<LogBackupEnabled>Enable</LogBackupEnabled>
	<BackupEnabled>Enable</BackupEnabled>
	<RetentType>1</RetentType>
	<DBInstanceId>rm-bpxxxxx</DBInstanceId>
	<DBInstanceDescription></DBInstanceDescription>
	<Retention>15</Retention>
	<Engine>mysql</Engine>
	<LogBackupEnabledTime>2019-06-12T05:44:21Z</LogBackupEnabledTime>
	<CrossBackupRegion>cn-shanghai</CrossBackupRegion>
	<StorageOwner>rds</StorageOwner>
	<RegionId>cn-hangzhou</RegionId>
	<RequestId>CB7667B2-72C8-497B-9BD8-3B343CEF51AB</RequestId>
	<EngineVersion>5.6</EngineVersion>
	<StorageType>oss</StorageType>
	<Endpoint></Endpoint>
	<DBInstanceStatus>1</DBInstanceStatus>
</DescribeInstanceCrossBackupPolicyResponse>

Error codes

HTTP status codeError codeError messageDescription
400InvalidRegion.FormatSpecified Region is not valid.The region ID is invalid. Check the region ID.
403CrossBackupNotSupportSpecified region not support cross region backup.Cross-zone backup is not supported in the specified region.
404not foundPage not found.-

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