NSX-T Data Center REST API

# *************************************************************************** # Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential. # ***************************************************************************

NsxTDnsAnswer (schema)

Answer of dns nslookup

Name Description Type Notes
answers The answers of the query. array of NsxTDnsQueryAnswer Minimum items: 1
Maximum items: 256
dns_server Dns server information

Dns server ip address and port, format is "ip address#port".
string Required
edge_node_id Edge node id

ID of the edge node that performed the query.
string Required
enforcement_point_path Enforcement point path

Policy path referencing the enforcement point from where the
DNS forwarder nslookup answer is fetched.
string Readonly
raw_answer Raw message returned from the dns forwarder

It can be NXDOMAIN or error message which is not consisted of
authoritative_answer or non_authoritative_answer.
string
resource_type Must be set to the value NsxTDnsAnswer string Required
Enum: NsxTDnsAnswer
authoritative_answers Authoritative answers

This is a deprecated property, use 'answers' instead.
array of NsxTDnsQueryAnswer Deprecated
Minimum items: 1
Maximum items: 256
non_authoritative_answers Non authoritative answers

This is a deprecated property, use 'answers' instead.
array of NsxTDnsQueryAnswer Deprecated
Minimum items: 1
Maximum items: 256