Modifies the description of an AnalyticDB for MySQL cluster to facilitate cluster maintenance and management.
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | ModifyDBClusterDescription | The operation that you want to perform. Set the value to ModifyDBClusterDescription. |
DBClusterId | String | Yes | rm-uf6wjk5xxxxxxxxxx | The ID of the cluster whose description is to be modified. |
DBClusterDescription | String | Yes | AnalyticDB for MySQL cluster in the test environment | The description of the cluster.
|
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 17F57FEE-EA4F-4337-8D2E-9C23CAA63D74 | The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=ModifyDBClusterDescription
&DBClusterDescription=ClusterDescriptionTest
&DBClusterId=am-xxxxxxxxxxxxxxxxx
&<Common request parameters>
Sample success responses
XML
format
<ModifyDBClusterDescriptionResponse>
<RequestId>D0CEC6AC-7760-409A-A0D5-E6CD8660E9CC</RequestId>
</ModifyDBClusterDescriptionResponse>
JSON
format
{
"RequestId":"D0CEC6AC-7760-409A-A0D5-E6CD8660E9CC"
}