Skip to main content

Update an internal DNS server

PUT 

/internal-dns-servers/:id

Update an existing internal dns server.

Request

Path Parameters

    id stringrequired

    The UUID of the configuration resource

Body

OK

    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

Responses

OK

Loading...