You can call this operation to modify the name of a cluster.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
Action String Yes ModifyCluster

The operation that you want to perform. Set the value to ModifyCluster.

ClusterId String Yes cds-bp1b136j****5d58

The ID of the cluster.

ClusterName String No Cassandra_test

The name of the cluster.

Response parameters

Parameter Type Example Description
RequestId String 39F3F7DF-435B-47C1-832C-369BF9661A67

The ID of the request.

Examples

Sample requests

http(s)://[Endpoint]/? Action=ModifyCluster
&ClusterId= cds-bp1b136j****5d58
&<Common request parameters>

Sample success responses

XML format

<ModifyClusterResponse>
  <RequestId>39F3F7DF-435B-47C1-832C-369BF9661A67</RequestId>
</ModifyClusterResponse>

JSON format

{
  "RequestId": "39F3F7DF-435B-47C1-832C-369BF9661A67"
}

Error codes

For a list of error codes, visit the API Error Center.