All Products
Search
Document Center

ApsaraDB RDS:CheckCloudResourceAuthorized

Last Updated:Jul 05, 2024

Checks permissions that are granted on an instance.

Operation description

Supported database engines

  • MySQL
  • PostgreSQL
  • SQL Server
  • MariaDB

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The region ID. You can call the DescribeRegions operation to query the most recent region list.

cn-hangzhou
DBInstanceIdstringYes

The instance ID. You can call the DescribeDBInstances operation to query the instance ID.

rm-t4n7j9eb52y7c1960
TargetRegionIdstringNo

The destination region ID. You can call the DescribeRegions operation to query the most recent region list.

us-east-1
ResourceGroupIdstringNo

The resource group ID.

rg-acfmy**********

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

8B993DA9-5272-5414-94E3-4CA8BA0146C2
RoleArnstring

The Alibaba Cloud Resource Name (ARN) of the RAM role. A RAM role is a virtual identity that you can create within your Alibaba Cloud account. For more information, see RAM role overview.

acs:ram::1406926****:role/aliyunrdsinstanceencryptiondefaultrole
AuthorizationStateinteger

The authorization status. Valid values:

  • 1: authorized
  • 0: not authorized
1

Examples

Sample success responses

JSONformat

{
  "RequestId": "8B993DA9-5272-5414-94E3-4CA8BA0146C2",
  "RoleArn": "acs:ram::1406926****:role/aliyunrdsinstanceencryptiondefaultrole",
  "AuthorizationState": 1
}

Error codes

HTTP status codeError codeError message
400InvalidParameter.ByokInsnameAndRegionAllEmptyThe insName and targetRegionId can't be all empty.

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

Change history

Change timeSummary of changesOperation
2022-07-27The Error code has changed. The request parameters of the API has changedView Change Details