sources / Add ClickHouse connection

sources

Add ClickHouse connection

Create a new ClickHouse data warehouse connection.

POST /api/v1/sources/add/clickhouse/

Headers

Authorizationrequired

any - API key authentication using Bearer scheme

Request Body

typerequired

string - Connection type identifier. Must be `CLICKHOUSE`

account_name

string - Display name for the connection

hostrequired

string - ClickHouse server hostname

port

integer - Port number

usernamerequired

string - Database username

passwordrequired

string - Database password

database

string - Database name (optional)

Response

id

integer - The ID of the created connection