ModifyDBClusterDescriptionZonal

更新时间:
复制 MD 格式

Modifies the description of a cluster.

Try it now

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

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

POST  HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

DBClusterId

string

Yes

The cluster ID.

pc-**************

DBClusterDescription

string

Yes

The cluster name. The cluster name must meet the following requirements:

  • It cannot start with http:// or https://.

  • It must be 2 to 256 characters in length.

pc-****************

ClientToken

string

No

A client token to ensure the idempotence of the request. The client generates this value. It must be unique among different requests. The token is case-sensitive and can contain up to 64 ASCII characters.

6000170000591aed949d0f54a343f1a4233c1e7d1c5c******

Response elements

Element

Type

Description

Example

object

RequestId

string

The request ID.

65D7ACE6-4A61-4B6E-B357-8CB24A******

Examples

Success response

JSON format

{
  "RequestId": "65D7ACE6-4A61-4B6E-B357-8CB24A******"
}

Error codes

HTTP status code

Error code

Error message

Description

400

InvalidDBClusterDescription.Malformed

The specified parameter DBClusterDescription is not valid.

The specified DBClusterDescription parameter is invalid.

404

InvalidDBCluster.NotFound

The DBClusterId provided does not exist in our records.

The specified DBClusterId parameter does not exist in the current record.

404

InvalidDBClusterId.Malformed

The DBClusterId provided does not exist in our records.

The specified DBClusterId parameter does not exist in the current record.

See for a complete list.

Release notes

See 变更详情 for a complete list.