* Add DNS Analytics report endpoint Add DNS Analytics report endpoint Add DNS Analytics report endpoint * Remove useless response error test * Add tests for DNS analytics report class methods * Implement methods for listing grouped by time metrics report
32 lines
603 B
JSON
32 lines
603 B
JSON
{
|
|
"result": {
|
|
"rows": 2,
|
|
"data": [
|
|
{
|
|
"metrics": [[911, 993]]
|
|
}
|
|
],
|
|
"data_lag": 0,
|
|
"min": {},
|
|
"max": {},
|
|
"totals": {
|
|
"queryCount": 455312
|
|
},
|
|
"time_intervals": [
|
|
["2020-02-10T11:19:00Z", "2020-02-10T11:19:59Z"],
|
|
["2020-02-10T11:20:00Z", "2020-02-10T11:20:59Z"]
|
|
],
|
|
"query": {
|
|
"dimensions": [],
|
|
"metrics": ["queryCount"],
|
|
"since": "2020-02-01T00:00:00Z",
|
|
"until": "2020-02-28T23:59:59Z",
|
|
"time_delta": "minute",
|
|
"limit": 2
|
|
}
|
|
},
|
|
"success": true,
|
|
"errors": [],
|
|
"messages": []
|
|
}
|