DnsFailedQueries (type)

{
  "additionalProperties": false, 
  "description": "The array of the failed DNS queries with entry count and timestamp on active and standby transport node.", 
  "id": "DnsFailedQueries", 
  "module_id": "DnsForwarder", 
  "properties": {
    "per_node_failed_queries": {
      "description": "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.", 
      "items": {
        "$ref": "PerNodeDnsFailedQueries
      }, 
      "readonly": true, 
      "required": false, 
      "title": "The array of failed DNS queries on active and standby transport node", 
      "type": "array"
    }, 
    "timestamp": {
      "description": "Timestamp of the request, in YYYY-MM-DD HH:MM:SS.zzz format.", 
      "readonly": true, 
      "required": true, 
      "title": "Timestamp of the request", 
      "type": "string"
    }
  }, 
  "title": "The array of failed DNS queries for active and standby transport node", 
  "type": "object"
}