Report AUP event time series
GET https://{{host}}/etp-report/v3/configs/:configId/aup-events/time-series?dimension={{dimension}}&startTimeSec={{startTimeSec}}&endTimeSec={{endTimeSec}}&filters={{filters}}
Lists total counts for AUP events, 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":"aup-events","name":"AUP_EVENTS"}],"rows":[["2016-05-03T18:24:17Z",8],["2016-05-03T18:53:05Z",946],["2016-05-03T19:21:53Z",888],["2016-05-03T19:50:41Z",398],["2016-05-03T20:19:29Z",79],["2016-05-03T20:48:17Z",25],["2016-05-03T21:17:05Z",300],["2016-05-03T21:45:53Z",395],["2016-05-03T22:14:41Z",715],["2016-05-03T22:43:29Z",671]]}