getDNSAnalyticsReportTable.json 680 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "result": {
  3. "rows": 1,
  4. "data": [
  5. {
  6. "dimensions": ["thrdld.sld.tld", "TXT", "NOERROR"],
  7. "metrics": [2]
  8. }
  9. ],
  10. "data_lag": 0,
  11. "min": {},
  12. "max": {},
  13. "totals": {
  14. "queryCount": 2
  15. },
  16. "query": {
  17. "dimensions": ["queryName", "queryType", "responseCode"],
  18. "metrics": ["queryCount"],
  19. "filters": "responseCode==NOERROR AND queryType==TXT",
  20. "sort": [
  21. {
  22. "Id": "queryCount",
  23. "Desc": true
  24. }
  25. ],
  26. "since": "2020-02-01T00:00:00Z",
  27. "until": "2020-02-28T23:59:59Z",
  28. "limit": 10000
  29. }
  30. },
  31. "success": true,
  32. "errors": [],
  33. "messages": []
  34. }