Zum Inhalt springen

PropagationResult

Keine Beschreibung in der Spezifikation vorhanden.

Feld Typ Pflicht Beschreibung
api string nein
name string nein
type string nein
resolvers object[] nein
consistency object nein
{
"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
}
}