Create Universal Router
Create a new universal router for a vDC group
Request
URI
POST
https://{api_host}/cloudapi/1.0.0/universalRouters
COPY
Request Body
UniversalRouter of type(s) application/json
Optional
{
"id": "string",
"name": "string",
"description": "string",
"vdcGroupRef": {
"name": "string",
"id": "string"
},
"localEgress": false,
"errorMessage": "string"
}
string
id
Optional
id
string
name
Required
name
string
description
Optional
description
boolean
localEgress
Optional
localEgress
string
errorMessage
Optional
errorMessage
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=38.1
{
"minorErrorCode": "string",
"message": "string",
"stackTrace": "string"
}
string
minorErrorCode
Required
minorErrorCode
string
message
Required
message
string
stackTrace
Optional
stackTrace
Universal Routers Operations
POST
Create Universal Router
GET
Get All Universal Routers For Vdc Group