调用ModifyAccountDescription接口修改PolarDB数据库账号的备注信息。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

请求参数

名称 类型 是否必选 示例值 描述
Action String ModifyAccountDescription

系统规定参数,取值为ModifyAccountDescription

AccountDescription String test

账号备注信息,备注信息需满足如下要求:

  • 不能以http://https://开头。
  • 长度为2~256个字符。
AccountName String testacc

账号名称。

DBClusterId String pc-*************

集群ID。

返回数据

名称 类型 示例值 描述
RequestId String 2FED790E-FB61-4721-8C1C-07C627******

请求ID。

示例

请求示例

http(s)://polardb.aliyuncs.com/?Action=ModifyAccountDescription
&AccountDescription=test
&AccountName=testacc
&DBClusterId=pc-*************
&<公共请求参数>

正常返回示例

XML 格式

<ModifyAccountDescriptionResponse>
  <RequestId>2FED790E-FB61-4721-8C1C-07C627******</RequestId>
</ModifyAccountDescriptionResponse>

JSON 格式

{
   "RequestId": "2FED790E-FB61-4721-8C1C-07C627******"
}

错误码

访问错误中心查看更多错误码。