Create Connection
Creates a new ClickHouse connection
Request body
Example request
{
"name": "Production ClickHouse",
"host": "https://clickhouse.example.com:8443",
"username": "default",
"password": "my-secret-password",
"hyperdxSettingPrefix": "hyperdx_"
}Response
Successfully created connection
Example response
{
"data": {
"id": "507f1f77bcf86cd799439012",
"name": "Production ClickHouse",
"host": "https://clickhouse.example.com:8443",
"username": "default",
"hyperdxSettingPrefix": "hyperdx_",
"createdAt": "2025-01-01T00:00:00.000Z",
"updatedAt": "2025-06-15T10:30:00.000Z"
}
}Changes
Changed in 3 of the 60 revisions of this API.123
- ●
removed the request property
prometheusEndpointrequest-property-removed
- ●
removed the optional property
data/prometheusEndpointfrom the response with the200statusresponse-optional-property-removed
- ○
added the new optional request property
isPrometheusEndpointnew-optional-request-property
- ○
added the optional property
data/isPrometheusEndpointto the response with the200statusresponse-optional-property-added
- ●
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 100 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲