Logo
Akamai APIs API Documentation

Get deepscan details report

GET https://{{host}}/etp-report/v3/configs/:configId/deep-scan-reports?startTimeSec={{startTimeSec}}&endTimeSec={{endTimeSec}}

Deepscan results for a configuration's offline network for a given time period. Use the path obtained from /threat-events.

 

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.
filters
string (Optional) 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




RESPONSES

status OK

Curl
curl -X GET 'https://host/etp-report/v3/configs/:configId/deep-scan-reports?startTimeSec=&endTimeSec=?startTimeSec=&endTimeSec=&filters=&accountSwitchKey=' -H 'Accept: application/pdf'

ENDPOINTS