Domain

Domain
Domain

A domain is a fully qualified domain name that is used for application routes. A domain can be scoped to an organization, meaning it can be used to create routes for spaces inside that organization, or be left unscoped to allow all organizations access.

AllOf
This class requires all of the following:
JSON Example
{
    "guid": "string",
    "created_at": "string",
    "updated_at": "string",
    "name": "string",
    "internal": false,
    "router_group": {
        "guid": "string"
    },
    "supported_protocols": [
        "string"
    ],
    "relationships": {},
    "metadata": {
        "labels": {
            "labels": "string"
        },
        "annotations": {
            "annotations": "string"
        }
    },
    "links": {
        "self": {
            "href": "string",
            "method": "string"
        },
        "organization": {
            "href": "string",
            "method": "string"
        },
        "route_reservations": {
            "href": "string",
            "method": "string"
        },
        "shared_organizations": {
            "href": "string",
            "method": "string"
        },
        "router_group": {
            "href": "string",
            "method": "string"
        }
    }
}