PerNodeDnsFailedQueries
PerNodeDnsFailedQueries
The list of the failed DNS queries with entry count and timestamp. The entry count is for per active/standby transport node.
AllOf
JSON Example
{
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_self": {},
"cursor": "string",
"result_count": 0,
"sort_ascending": false,
"sort_by": "string",
"node_id": "string",
"results": [
{
"address": "string",
"client_ip": "string",
"error_message": "string",
"error_type": "string",
"forwarder_ip": "string",
"record_type": "string",
"source_ip": "string",
"time_spent": 0,
"timestamp": "string",
"upstream_server_ip": "string"
}
],
"timestamp": "string"
}