Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 1.03 KB

File metadata and controls

12 lines (11 loc) · 1.03 KB

DnsAnswer

Properties

Name Type Description Notes
dnsServer String Dns server ip address and port, format is "ip address#port".
rawAnswer String It can be NXDOMAIN or error message which is not consisted of authoritative_answer or non_authoritative_answer. [optional]
nonAuthoritativeAnswers List<DnsQueryAnswer> Non-authotitative answers of the query. This is a deprecated property, please use 'answers' instead. [optional]
sourceIp String The source ip used in this lookup.
edgeNodeId String ID of the edge node that performed the query.
authoritativeAnswers List<DnsQueryAnswer> Authotitative answers of the query. This is a deprecated property, please use 'answers' instead. [optional]
answers List<DnsQueryAnswer> The answers of the query. [optional]