NSX-T Data Center REST API
PerUpstreamServerStatistics (type) (Deprecated)
{ "deprecated": true, "description": "Query statistics counters to an upstream server including successfully forwarded queries and failed queries.", "id": "PerUpstreamServerStatistics", "module_id": "AggSvcDnsForwarder", "properties": { "queries_failed": { "readonly": true, "title": "Queries failed to forward.", "type": "integer" }, "queries_succeeded": { "readonly": true, "title": "Queries forwarded successfully", "type": "integer" }, "upstream_server": { "$ref": "IPAddress, "readonly": true, "title": "Upstream server ip" } }, "title": "Per-upstream server query statistics counters", "type": "object" }