Skip to content

DomainHealth

No description available in the specification.

FieldTypeRequiredDescription
apistringno-
domainstringno-
displayDomainstringno-
resolvablebooleanno-
scoreintegerno-
findingsFinding[]no-
summaryobjectno-
checkedAtstringno-
localestringno(en, de)
{
"api": "string",
"domain": "string",
"displayDomain": "string",
"resolvable": true,
"score": 0,
"findings": [
{
"id": "string",
"category": "dns",
"severity": "ok",
"title": "string",
"detail": "string",
"fix": {
"steps": "string",
"record": {
"host": null,
"type": null,
"value": null
},
"cta": {
"label": null,
"href": null
}
}
}
],
"summary": {
"ok": 0,
"info": 0,
"warn": 0,
"problem": 0
},
"checkedAt": "2026-01-01T00:00:00Z",
"locale": "en"
}