[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy

NsxTDNSForwarderZoneStatistics

Statistics counters of the DNS forwarder zone.


Properties

array of string
domain_names Optional

Domain names configured for the forwarder. Empty if this is the default forwarder.


upstream_statistics Optional

Statistics per upstream server.

JSON Example

{
	"domain_names": [
		"string"
	],
	"upstream_statistics": [
		{
			"queries_failed": 0,
			"queries_succeeded": 0,
			"upstream_server": "string"
		}
	]
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vmw-nsx-module: PolicyDNSStatistics
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
Property Of

InlineNsxTDNSForwarderStatistics1

Feedback

Was this page helpful?