Get a nameserver profile, or list them
eurodns_nameserver_get_profileRetrieves a reusable nameserver set by its ID, or lists account nameserver profiles when no ID is given. Use it to identify which profile to assign to a domain.
Instructions
Returns one reusable nameserver set by id, or lists the account’s nameserver profiles when id is omitted, with the default and deletable ones marked. Use it to find the profile a domain should point at; eurodns_nameserver_save_profile creates or rewrites one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Numeric id of the nameserver profile to return. Omit it to list the account’s profiles with the filters below. | |
| page | No | 1-based page number. There is no page meaning everything: walk pages until a short one comes back. | |
| size | No | Results per page, 1 to 500. A wide page is truncated by the character limit, so prefer a filter to a large size. | |
| default | No | true keeps only the default profile, false keeps every other one. Omit for both. | |
| deletable | No | true keeps only profiles no domain uses, which are the ones that can be deleted. | |
| sortField | No | Result field to sort on, spelled as in the response items. Unsorted when omitted. | |
| sortOrder | No | ASC or DESC; only read with sortField. | |
| includeNameservers | No | Include each profile's nameserver list in the response, not just its name and id. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Response body as returned by the API. | |
| status | Yes | Upstream HTTP status code. |