Logo
Akamai APIs API Documentation

Report DNS activity time series

GET https://{{host}}/etp-report/v3/configs/:configId/dns-activities/time-series?dimension={{dimension}}&startTimeSec={{startTimeSec}}&endTimeSec={{endTimeSec}}&filters={{filters}}

Lists the count of DNS activities, aggregated by hour.

 

Body PARAM

Key Datatype Required Description 
dimension
string (Required) __Enum__ Optionally filter by a dimension of data. Refer to [Filters](https://techdocs.akamai.com/etp-reporting/reference/filters) for complete list.
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](https://techdocs.akamai.com/etp-reporting/reference/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](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys).



HEADERS

Key Datatype Required Description 
Accept
string

Curl
curl -X GET 'https://host/etp-report/v3/configs/:configId/dns-activities/time-series?dimension=&startTimeSec=&endTimeSec=&filters=?dimension=&startTimeSec=&endTimeSec=&filters=&accountSwitchKey=' -H 'Accept: application/json'

ENDPOINTS