The object sent with the request to retrieve aggregation buckets of RUM events from your organization.

Hierarchy

  • RUMAggregateRequest

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
compute?: RUMCompute[]

The list of metrics or timeseries to compute for the retrieved buckets.

The search and filter query settings.

groupBy?: RUMGroupBy[]

The rules for the group by.

options?: RUMQueryOptions

Global query options that are used during the query. Note: Only supply timezone or time offset, not both. Otherwise, the query fails.

Paging attributes for listing events.

Generated using TypeDoc