Modifies the configuration parameters of a specified community-compatible ApsaraDB for ClickHouse cluster.
Operation description
This operation supports only community-compatible clusters created after December 1, 2021.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
clickhouse:ModifyDBClusterConfigInXML |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DBClusterId |
string |
Yes |
The cluster ID. Call the DescribeDBClusters operation to query the IDs of all clusters in a region. |
cc-bp108z124a8o7**** |
| Config |
string |
Yes |
The configuration parameters to modify. Call the DescribeDBClusterConfigInXML operation to query the current configuration parameters. Then, modify the returned parameters. Note
When you modify a parameter, you must include all other configuration parameters in the request. If a parameter is not included, it retains its initial value or the modification fails. |
|
| RegionId |
string |
No |
The region ID. Call the DescribeRegions operation to query available region IDs. |
cn-hangzhou |
| Reason |
string |
No |
The reason for the modification. |
test |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response schema. |
||
| RequestId |
string |
The request ID. |
BDD29EB1-BE76-5CFA-9068-D34B696310BF |
Examples
Success response
JSON format
{
"RequestId": "BDD29EB1-BE76-5CFA-9068-D34B696310BF"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.