InlineNsxTDnsAnswer1

InlineNsxTDnsAnswer1
InlineNsxTDnsAnswer1
JSON Example
{
    "authoritative_answers": [
        {
            "address": "string",
            "name": "string"
        }
    ],
    "dns_server": "string",
    "edge_node_id": "string",
    "non_authoritative_answers": [
        {
            "address": "string",
            "name": "string"
        }
    ],
    "raw_answer": "string"
}
authoritative_answers
Optional

Authoritative answers

string
dns_server
Required

Dns server ip address and port, format is "ip address#port".

string
edge_node_id
Required

ID of the edge node that performed the query.

non_authoritative_answers
Optional

Non authoritative answers

string
raw_answer
Optional

It can be NXDOMAIN or error message which is not consisted of authoritative_answer or non_authoritative_answer.