Queries the privileged accounts of ApsaraDB RDS for MySQL instances.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
Action String Yes DescribeRdsSuperAccountInstances

The operation that you want to perform. Set the value to DescribeRdsSuperAccountInstances.

DrdsInstanceId String Yes drds************

The ID of the PolarDB-X 1.0 instance.

RdsInstance.N RepeatList Yes ['rm-*****************','rm-*****************']

The IDs of the ApsaraDB RDS for MySQL instances.

DbInstType String No RDS

The type of the ApsaraDB RDS for MySQL instances. Default value: RDS.

Response parameters

Parameter Type Example Description
DbInstances List rm-*****************

The privileged accounts.

RequestId String 5D64DE5944A1E541E0******

The ID of the request.

Examples

Sample requests

http(s)://drds.aliyuncs.com/?Action=DescribeRdsSuperAccountInstances
&DrdsInstanceId=drds************
&RdsInstance.1=['rm-*****************','rm-*****************']
&<Common request parameters>

Sample success responses

XML format

<RequestId>4DFD4978-FA5F-4C3C-A30D-AD4D164AD674</RequestId>
<DbInstances>
</DbInstances>

JSON format

{
	"RequestId": "4DFD4978-FA5F-4C3C-A30D-AD4D164AD674",
	"DbInstances": {
		"DbInstance": []
	}
}

Error codes

HttpCode Error code Error message Description
400 ActionUnauthorized The specified action is not available for you The error message returned because you are not granted permissions to perform this operation. Grant the required permissions to the Resource Access Management (RAM) user that you want to use to perform this operation.

For a list of error codes, visit the API Error Center.