Compare a proposed record set against the live zone
eurodns_dns_diff_zonePreview DNS record changes for a zone without applying them, showing added, updated, and unchanged records. Use this to review modifications before committing with the upsert tool.
Instructions
Reports what would change if the given records were applied to a zone — added, updated and unchanged — without writing anything. Use it to review a change before making it with eurodns_dns_upsert_record; for the API’s own validation report on a full zone document, use eurodns_dns_check_zone instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| records | Yes | Records the caller intends to end up with. | |
| domainName | Yes | Zone to compare against, e.g. example.com. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone | Yes | ||
| added | Yes | ||
| updated | Yes | ||
| unchanged | Yes |