Enable or disable DNSSEC on a domain registered here
eurodns_domain_set_dnssecPublish or withdraw DNSSEC DS records for a domain at its registry. Withdrawing while the zone remains signed breaks cached resolvers' validation; verify status afterwards.
Instructions
Publishes (enabled: true) or withdraws (enabled: false) the DNSSEC DS records of a domain registered in this account at its registry, and returns nothing on success. Prefer it over eurodns_dns_set_dnssec for domains held here; withdrawing while the zone stays signed breaks validation for resolvers that cached the DS record. Verify afterwards with eurodns_dns_get_dnssec_status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | Yes | true to publish the DS records at the registry, false to withdraw them. | |
| domainName | Yes | Fully qualified domain name, e.g. example.com, as listed by eurodns_domain_search. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Response body as returned by the API. | |
| status | Yes | Upstream HTTP status code. |