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

InlineNsxTDNSForwarderStatistics1

Properties

integer as int64
cached_entries Optional

The total number of cached entries


conditional_forwarder_statistics Optional

The statistics of conditional forwarder zones


integer as int64
configured_cache_size Optional

The configured cache size, in kb


default_forwarder_statistics Optional

The statistics of default forwarder zone


integer as int64
queries_answered_locally Optional

The total number of queries answered from local cache


integer as int64
queries_forwarded Optional

The total number of forwarded DNS queries


integer as int64
timestamp Optional

Time stamp of the current statistics, in ms


integer as int64
total_queries Optional

The total number of received DNS queries


used_cache_statistics Optional

The statistics of used cache

JSON Example

{
	"cached_entries": 0,
	"conditional_forwarder_statistics": [
		{
			"domain_names": [
				"string"
			],
			"upstream_statistics": [
				{
					"queries_failed": 0,
					"queries_succeeded": 0,
					"upstream_server": "string"
				}
			]
		}
	],
	"configured_cache_size": 0,
	"default_forwarder_statistics": {
		"domain_names": [
			"string"
		],
		"upstream_statistics": [
			{
				"queries_failed": 0,
				"queries_succeeded": 0,
				"upstream_server": "string"
			}
		]
	},
	"queries_answered_locally": 0,
	"queries_forwarded": 0,
	"timestamp": 0,
	"total_queries": 0,
	"used_cache_statistics": [
		{
			"cached_entries": 0,
			"node_id": "string",
			"used_cache_size": 0
		}
	]
}

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
Used By

NsxTDNSForwarderStatistics

Feedback

Was this page helpful?