PerForwarderStatistics
PerForwarderStatistics
Query statistics counters of a forwarder identified by domain names.
JSON Example
{
"domain_names": [
"string"
],
"upstream_statistics": [
{
"queries_failed": 0,
"queries_succeeded": 0,
"upstream_server": "string"
}
]
}
array of
string
domain_names
Optional
Constraints:
minItems: 0
maxItems: 100
Domain names configured for the forwarder. Empty if this is the default forwarder.
array of
PerUpstreamServerStatistics
upstream_statistics
Optional
Constraints:
minItems: 0
maxItems: 3
Statistics per upstream server.