Interface LogsApiListLogsGetRequest

Hierarchy

  • LogsApiListLogsGetRequest

Properties

filterFrom?: Date

Minimum timestamp for requested logs.

filterIndexes?: string[]

For customers with multiple indexes, the indexes to search. Defaults to '*' which means all indexes

filterQuery?: string

Search query following logs syntax.

filterStorageTier?: LogsStorageTier

Specifies the storage type to be used

filterTo?: Date

Maximum timestamp for requested logs.

pageCursor?: string

List following results with a cursor provided in the previous query.

pageLimit?: number

Maximum number of logs in the response.

sort?: v2.LogsSort

Order of logs in results.

Generated using TypeDoc