Create ClickHouse configuration with a collection of overrides.
ClickHouse configuration created.
ClickHouse cluster not found.
{- "clusterId": "b997a00d-5bd4-4774-9bd7-5c0ad6189246",
- "configurationOverrides": [
- {
- "name": "max_threads",
- "value": "16"
}, - {
- "name": "log_queries",
- "value": "1"
}
], - "id": "cfg-b997a00d-5bd4-4774-9bd7-5c0ad6189246"
}
{- "clusterId": "b997a00d-5bd4-4774-9bd7-5c0ad6189246",
- "configurationOverrides": [
- {
- "name": "max_threads",
- "value": "16"
}, - {
- "name": "log_queries",
- "value": "1"
}
], - "id": "cfg-b997a00d-5bd4-4774-9bd7-5c0ad6189246"
}
Retrieve all configuration overrides applied to the cluster.
ClickHouse configuration overrides successfully retrieved.
ClickHouse configuration not found.
{- "clusterId": "b997a00d-5bd4-4774-9bd7-5c0ad6189246",
- "configurationOverrides": [
- {
- "name": "max_threads",
- "value": "16"
}, - {
- "name": "log_queries",
- "value": "1"
}
], - "id": "cfg-b997a00d-5bd4-4774-9bd7-5c0ad6189246"
}
Update ClickHouse configuration overrides.
ClickHouse configuration overrides successfully updated.
ClickHouse configuration not found.
{- "clusterId": "b997a00d-5bd4-4774-9bd7-5c0ad6189246",
- "configurationOverrides": [
- {
- "name": "max_threads",
- "value": "16"
}, - {
- "name": "log_queries",
- "value": "1"
}
], - "id": "cfg-b997a00d-5bd4-4774-9bd7-5c0ad6189246"
}
{- "clusterId": "b997a00d-5bd4-4774-9bd7-5c0ad6189246",
- "configurationOverrides": [
- {
- "name": "max_threads",
- "value": "16"
}, - {
- "name": "log_queries",
- "value": "1"
}
], - "id": "cfg-b997a00d-5bd4-4774-9bd7-5c0ad6189246"
}
Restore all configuration properties to their corresponding defaults.
ClickHouse configuration overrides deleted for the cluster.
ClickHouse configuration not found.
{- "errors": [
- {
- "name": "string",
- "message": "string"
}
]
}