cURL
curl --request POST \ --url https://api.camelai.com/api/v1/sources/add/clickhouse/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "type": "clickhouse", "host": "localhost", "port": 8443, "username": "default", "password": "password", "database": "default" }'
{ "id": 123 }
Create a new ClickHouse data warehouse connection.
JWT or API key authentication using Bearer scheme
Serializer for ClickHouse connection configuration.
The response is of type object.
object
Was this page helpful?