Updates the glue record IP addresses for a vanity nameserver.
Authenticate via HTTP Basic with your account username and API token. Examples use an explicit 'Authorization: Basic <base64(username:token)>' header; 'curl -u username:token' is equivalent. For sandbox, append "-test" to your username and use your sandbox token on api.dev.name.com.
The domain name associated with the vanity nameserver.
"example.com"
The hostname of the vanity nameserver to update.
"ns1.example.com"
Updated IP addresses for the vanity nameserver.
UpdateVanityNameserverBody contains the list of IP addresses to update for a vanity nameserver.
IPs is the updated list of IP addresses to be used for glue records for this vanity nameserver. Providing an empty array will remove all existing IPs.
[
"192.168.1.10",
"2001:0db8:85a3:0000:0000:8a2e:0370:7334"
]Vanity nameserver successfully updated.
VanityNameserver response schema with full hostname
DomainName is the root domain for which this vanity nameserver is created. For example, if the hostname is 'ns1.example.com', the domainName would be 'example.com'.
"example.com"
Hostname is the fully qualified domain name (FQDN) of the vanity nameserver. It must be a subdomain of the domain specified in 'domainName'. Hostname is the fully qualified domain name (FQDN) of the vanity nameserver. It must be a subdomain of the domain specified in 'domainName'.
"ns1.example.com"
IPs is a list of IP addresses that are used for glue records for this vanity nameserver. These should be valid IPv4 or IPv6 addresses.
1[
"192.168.1.1",
"2001:0db8:85a3:0000:0000:8a2e:0370:7334"
]