v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13134345498.3 KB
organizations

Retrieve security statistics as a collection of time series.

post/v1/{+orgenv}/securityStats:queryTimeSeriesStats

Path parameters

orgenvstring required

Required. Should be of the form organizations//environments/.

Request body

timestampOrder'ORDER_UNSPECIFIED' | 'ASCENDING' | 'DESCENDING'

Order the sequences in increasing or decreasing order of timestamps. Default is descending order of timestamps (latest first).

filterstring

Filter further on specific dimension values. Follows the same grammar as custom report's filter expressions. Example, apiproxy eq 'foobar'. https://cloud.google.com/apigee/docs/api-platform/analytics/analytics-reference#filters

pageSizeinteger

Page size represents the number of time series sequences, one per unique set of dimensions and their values.

pageTokenstring

Page token stands for a specific collection of time series sequences.

windowSize'WINDOW_SIZE_UNSPECIFIED' | 'MINUTE' | 'HOUR' | 'DAY' | 'MONTH'

Time buckets to group the stats by.

dimensionsstring[]

List of dimension names to group the aggregations by. If no dimensions are passed, a single trend line representing the requested metric aggregations grouped by environment is returned.

Response

Successful response