Logo
Akamai APIs API Documentation

Report AUP event details

POST https://{{host}}/etp-report/v3/configs/:configId/aup-events/details

Provides all threat events record details for a given time period.

 

Body PARAM

Key Datatype Required Description 
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 
Content-Type
string
Accept
string




RESPONSES

status OK

{ "dataRows": [ { "configId": "1041", "event": { "actionId": "6", "actionName": "Classify", "categoryId": "24", "categoryName": "24", "clientRequestId": "00019749", "confidenceId": "-1", "confidenceName": "Unknown", "correlatedSinkholeEvents": [ { "configId": 1041, "destinationPort": 80, "eventId": "1590113794976#ac4bde1e-7d3d-4ff5-9cf8-772df0b1ce11#28301", "eventTime": "2020-05-22T02:16:34Z", "hitCount": 1, "hostname": "akamaisiacnc.com", "internalIP": "192.0.2.0", "l4Protocol": "TCP", "l7Protocol": "HTTP", "machineNames": [ "N/A" ], "sinkholeIP": "192.0.2.222", "sinkholeId": "ac4bde1e-7d3d-4ff5-9cf8-772df0b1ce11", "sinkholeName": "SIA_DNS_SINKHOLE", "sourcePort": 48022, "url": "/", "userAgent": "curl/7.47.0" } ], "description": "None", "detectionTime": "2020-05-26T06:34:53Z", "detectionType": "inline", "internalClientIP": "N/A", "listId": "24", "listName": "24", "onRamp": "Yes", "onrampType": "etp-client", "policyEvaluationSource": "dns", "policyId": "38307", "policyName": "E2E-CML", "reason": "Akamai Intelligence (DNS)",
Curl
curl -X POST 'https://host/etp-report/v3/configs/:configId/aup-events/details?accountSwitchKey=' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"endTimeSec":1589965237,"orderBy":"DESC","pageNumber":1,"pageSize":5,"startTimeSec":1587459637}'

ENDPOINTS