Report DNS activity totals
GET https://{{host}}/etp-report/v3/configs/:configId/dns-activities/aggregate?dimension={{dimension}}&startTimeSec={{startTimeSec}}&endTimeSec={{endTimeSec}}&filters={{filters}}
Lists the count of DNS activities aggregated for the given time period.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
dimension | string | (Required) Enum Optionally filter by a dimension of data. Refer to Filters for complete list. | |
cardinality | string | (Optional) The number of records to fetch for the aggregation. | |
startTimeSec | string | (Required) The start time for report data, in epoch seconds. | |
endTimeSec | string | (Required) The end time for report data, in epoch seconds. | |
filters | string | (Required) Filters report data using the Filters JSON object. You supply this object as the value after you define the filter parameters. | |
accountSwitchKey | string | (Optional) For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"aggregations":[{"id":"US","name":"United States","total":123442},{"id":"JP","name":"Japan","total":92342},{"id":"IN","name":"India","total":23434},{"id":"UK","name":"UK Scotland","total":234445},{"id":"OTHERS","name":"Misc Site","total":23423431}],"dimension":{"id":"geo","name":"geo","total":5}}