Logo
Akamai APIs API Documentation

Get IOC time series report

GET https://{{host}}/etp-report/v3/configs/:configId/ioc/time-series?startTimeSec={{startTimeSec}}&endTimeSec={{endTimeSec}}&record={{record}}&recordType={{recordType}}

Lists the DNS activities of a configuration for a given domain or IP, aggregated by day. Omit startTimeSec and endTimeSec from the request URL to return all available historical information.

 

Body PARAM

Key Datatype Required Description 
startTimeSec
string (Required) The start time for report data, in epoch seconds.
endTimeSec
string (Required) The end time for report data, in epoch seconds.
record
string (Required) The target record from which to get blocklisted domains.
recordType
string (Required) __Enum__ Specifies the record type, either `DOMAIN` or `IP`.
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/ioc/time-series?startTimeSec=&endTimeSec=&record=&recordType=?startTimeSec=&endTimeSec=&record=&recordType=&accountSwitchKey=' -H 'Accept: application/json'

ENDPOINTS