Report threat event time series
GET https://{{host}}/etp-report/v3/configs/:configId/threat-events/time-series?dimension={{dimension}}&startTimeSec={{startTimeSec}}&endTimeSec={{endTimeSec}}&filters={{filters}}
Lists threat event totals, aggregated by hour.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
dimension | string | (Required) Enum Optionally filter by a dimension of data. Refer to Filters for a complete list. | |
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 | (Required) Filters report data using the 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. The Identity and Access Management API provides a list of available account switch keys. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"columns":[{"id":"TIMESTAMP","name":"TIMESTAMP"},{"id":"1","name":"Malware"},{"id":"3","name":"C\u0026C"},{"id":"2441","name":"DeadStream"},{"id":"OTHERS","name":"OTHERS"}],"rows":[["2023-03-22T10:00:00Z",0,3,0,0],["2023-03-22T12:00:00Z",2,0,0,0],["2023-03-22T14:00:00Z",15,0,0,0]]}