Get the DNSSEC status of a zone
eurodns_dns_get_dnssec_statusCheck a domain's DNSSEC signing status and retrieve its DNSSEC keys and DS records. Use before enabling DNSSEC or after changing nameservers to verify configuration.
Instructions
Reports whether the zone is DNSSEC-signed and returns its keys and DS data. Check it before eurodns_dns_set_dnssec or eurodns_domain_set_dnssec, and again after changing nameservers.
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. |