Skip to content

DnssecResult

No description available in the specification.

FieldTypeRequiredDescription
apistringno-
domainstringno-
statusstringno(unsigned, valid, broken)
adValidatedbooleannoThe validating resolver set the AD flag for the zone
dsobject[]no-
dnskeysobject[]no-
linksobject[]no-
{
"api": "string",
"domain": "string",
"status": "unsigned",
"adValidated": true,
"ds": [
{
"keyTag": 0,
"algorithm": "string",
"digestType": "string",
"digest": "string"
}
],
"dnskeys": [
{
"keyTag": 0,
"flags": 0,
"algorithm": "string",
"role": "ksk"
}
],
"links": [
{
"keyTag": 0,
"matched": true
}
]
}