domains
List domains
List the domains for a server.
get/servers/{qualifiedName}/domains
Path parameters
qualifiedNamestring required
The server's qualified name (e.g. 'namespace/server' or 'namespace' for namespace-only servers). Use %2F to encode the slash.
Response
Domain list
Example response
{
"domains": [
{
"id": "managed",
"type": "managed",
"hostname": "my-server.run.tools",
"subdomain": "my-server",
"createdAt": "2024-01-01T00:00:00.000Z",
"updatedAt": "2024-01-01T00:00:00.000Z"
}
]
}