Report security connector event time series

GET https://{{host}}/etp-report/v3/configs/:configId/sinkhole-events/time-series?dimension={{dimension}}&startTimeSec={{startTimeSec}}&endTimeSec={{endTimeSec}}&filters={{filters}}

Lists Security Connector event totals, aggregated by hour.

Request Params

KeyDatatypeRequiredDescription
dimensionstring(Required) Enum Optionally filter by a dimension of data. Refer to Filters for a complete list.
startTimeSecstring(Required) The start time for report data, in epoch seconds.
endTimeSecstring(Required) The end time for report data, in epoch seconds.
filtersstring(Required) Filters report data using the Filters JSON object. You supply this object as the value after you define the filter parameters.
accountSwitchKeystring(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

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"columns":[{"id":"TIMESTAMP","name":"TIMESTAMP"},{"id":"192.0.2.11","name":"192.0.2.85"},{"id":"192.0.2.99","name":"192.0.2.196"},{"id":"192.0.2.213","name":"192.0.2.252"},{"id":"192.0.2.152","name":"192.0.2.144"},{"id":"OTHERS","name":"OTHERS"}],"rows":[["2018-02-28T18:00:00Z",0,0,0,0,0],["2018-02-28T20:00:00Z",0,0,0,0,0],["2018-02-28T22:00:00Z",0,0,0,0,0],["2018-03-01T00:00:00Z",0,0,0,0,0],["2018-03-01T02:00:00Z",0,0,0,0,0],["2018-03-01T04:00:00Z",0,2,0,0,0],["2018-03-01T06:00:00Z",0,0,0,0,0],["2018-03-01T08:00:00Z",0,0,0,0,0],["2018-03-01T10:00:00Z",0,0,0,0,0],["2018-03-01T12:00:00Z",0,0,0,0,0],["2018-03-01T14:00:00Z",104,0,0,0,0],["2018-03-01T16:00:00Z",300,0,0,2,0],["2018-03-01T18:00:00Z",5398,0,0,0,0],["2018-03-01T20:00:00Z",0,0,0,0,0]]}