GET
/dbaas-clickhouse/{name}
curl \
--request GET 'https://api-ch-gva-2.exoscale.com/v2/dbaas-clickhouse/{name}'
Response examples (200)
{
"updated-at": "2026-05-04T09:42:00Z",
"node-count": 42,
"connection-info": {
"uri": [
"string"
],
"mysql-uri": "string",
"arrowflight-uri": "string"
},
"node-cpu-count": 42,
"prometheus-uri": {
"host": "string",
"port": 42
},
"integrations": [
{
"description": "string",
"settings": {},
"type": "string",
"is-enabled": true,
"source": "string",
"is-active": true,
"status": "string",
"id": "string",
"dest": "string"
}
],
"zone": "string",
"node-states": [
{
"name": "string",
"progress-updates": [
{
"completed": true,
"current": 42,
"max": 42,
"min": 42,
"phase": "stream",
"unit": "string"
}
],
"role": "standby",
"state": "leaving"
}
],
"name": "string",
"type": "string",
"state": "running",
"ip-filter": [
"string"
],
"backups": [
{
"backup-name": "string",
"backup-time": "2026-05-04T09:42:00Z",
"data-size": 42
}
],
"termination-protection": true,
"clickhouse-settings": {
"server_settings": {
"vector_similarity_index_cache_size": 0.07
}
},
"notifications": [
{
"level": "warning",
"message": "string",
"type": "service_powered_off_removal",
"metadata": {}
}
],
"components": [
{
"component": "string",
"host": "string",
"port": 42,
"route": "dynamic",
"ssl": true,
"usage": "primary"
}
],
"maintenance": {
"dow": "saturday",
"time": "string",
"updates": [
{
"description": "string",
"deadline": "2026-05-04T09:42:00Z",
"start-after": "2026-05-04T09:42:00Z",
"start-at": "2026-05-04T09:42:00Z"
}
]
},
"disk-size": 42,
"node-memory": 42,
"uri": "string",
"uri-params": {},
"version": "string",
"created-at": "2026-05-04T09:42:00Z",
"plan": "string",
"users": [
{
"username": "string",
"uuid": "string",
"required": true
}
]
}