Get All Universal Routers For Vdc Group

Get All Universal Routers For Vdc Group

Get all the universal routers defined for a vDC group in the system.

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

vdcGroupId

string
vdcGroupId
Required

vdcGroupId


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns UniversalRouters of type(s) application/json;version=39.0
{
    "values": [
        {
            "id": "string",
            "name": "string",
            "description": "string",
            "vdcGroupRef": {
                "name": "string",
                "id": "string"
            },
            "localEgress": false,
            "status": {},
            "errorMessage": "string"
        }
    ]
}
values
Optional

values