Report network traffic connections time series

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

Lists network traffic connections 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":"Unsupported Protocol","name":"Unsupported Protocol"},{"id":"Weak Cipher Suites","name":"Weak Cipher Suites"},{"id":"Weak SSL Protocol","name":"Weak SSL Protocol"},{"id":"Origin Validation Failure","name":"Origin Validation Failure"},{"id":"OTHERS","name":"OTHERS"}],"rows":[["2018-02-28T18:00:00Z",100,0,0,50,0],["2018-02-28T20:00:00Z",250,0,0,40,0],["2018-02-28T22:00:00Z",60,0,0,10,0],["2018-03-01T00:00:00Z",0,0,0,0,0],["2018-03-01T02:00:00Z",10,0,0,4,1],["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,40,50,60],["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]]}