Get Dns Config For Router

Get Dns Config For Router

Retrieves dns configuration of a universal router

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

universalRouterId

string
universalRouterId
Required

universalRouterId


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns RouterDnsConfig of type(s) application/json;version=37.0
{
    "enabled": false,
    "nameServers": [
        "string"
    ]
}
boolean
enabled
Optional

enabled

array of string
nameServers
Optional

nameServers


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