Revokes the permissions from the service account of an AnalyticDB for MySQL cluster.
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | RevokeOperatorPermission | The operation that you want to perform. Set the value to RevokeOperatorPermission. |
DBClusterId | String | Yes | rm-uf6wjk5xxxxxxxxxx | The ID of the cluster whose service account permissions are to be revoked. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
<Common response parameters> | String | - | For more information, see Common parameters. |
RequestId | String | 1AD222E9-E606-4A42-BF6D-8A4442913CEF | The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=RevokeOperatorPermission
&DBClusterId=am-xxxxxxxxxx
&<Common request parameters>
Sample success responses
XML
format
<RevokeOperatorPermissionResponse>
<RequestId>7E7DC2C1-7BF6-46F8-B16B-9B0606D7176A</RequestId>
</RevokeOperatorPermissionResponse>
JSON
format
{
"RequestId":"7E7DC2C1-7BF6-46F8-B16B-9B0606D7176A"
}