Get a zone snapshot, or list them
eurodns_dns_get_zone_snapshotRetrieve a previous DNS zone state by snapshot ID, or list all snapshots with dates when no ID is given. Useful for inspecting pre-change records and restoring them via the save zone endpoint.
Instructions
Returns one previous state of a zone by snapshot id, or lists the zone’s snapshots with their dates when id is omitted. Use it to see what a zone held before an unintended change; to put that state back, send its records through eurodns_dns_save_zone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Numeric id of the snapshot to return. Omit it to list the snapshots of the zone, with their ids and dates. | |
| 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. |