Skip to content

DnssecResult

No description available in the specification.

Field Type Required Description
api string no
domain string no
status string no (unsigned, valid, broken)
adValidated boolean no The validating resolver set the AD flag for the zone
ds object[] no
dnskeys object[] no
links object[] 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
}
]
}