Route

Route
Route

A route in Cloud Foundry is used to direct traffic from a URL to an application.

AllOf
This class requires all of the following:
JSON Example
{
    "guid": "string",
    "created_at": "string",
    "updated_at": "string",
    "protocol": "string",
    "host": "string",
    "path": "string",
    "port": 0,
    "url": "string",
    "relationships": {},
    "metadata": {
        "labels": {
            "labels": "string"
        },
        "annotations": {
            "annotations": "string"
        }
    },
    "links": {
        "self": {
            "href": "string",
            "method": "string"
        },
        "space": {
            "href": "string",
            "method": "string"
        },
        "domain": {
            "href": "string",
            "method": "string"
        },
        "destinations": {
            "href": "string",
            "method": "string"
        }
    },
    "included": "IncludedResources Object"
}