Get a DNS zone
eurodns_dns_get_zoneRetrieve a complete DNS zone with all records, URL forwards, and mail forwards, each with an ID for subsequent targeted updates. Start here before modifying any records.
Instructions
Returns a zone in full: its DNS records, URL forwards and mail forwards, each record with the id other tools target. Start here before changing anything; to edit one record use eurodns_dns_upsert_record or eurodns_dns_delete_record rather than saving the whole zone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domainName | Yes | Name of the zone, e.g. example.com: a domain whose DNS is hosted here. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Response body as returned by the API. | |
| status | Yes | Upstream HTTP status code. |