dnssecRequest
No description available in the specification.
Fields
Section titled “Fields”| Field | Type | Required | Description |
|---|---|---|---|
mode |
dnssecMode | yes | Requested DNSSEC operating mode. - none: no registry DNSSEC should remain active - regfish: regfish signs the zone and manages registry trust anchors - external: the caller supplies DNSSEC records for external authoritative nameservers (none, regfish, external) |
state |
string |
yes | Desired high-level DNSSEC state. (disabled, enabled) |
verify_after_apply |
boolean |
no | When true, the API immediately refreshes registry state and checks DNS delegation after the update. |
records |
dnssecRecord[] | no | Required for mode=external,state=enabled. Ignored for regfish-managed activation and for disable operations. |
Example
Section titled “Example”{ "mode": "none", "state": "disabled", "verify_after_apply": true, "records": [ { "kind": "ds", "key_tag": 0, "flags": 0, "protocol": 0, "algorithm": 0, "digest_type": 0, "digest": "string", "public_key": "string", "comment": "string" } ]}