Interface CIVisibilityPipelinesApiListCIAppPipelineEventsRequest

Hierarchy

  • CIVisibilityPipelinesApiListCIAppPipelineEventsRequest

Properties

filterFrom?: Date

Minimum timestamp for requested events.

filterQuery?: string

Search query following log syntax.

filterTo?: Date

Maximum timestamp for requested events.

pageCursor?: string

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

pageLimit?: number

Maximum number of events in the response.

sort?: CIAppSort

Order of events in results.

Generated using TypeDoc