v1

latestOpenAPI 3.1.22026-08-0611530152.3 KB
Custom Domain

Get configured custom domain

Shows the current custom domain the cluster is configured for, if any

get/custom-domain

Response

Successful response

hostnamestring nullable required

First configured custom domain or SNI hostname, or null when none is configured

hostnamesstring[] required

All configured custom domain or SNI hostnames

configuredboolean required

Whether a custom domain or custom certificate is configured

Example response

{
  "hostname": "myname.mydomain",
  "hostnames": [
    "myname.mydomain"
  ],
  "configured": true
}