Skip to content
Start here

Account Custom Nameservers

List Account Custom Nameservers
GET/accounts/{account_id}/custom_ns
Add Account Custom Nameserver
POST/accounts/{account_id}/custom_ns
Delete Account Custom Nameserver
DELETE/accounts/{account_id}/custom_ns/{custom_ns_id}
ModelsExpand Collapse
CustomNameserver = object { dns_records, ns_name, status, 2 more }

A single account custom nameserver.

dns_records: array of object { type, value }

A and AAAA records associated with the nameserver.

type: optional "A" or "AAAA"

DNS record type.

One of the following:
"A"
"AAAA"
value: optional string

DNS record contents (an IPv4 or IPv6 address).

ns_name: string

The FQDN of the name server.

formathostname
Deprecatedstatus: "moved" or "pending" or "verified"

Verification status of the nameserver.

One of the following:
"moved"
"pending"
"verified"
zone_tag: string

Identifier.

maxLength32
ns_set: optional number

The number of the set that this name server belongs to.

maximum5
minimum1
CustomNameserverDeleteResponse = string

Unused