Get Egress Points
Get a list of Universal Egress Points for a Universal Router.
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/universalRouters/{universalRouterId}/routing/egressPoints
COPY
Path Parameters
string
universalRouterId
Required
universalRouterId
string
universalRouterId
Required
universalRouterId
Responses
200
OK
Returns EgressPoints of type(s) application/json;version=39.0
{
"values": [
{
"id": "string",
"vdcRef": {
"name": "string",
"id": "string"
},
"gatewayRef": {
"name": "string",
"id": "string"
},
"networkProviderScope": "string",
"isUsedForRouting": false,
"status": {},
"errorMessage": "string"
}
]
}
404
The specified resource was not found
Returns Error of type(s) application/json;version=39.0
{
"minorErrorCode": "string",
"message": "string",
"stackTrace": "string"
}
string
minorErrorCode
Required
minorErrorCode
string
message
Required
message
string
stackTrace
Optional
stackTrace