Create Egress Point

Create Egress Point

Creates a new Universal Egress Point from a specified Edge Gateway and Org vDC.

Request
URI
POST
https://{api_host}/cloudapi/1.0.0/universalRouters/{universalRouterId}/routing/egressPoints
COPY
Path Parameters
string
universalRouterId
Required

universalRouterId

string
universalRouterId
Required

universalRouterId


Request Body
EgressPoint of type(s) application/json
Required
{
    "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).

vdcRef
Optional

vdcRef

gatewayRef
Optional

gatewayRef

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.

status
Optional

status

string
errorMessage
Optional

errorMessage

Authentication
This operation uses the following authentication methods.
Responses
202

The request have been accepted and the task to monitor the request is in the Location header.

Operation doesn't return any data structure

400

Invalid configuration.

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

minorErrorCode

string
message
Required

message

string
stackTrace
Optional

stackTrace