Report proxy traffic transactions time series
GET https://{{host}}/etp-report/v3/configs/:configId/proxy-traffic/transactions/time-series?dimension={{dimension}}&startTimeSec={{startTimeSec}}&endTimeSec={{endTimeSec}}&filters={{filters}}
Lists proxy traffic transaction 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 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":"GET","name":"GET"},{"id":"POST","name":"POST"},{"id":"OTHERS","name":"OTHERS"}],"rows":[["2018-04-03T09:00:00Z",30,20,20],["2018-04-03T10:00:00Z",40,4,3],["2018-04-03T11:00:00Z",4,1,9],["2018-04-03T12:00:00Z",10,0,2],["2018-04-03T13:00:00Z",8,1,4],["2018-04-03T14:00:00Z",0,0,0],["2018-04-03T15:00:00Z",0,0,0],["2018-04-03T16:00:00Z",0,0,0],["2018-04-03T17:00:00Z",0,0,0],["2018-04-03T18:00:00Z",10,12,14],["2018-04-03T19:00:00Z",10,15,70],["2018-04-03T20:00:00Z",0,0,0],["2018-04-03T21:00:00Z",0,0,0],["2018-04-03T22:00:00Z",0,0,0],["2018-04-03T23:00:00Z",0,0,0],["2018-04-04T00:00:00Z",0,0,0],["2018-04-04T01:00:00Z",0,0,0],["2018-04-04T02:00:00Z",0,0,0],["2018-04-04T03:00:00Z",0,0,0],["2018-04-04T04:00:00Z",0,0,0],["2018-04-04T05:00:00Z",0,0,0],["2018-04-04T06:00:00Z",0,0,0],["2018-04-04T07:00:00Z",0,0,0],["2018-04-04T08:00:00Z",0,0,0],["2018-04-04T09:00:00Z",0,0,0],["2018-04-04T10:00:00Z",0,0,0],["2018-04-04T11:00:00Z",0,0,0],["2018-04-04T12:00:00Z",0,0,0],["2018-04-04T13:00:00Z",0,0,0],["2018-04-04T14:00:00Z",0,0,0],["2018-04-04T15:00:00Z",0,0,0],["2018-04-04T16:00:00Z",0,0,0],["2018-04-04T17:00:00Z",0,0,0],["2018-04-04T18:00:00Z",0,0,0],["2018-04-04T19:00:00Z",0,0,0],["2018-04-04T20:00:00Z",0,0,0],["2018-04-04T21:00:00Z",0,0,0],["2018-04-04T22:00:00Z",0,0,0],["2018-04-04T23:00:00Z",0,0,0],["2018-04-05T00:00:00Z",0,0,0],["2018-04-05T01:00:00Z",0,0,0],["2018-04-05T02:00:00Z",0,0,0],["2018-04-05T03:00:00Z",0,0,0],["2018-04-05T04:00:00Z",0,0,0],["2018-04-05T05:00:00Z",0,0,0],["2018-04-05T06:00:00Z",0,0,0]]}