PropagationResult
No description available in the specification.
Fields
Section titled “Fields”| Field | Type | Required | Description |
|---|---|---|---|
api | string | no | - |
name | string | no | - |
type | string | no | - |
resolvers | object[] | no | - |
consistency | object | no | - |
Example
Section titled “Example”{ "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 }}