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® |
|
|
Managed Service for Apache Kafka® |
|
|
Managed Service for Apache Airflow® |
|
|
Transfer |
|
|
VPC |
|
|
Visualization |
|
Usage example
You can use gRPCurl
grpcurl --format text \
-H "authorization: Bearer $IAM" \
-d 'project_id: "<your_project_id>"' transfer.api.double.cloud:443 doublecloud.transfer.v1.EndpointService/List
Previous
Next