Skip to main content

Endpoints

The URL for an Ahana-managed Presto cluster and the provisioned Apache Superset is formed from the name and the tenant name attached to cp.ahana.cloud.

note

The name of a Presto cluster is defined when the Presto cluster is created. See Enter a Cluster Name.

The tenant name is defined when the Compute Plane is provisioned. See Tenant Name in Complete the Compute Plane Setup.

For example, a cluster named mycluster and a tenant name of company would have https://mycluster.company.cp.ahana.cloud as its Presto endpoint and jdbc:presto://mycluster.company.cp.ahana.cloud:443 as its JDBC endpoint.

The name of the provisioned Apache Superset is superset so its endpoint would be https:// superset.company.cp.ahana.cloud.

If a Presto cluster name contains a space or a hyphen, those characters are presented in the endpoint by hyphens. For example a Presto cluster named test-cluster one would have the Presto endpoint https://test-cluster-one.company.cp.ahana.cloud.