Zum Inhalt springen

DomainHealth

Keine Beschreibung in der Spezifikation vorhanden.

Feld Typ Pflicht Beschreibung
api string nein
domain string nein
displayDomain string nein
resolvable boolean nein
score integer nein
findings Finding[] nein
summary object nein
checkedAt string nein
locale string nein (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"
}