LookupResult
No description available in the specification.
Fields
Section titled “Fields”| Field | Type | Required | Description |
|---|---|---|---|
api |
string |
no | — |
name |
string |
no | — |
type |
string |
no | — |
typeCode |
integer |
no | — |
status |
integer |
no | DNS RCODE (0 NOERROR, 3 NXDOMAIN, …) |
ad |
boolean |
no | DNSSEC-validated by the resolver |
answers |
object[] |
no | — |
Example
Section titled “Example”{ "api": "string", "name": "string", "type": "string", "typeCode": 0, "status": 0, "ad": true, "answers": [ { "name": "string", "type": 0, "ttl": 0, "data": "string" } ]}