Skip to content

SpfGenerateResult

No description available in the specification.

FieldTypeRequiredDescription
apistringno-
kindstringno-
hoststringno-
typestringno-
recordstringno-
lookupCountintegernoDNS lookups the record will cause (RFC 7208 limit: 10)
warningsIssueCode[]no-
errorsIssueCode[]no-
{
"api": "string",
"kind": "string",
"host": "string",
"type": "string",
"record": "string",
"lookupCount": 0,
"warnings": [
{
"code": "string",
"value": 0
}
],
"errors": [
{
"code": "string",
"value": 0
}
]
}