InlineNsxTDNSForwarderStatistics1

InlineNsxTDNSForwarderStatistics1
InlineNsxTDNSForwarderStatistics1
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
        }
    ]
}
integer As int64 As int64
cached_entries
Optional

The total number of cached entries

conditional_forwarder_statistics
Optional

The statistics of conditional forwarder zones

integer As int64 As int64
configured_cache_size
Optional

The configured cache size, in kb

default_forwarder_statistics
Optional

Statistics counters of the DNS forwarder zone.

integer As int64 As int64
queries_answered_locally
Optional

The total number of queries answered from local cache

integer As int64 As int64
queries_forwarded
Optional

The total number of forwarded DNS queries

integer As int64 As int64
timestamp
Optional

Time stamp of the current statistics, in ms

integer As int64 As int64
total_queries
Optional

The total number of received DNS queries

used_cache_statistics
Optional

The statistics of used cache