Skip to main content

Interface: ILoggingListRequest

Get the a list of the log entries.

Properties

query

query: object

The query parameters.

level?

optional level: LogLevel

The level of the log entries to retrieve.

source?

optional source: string

The source of the log entries to retrieve.

timeStart?

optional timeStart: number

The start time of the metrics to retrieve as a timestamp in ms.

timeEnd?

optional timeEnd: number

The end time of the metrics to retrieve as a timestamp in ms.

cursor?

optional cursor: string

The optional cursor to get next chunk.

pageSize?

optional pageSize: number

The maximum number of entities in a page.