Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ListListingsRequest

example

Click here to see how to use ListListingsRequest.

Properties

Optional category

category: Array<string>

Name of the product category or categories. If you specify multiple categories, then Marketplace returns any listing with one or more matching categories.

Optional compartmentId

compartmentId: undefined | string

The unique identifier for the compartment.

Optional imageId

imageId: undefined | string

The image identifier of the listing.

Optional isFeatured

isFeatured: undefined | false | true

Indicates whether to show only featured listings. If this is set to {@code false} or is omitted, then all listings will be returned.

Optional limit

limit: undefined | number

How many records to return. Specify a value greater than zero and less than or equal to 1000. The default is 30.

Optional listingId

listingId: undefined | string

The unique identifier for the listing.

Optional listingTypes

listingTypes: Array<ListingType>

The type of the listing.

Optional name

name: Array<string>

The name of the listing.

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 operatingSystems

operatingSystems: Array<string>

The operating system of the listing.

Optional packageType

packageType: undefined | string

A filter to return only packages that match the given package type exactly.

Optional page

page: undefined | string

The value of the {@code opc-next-page} response header from the previous "List" call.

Optional pricing

Name of the pricing type. If multiple pricing types are provided, then any listing with one or more matching pricing models will be returned.

Optional publisherId

publisherId: undefined | string

Limit results to just this publisher.

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

The field to use to sort listed results. You can only specify one field to sort by. {@code TIMERELEASED} displays results in descending order by default. You can change your preference by specifying a different sort order.

Optional sortOrder

sortOrder: SortOrder

The sort order to use, either {@code ASC} or {@code DESC}.