Get Egress Points

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


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns EgressPoints of type(s) application/json;version=37.0
{
    "values": [
        {
            "id": "string",
            "vdcRef": {
                "name": "string",
                "id": "string"
            },
            "gatewayRef": {
                "name": "string",
                "id": "string"
            },
            "networkProviderScope": "string",
            "isUsedForRouting": false,
            "errorMessage": "string"
        }
    ]
}
values
Optional

The list of Universal Egress Points.


404

The specified resource was not found

Returns Error of type(s) application/json;version=37.0
{
    "minorErrorCode": "string",
    "message": "string",
    "stackTrace": "string"
}
string
minorErrorCode
Required

minorErrorCode

string
message
Required

message

string
stackTrace
Optional

stackTrace