nameserversResponse
No description available in the specification.
Fields
Section titled “Fields”| Field | Type | Required | Description |
|---|---|---|---|
domain | string | yes | The domain the delegation belongs to. |
mode | string | yes | Delegation mode: standard (regfish nameservers), vanity (one of the account’s vanity sets), or external (foreign nameservers, manageable only in the dash). (standard, vanity, external) |
current | string[] | yes | Currently delegated nameservers (FQDNs without trailing dot). |
vanity_set_id | integer | yes | Active vanity set id, or null when not delegated to a vanity set. |
vanity_sets | object[] | yes | Vanity nameserver sets available on the account. |
Example
Section titled “Example”{ "domain": "string", "mode": "standard", "current": [ "string" ], "vanity_set_id": 0, "vanity_sets": [ { "id": 0, "host": "string", "nameservers": [ "string" ] } ]}