List of DoubleCloud API endpoints

Use the following public endpoints to connect to DoubleCloud services via API:

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

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