Upgrades or downgrades an ApsaraDB for ClickHouse cluster.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
DBClusterId | string | No | The cluster ID. | cc-bp19lo45sy98x**** |
DBNodeGroupCount | string | Yes | The number of nodes in the cluster.
| 1 |
DBNodeStorage | string | Yes | The storage capacity of a single node of the cluster. Unit: GB. Valid values: 100 to 32000. Note
This value is a multiple of 100.
| 100 |
DBClusterClass | string | Yes | The specifications of the cluster.
| S4-NEW |
RegionId | string | Yes | The region ID. You can call the DescribeRegions operation to query the most recent region list. | cn-hangzhou |
Response parameters
Examples
Sample success responses
JSON
format
{
"DBCluster": {
"dbClusterId": "cc-bp19lo45sy98x****",
"orderId": "21417210003****"
},
"RequestId": "BA30A000-3A4D-5B97-9420-E5D0D49F7016"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
404 | InvalidDBCluster.NotFound | The DBClusterId provided does not exist in our records. | The DBClusterId provided does not exist in our records. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-02-04 | The Error code has changed. The request parameters of the API has changed | View Change Details |