Skip to content

Finding

No description available in the specification.

Field Type Required Description
id string no
category string no (dns, email, web, security)
severity string no (ok, info, warn, problem)
title string no
detail string no
fix object no
{
"id": "string",
"category": "dns",
"severity": "ok",
"title": "string",
"detail": "string",
"fix": {
"steps": "string",
"record": {
"host": "string",
"type": "string",
"value": "string"
},
"cta": {
"label": "string",
"href": "string"
}
}
}