DoubleCloud API endpoints

To connect to DoubleCloud services via the API, use the following public endpoints:

DoubleCloud service

Endpoint address

API reference

Managed Service for ClickHouse®

clickhouse.api.double.cloud:443

ClickHouse® API reference

Managed Service for Apache Kafka®

kafka.api.double.cloud:443

Apache Kafka® API reference

Managed Service for Apache Airflow®

airflow.api.double.cloud:443

Apache Airflow® API reference

Transfer

transfer.api.double.cloud:443

Transfer API reference

VPC

vpc.api.double.cloud:443

Network API reference

Visualization

visualization.api.double.cloud:443

Visualization API reference

Usage example

You can use gRPCurl to send a request via a Transfer API endpoint to doublecloud.transfer.v1.EndpointService/List method authorized with your IAM token:

grpcurl --format text \
   -H "authorization: Bearer $IAM" \
   -d 'project_id: "<your_project_id>"' transfer.api.double.cloud:443 doublecloud.transfer.v1.EndpointService/List