DomainHealth
No description available in the specification.
Fields
Section titled “Fields”| Field | Type | Required | Description |
|---|---|---|---|
api | string | no | - |
domain | string | no | - |
displayDomain | string | no | - |
resolvable | boolean | no | - |
score | integer | no | - |
findings | Finding[] | no | - |
summary | object | no | - |
checkedAt | string | no | - |
locale | string | no | (en, de) |
Example
Section titled “Example”{ "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"}