Skip to content

PropagationResult

No description available in the specification.

Field Type Required Description
api string no
name string no
type string no
resolvers object[] no
consistency object no
{
"api": "string",
"name": "string",
"type": "string",
"resolvers": [
{
"id": "cloudflare",
"label": "string",
"reachable": true,
"status": 0,
"ad": true,
"answers": [
{
"ttl": null,
"data": null
}
]
}
],
"consistency": {
"reachable": 0,
"total": 0,
"agreeing": 0,
"consistent": true
}
}