Get Universal Router

Get Universal Router

Retrieves a specific Universal Router

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

universalRouterId

string
universalRouterId
Required

universalRouterId


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns UniversalRouter of type(s) application/json;version=37.0
{
    "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

vdcGroupRef
Required

vdcGroupRef

boolean
localEgress
Optional

localEgress

status
Optional

status

string
errorMessage
Optional

errorMessage


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