RouteDestination
RouteDestination
A route destination is a specification for where traffic on a route should be directed.
JSON Example
{
"guid": "string",
"app": {
"guid": "string",
"process": {
"type": "string"
}
},
"weight": 0,
"port": 0,
"protocol": "string",
"created_at": "string",
"updated_at": "string",
"metadata": {
"labels": {
"labels": "string"
},
"annotations": {
"annotations": "string"
}
},
"links": {
"self": {
"href": "string",
"method": "string"
},
"route": {
"href": "string",
"method": "string"
}
}
}
string
guid
Optional
guid
object
app
Optional
app
integer
weight
Optional
weight
integer
port
Optional
port
string
protocol
Optional
protocol
string As date-time
As date-time
created_at
Optional
created_at
string As date-time
As date-time
updated_at
Optional
updated_at
metadata
Optional
Metadata is a JSON object that contains information about a resource. It includes the GUID of the resource, the time the resource was created, the time the resource was last updated, and links to the resource. Metadata is included in the response body of a request to retrieve a resource.
object
links
Optional
links