Update Universal Routes

Update Universal Routes

Updates routing configuration for a Universal Router.

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

universalRouterId

string
universalRouterId
Required

universalRouterId


Request Body
UniversalRoutes of type(s) application/json
Required
{
    "keepAliveTimer": 0,
    "values": [
        {
            "defaultEgress": {
                "egressPointId": "string",
                "vdcRef": {
                    "name": "string",
                    "id": "string"
                },
                "gatewayRef": {
                    "name": "string",
                    "id": "string"
                }
            },
            "standbyEgress": {
                "egressPointId": "string",
                "vdcRef": {
                    "name": "string",
                    "id": "string"
                },
                "gatewayRef": {
                    "name": "string",
                    "id": "string"
                }
            },
            "networkProviderScope": "string",
            "errorMessage": "string"
        }
    ],
    "providerScopesToForceUnconfigure": [
        "string"
    ]
}
integer
keepAliveTimer
Optional

The Keep Alive Timer is the frequency (in seconds) at which the Universal Router seeds Keep Alive messages to its egress peers.

values
Optional

The list of Universal Routes.

array of string
providerScopesToForceUnconfigure
Optional

The list network provider scopes whose route will be unconfigure forcefully. This means that a route that is in state that normally shouldn't be unconfigurable (i.e. NSX or remote vCD site is down) will still be unconfigured. Errors may be ignored. Note that this force option also affects any route update where a network provider's egress point is modified/changed. vCD will first unconfigure any existing egress point before configuring the new egress point.

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=37.0
{
    "minorErrorCode": "string",
    "message": "string",
    "stackTrace": "string"
}
string
minorErrorCode
Required

minorErrorCode

string
message
Required

message

string
stackTrace
Optional

stackTrace


404

The specified resource was not found

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

minorErrorCode

string
message
Required

message

string
stackTrace
Optional

stackTrace