Validate a DNS zone profile
eurodns_dns_check_zone_profileValidate a candidate DNS zone profile before saving. Get a per-record report with errors and warnings to avoid generic save failures.
Instructions
Validates a candidate zone profile and returns a per-record report, without saving anything. Use it before eurodns_dns_save_zone_profile, whose rejections carry only a generic error; it checks a template, where eurodns_dns_check_zone checks a live zone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | The candidate profile to validate: name, records, urlForwards and mailForwards. Nothing is saved. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Response body as returned by the API. | |
| status | Yes | Upstream HTTP status code. |