Modifies the description of an account by calling the ModifyAccountDescription operation.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardbx:ModifyAccountDescription |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID of the instance. |
cn-hangzhou |
| DBInstanceName |
string |
Yes |
The name of the instance. |
pxc-hzjasd**** |
| AccountName |
string |
Yes |
The name of the instance account. |
account |
| AccountDescription |
string |
No |
The description of the account. |
Test account |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Message |
string |
The additional information returned. If the request is successful, success is returned. If the request fails, the corresponding error code is returned. |
msg |
| RequestId |
string |
The request ID. |
FEA5DC20-6D8A-5979-97AA-FC57546ADC20 |
| Success |
boolean |
Indicates whether the request is successful. |
true |
Examples
Success response
JSON format
{
"Message": "msg",
"RequestId": "FEA5DC20-6D8A-5979-97AA-FC57546ADC20",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.