Report DNS activity event details
POST https://{{host}}/etp-report/v3/configs/:configId/dns-activities/details
Lists raw DNS events for a given time period. This operation Lists the first 500 configurable results.
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": [
{
"alexaRanking": -1,
"configId": "1041",
"event": {
"actionId": "1",
"actionName": "Monitor",
"clientRequestId": "",
"confidenceName": "Unknown",
"deepScanned": false,
"internalClientIP": "N/A",
"onRamp": "No",
"onrampType": "",
"policyEvaluationSource": "dns",
"policyId": "2240",
"policyName": "Default",
"siteId": "-1",
"siteName": "Unidentified IPs",
"trigger": "null"
},
"hitCount": 1,
"id": "0",
"query": {
"clientIp": "192.0.2.239",
"deviceId": "N/A",
"deviceName": "Not Available",
"dnsIp": "192.0.2.166",
"domain": "1590448430.akamaisiamalware.com.",
"queryType": "A",
"resolved": [
{
"asn": "14618",
"asname": "aws",
"response": "192.0.2.40",
"type": "A"
}
],
"time": "2020-05-26T06:00:00Z"
}
},
{
"alexaRanking": 1000,
"configId": "1041",
"event": {
"actionId": "6",
"actionName": "Classify",
"clientRequestId": "00019313",
"confidenceName": "Unknown",
"deepScanned": false,
"internalClientIP": "N/A",
"onRamp": "Yes",
"onrampType": Curl curl -X POST 'https://host/etp-report/v3/configs/:configId/dns-activities/details?accountSwitchKey=' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"endTimeSec":1589965237,"orderBy":"DESC","pageNumber":1,"pageSize":5,"startTimeSec":1587459637}' ENDPOINTS |