Get Egress Point
Retrieves a specific Universal Egress Point.
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/universalRouters/{universalRouterId}/routing/egressPoints/{egressPointId}
COPY
Path Parameters
string
universalRouterId
Required
universalRouterId
string
egressPointId
Required
egressPointId
string
universalRouterId
Required
universalRouterId
string
egressPointId
Required
egressPointId
Responses
200
OK
Returns EgressPoint of type(s) application/json;version=38.1
{
"id": "string",
"vdcRef": {
"name": "string",
"id": "string"
},
"gatewayRef": {
"name": "string",
"id": "string"
},
"networkProviderScope": "string",
"isUsedForRouting": false,
"errorMessage": "string"
}
string
id
Optional
The unique ID for the Universal Egress Point (read-only).
string
networkProviderScope
Optional
Read-only field that specifies the network provider scope of the Universal Egress Point (inherited from the Org vDC).
boolean
isUsedForRouting
Optional
Specifies whether the egress point is being used for Universal Routing. This is a read-only field.
string
errorMessage
Optional
errorMessage
404
The specified resource was not found
Returns Error of type(s) application/json;version=38.1
{
"minorErrorCode": "string",
"message": "string",
"stackTrace": "string"
}
string
minorErrorCode
Required
minorErrorCode
string
message
Required
message
string
stackTrace
Optional
stackTrace