You can call the CheckModifyConfigNeedRestart operation to check whether a restart is required after you modify the configuration parameters of a community-compatible ApsaraDB for ClickHouse cluster in XML mode.
Operation description
This operation is available only for community-compatible clusters created after December 1, 2021.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
clickhouse:CheckModifyConfigNeedRestart |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DBClusterId |
string |
Yes |
The cluster ID. Call the DescribeDBClusters operation to query information about all clusters in the destination region, including cluster IDs. |
cc-bp1tm8zf130ew**** |
| Config |
string |
Yes |
The modified configuration parameters. |
|
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| NeedRestart |
boolean |
Indicates whether a restart is required after the configuration parameters are changed. Valid values:
|
true |
| RequestId |
string |
The request ID. |
06798FEE-BEF2-5FAF-A30D-728973BBE97C |
Examples
Success response
JSON format
{
"NeedRestart": true,
"RequestId": "06798FEE-BEF2-5FAF-A30D-728973BBE97C"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.