Get IOC change report
GET https://{{host}}/etp-report/v3/ioc/changes?startTimeSec={{startTimeSec}}&endTimeSec={{endTimeSec}}&record={{record}}&recordType={{recordType}}
Lists historical change information for a given record and record type. 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 |
ENDPOINTS