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


Authentication
This operation uses the following authentication methods.
Responses
200

OK

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

enabled

array of object
servers
Optional

List of Dhcp servers for universal router. Either egressRef or serverAddress is required to identify Dhcp server.


404

The specified resource was not found

Returns Error of type(s) application/json;version=39.1
"Error Object"
string
minorErrorCode
Required

minorErrorCode

string
message
Required

message

string
stackTrace
Optional

stackTrace


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/universalRouters/{universalRouterId}/dhcp