The ModifyDBConfig operation modifies the dictionary configuration of a community-compatible cluster.
Operation description
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
clickhouse:ModifyDBConfig |
update |
*DBCluster
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The ID of the region. Call the DescribeRegions operation to query the IDs of available regions. |
cn-hangzhou |
| DBClusterId |
string |
Yes |
The cluster ID. |
cc-bp1r59y779o04**** |
| Config |
string |
No |
The dictionary configuration items. Note
The value of the Config parameter overwrites the existing configuration. To delete a dictionary configuration, remove it from the request. Call the DescribeDBConfig operation to query the dictionary configuration of the target instance. |
|
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response data. |
||
| RequestId |
string |
The request ID. |
BF3844B6-1B12-57A0-A259-476D2079EE83 |
Examples
Success response
JSON format
{
"RequestId": "BF3844B6-1B12-57A0-A259-476D2079EE83"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | InternalError | An error occurred while processing your request. | An error occurred while processing your request. |
| 503 | ServiceUnavailable | An error occurred while processing your request. | An error occurred while processing your request. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.