getDNSAnalyticsReportByTime.json 603 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "result": {
  3. "rows": 2,
  4. "data": [
  5. {
  6. "metrics": [[911, 993]]
  7. }
  8. ],
  9. "data_lag": 0,
  10. "min": {},
  11. "max": {},
  12. "totals": {
  13. "queryCount": 455312
  14. },
  15. "time_intervals": [
  16. ["2020-02-10T11:19:00Z", "2020-02-10T11:19:59Z"],
  17. ["2020-02-10T11:20:00Z", "2020-02-10T11:20:59Z"]
  18. ],
  19. "query": {
  20. "dimensions": [],
  21. "metrics": ["queryCount"],
  22. "since": "2020-02-01T00:00:00Z",
  23. "until": "2020-02-28T23:59:59Z",
  24. "time_delta": "minute",
  25. "limit": 2
  26. }
  27. },
  28. "success": true,
  29. "errors": [],
  30. "messages": []
  31. }