DnsFailedQueries

DnsFailedQueries
DnsFailedQueries

The array of the failed DNS queries with entry count and timestamp on active and standby transport node.

JSON Example
{
    "per_node_failed_queries": [
        {
            "_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"
        }
    ],
    "timestamp": "string"
}
per_node_failed_queries
Optional

The array of failed DNS queries on active and standby transport node. If there is no standby node, the failed queries on standby node will not be present.

string
timestamp
Optional

Timestamp of the request, in YYYY-MM-DD HH:MM:SS.zzz format.