All Products
Search
Document Center

ApsaraDB for ClickHouse:ModifyDBClusterConfig

Last Updated:Mar 01, 2024

Modifies the configurations of an ApsaraDB for ClickHouse cluster.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The region ID. You can call the DescribeRegions operation to query the most recent region list.

cn-hangzhou
DBClusterIdstringYes

The cluster ID. You can call the DescribeDBClusters operation to query information about all the clusters that are deployed in a specific region. The information includes the cluster IDs.

cc-bp1t9lbb7a4z7****
UserConfigstringYes

The names of the parameters and the new values that you want to specify for the parameters.

Note You can change the value of a single parameter. The values of parameters that are not specified will not be changed.
{"keep_alive_timeout":"301"}
ReasonstringNo

The reason for the change.

test

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

A9AA1E0A-2AEE-5847-87CF-E4FDC0E66052

Examples

Sample success responses

JSONformat

{
  "RequestId": "A9AA1E0A-2AEE-5847-87CF-E4FDC0E66052"
}

Error codes

HTTP status codeError codeError messageDescription
500InternalErrorAn error occurred while processing your request.An error occurred while processing your request.
503ServiceUnavailableAn error occurred while processing your request.An error occurred while processing your request.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history