Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ListRuntimePipelinesRequest

example

Click here to see how to use ListRuntimePipelinesRequest.

Properties

Optional aggregatorKey

aggregatorKey: undefined | string

Unique key of the aggregator

Optional aggregatorType

aggregatorType: Array<string>

Unique type of the aggregator

applicationKey

applicationKey: string

The application key.

Optional fields

fields: Array<string>

Specifies the fields to get for an object.

Optional filter

filter: Array<string>

This filter parameter can be used to filter by model specific queryable fields of the object

Examples:-

  • ?filter=status eq Failed returns all objects that have a status field with value Failed

Optional identifier

identifier: Array<string>

Used to filter by the identifier of the object.

Optional key

key: Array<string>

Used to filter by the key of the object.

Optional limit

limit: undefined | number

Sets the maximum number of results per page, or items to return in a paginated {@code List} call. See List Pagination.

Optional name

name: undefined | string

Used to filter by the name of the object.

Optional opcRequestId

opcRequestId: undefined | string

Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.

Optional page

page: undefined | string

For list pagination. The value for this parameter is the {@code opc-next-page} or the {@code opc-prev-page} response header from the previous {@code List} call. See List Pagination.

Optional retryConfiguration

retryConfiguration: RetryConfiguration

RetryConfiguration to be used for the request NOTE : Retries are not supported for requests that have binary or stream bodies this also affects UploadManager operations For all requests with binary/stream bodies, retry attempts are not made

Optional sortBy

sortBy: SortBy

Specifies the field to sort by. Accepts only one field. By default, when you sort by time fields, results are shown in descending order. All other fields default to ascending order. Sorting related parameters are ignored when parameter {@code query} is present (search operation and sorting order is by relevance score in descending order).

Optional sortOrder

sortOrder: SortOrder

Specifies sort order to use, either {@code ASC} (ascending) or {@code DESC} (descending).

workspaceId

workspaceId: string

The workspace ID.