Get Dhcp Config For Universal Router

Get Dhcp Config For Universal Router

Retrieves Dhcp configuration of a specific Universal Router

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

universalRouterId

string
universalRouterId
Required

universalRouterId


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns UniversalRouterDhcpConfig of type(s) application/json;version=37.1
{
    "enabled": false,
    "servers": [
        {
            "egressRef": {
                "name": "string",
                "id": "string"
            },
            "serverAddress": "string"
        }
    ]
}
boolean
enabled
Optional

enabled

servers
Optional

servers


404

The specified resource was not found

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

minorErrorCode

string
message
Required

message

string
stackTrace
Optional

stackTrace