Skip to main content

Get an internal DNS server

GET 

/internal-dns-servers/:id

Get an existing internal DNS server.

Request

Path Parameters

    id stringrequired

    The UUID of the configuration resource

Responses

OK

Schema
    id stringrequired

    The UUID of the internet DNS server resource

    name stringrequired

    The name of the internet DNS server resource

    domain_name string[]required

    The DNS domain name(s)

    primary ipv4required

    The IP address of the primary DNS server

    secondary ipv4

    The IP address of the secondary DNS server

Loading...