The object sent with the request to retrieve a list of logs from your organization.

Hierarchy

  • LogsAggregateRequest

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?: LogsCompute[]

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

The search and filter query settings

groupBy?: LogsGroupBy[]

The rules for the group by

Global query options that are used during the query. Note: you should supply either timezone or time offset, but not both. Otherwise, the query will fail.

Paging settings

Generated using TypeDoc