Skip to content

dnssecResponse

No description available in the specification.

FieldTypeRequiredDescription
configuredbooleanyesWhether DNSSEC has been configured for the domain.
dnssec_statednssecDisplayStateyesHigh-level DNSSEC status. (active, pending, inactive)
modednssecModeyesRequested 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)
desired_statednssecStateyesFine-grained registry DNSSEC state. (disabled, pending_enable, enabled, pending_disable, error, drift, unknown)
live_statednssecStateyesFine-grained registry DNSSEC state. (disabled, pending_enable, enabled, pending_disable, error, drift, unknown)
capabilitiesdnssecCapabilitiesyes-
desired_recordsdnssecRecord[]yes-
live_recordsdnssecRecord[]yes-
last_error_codestringno-
last_errorstringno-
last_registry_namestringno-
last_registry_referencestringno-
last_registry_statusstringno-
last_verified_atintegerno-
last_applied_atintegerno-
pending_jobdnssecJobResponsenoCurrent DNSSEC transition job, if processing is still in progress.
using_regfish_nameserversbooleanyes-
legacy_modebooleanyes-
zone_signedbooleanyes-
zone_pending_disablebooleanyes-
zone_propagated_atintegerno-
jobsdnssecJobResponse[]noRecent DNSSEC jobs for the domain. This is history, not just the current pending item.
{
"configured": true,
"dnssec_state": "active",
"mode": "none",
"desired_state": "disabled",
"live_state": "disabled",
"capabilities": {
"supported": true,
"provider": "string",
"mode_regfish_available": true,
"mode_external_available": true,
"accepted_record_kinds": [
"ds"
],
"min_records": 0,
"max_records": 0,
"accepted_algorithms": [
0
],
"reason_unavailable": "string"
},
"desired_records": [
{
"kind": "ds",
"key_tag": 0,
"flags": 0,
"protocol": 0,
"algorithm": 0,
"digest_type": 0,
"digest": "string",
"public_key": "string",
"comment": "string"
}
],
"live_records": [
{
"kind": "ds",
"key_tag": 0,
"flags": 0,
"protocol": 0,
"algorithm": 0,
"digest_type": 0,
"digest": "string",
"public_key": "string",
"comment": "string"
}
],
"last_error_code": "string",
"last_error": "string",
"last_registry_name": "string",
"last_registry_reference": "string",
"last_registry_status": "string",
"last_verified_at": 0,
"last_applied_at": 0,
"pending_job": {
"id": 0,
"action": "string",
"mode": "string",
"status": "string",
"source": "string",
"registry_name": "string",
"registry_reference": "string",
"error_code": "string",
"error_text": "string",
"ts_created": 0,
"ts_updated": 0,
"ts_started": 0,
"ts_finished": 0
},
"using_regfish_nameservers": true,
"legacy_mode": true,
"zone_signed": true,
"zone_pending_disable": true,
"zone_propagated_at": 0,
"jobs": [
{
"id": 0,
"action": "string",
"mode": "string",
"status": "string",
"source": "string",
"registry_name": "string",
"registry_reference": "string",
"error_code": "string",
"error_text": "string",
"ts_created": 0,
"ts_updated": 0,
"ts_started": 0,
"ts_finished": 0
}
]
}