NSX-T Data Center REST API
DnsForwarderStatistics (schema) (Deprecated)
Statistics counters of the DNS forwarder
The current statistics counters of the DNS forwarder including cache usages
and query numbers per forwarders.
Name | Description | Type | Notes |
---|---|---|---|
conditional_forwarder_statistics | The statistics of conditional forwarders | array of PerForwarderStatistics | Readonly Minimum items: 0 Maximum items: 5 |
configured_cache_size | The configured cache size, in kb | integer | Readonly |
default_forwarder_statistics | The statistics of default forwarder | PerForwarderStatistics | Readonly |
error_message | Error message, if available | string | Readonly |
queries_answered_locally | The totocal number of queries answered from local cache | integer | Readonly |
queries_forwarded | The total number of forwarded dns queries | integer | Readonly |
timestamp | Time stamp of the current statistics, in ms | EpochMsTimestamp | Readonly |
total_queries | The total number of received dns queries | integer | Readonly |
used_cache_statistics | The statistics of used cache | array of PerNodeUsedCacheStatistics | Readonly Minimum items: 0 Maximum items: 2 |