Interface: ILoggingListRequest
Get the a list of the log entries.
Properties
query?
optionalquery:object
The query parameters.
level?
optionallevel:LogLevel
The level of the log entries to retrieve.
source?
optionalsource:string
The source of the log entries to retrieve.
timeStart?
optionaltimeStart:string|number
The start time of the metrics to retrieve as a timestamp in ms.
timeEnd?
optionaltimeEnd:string|number
The end time of the metrics to retrieve as a timestamp in ms.
cursor?
optionalcursor:string
The optional cursor to get next chunk.
pageSize?
optionalpageSize:string|number
The maximum number of entities in a page.