Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ListPublicVantagePointsRequest

example

Click here to see how to use ListPublicVantagePointsRequest.

Properties

apmDomainId

apmDomainId: string

The APM domain ID the request is intended for.

Optional displayName

displayName: undefined | string

A filter to return only the resources that match the entire display name.

Optional limit

limit: undefined | number

The maximum number of items to return.

Optional name

name: undefined | string

A filter to return only the resources that match the entire name.

Optional opcRequestId

opcRequestId: undefined | string

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

Optional page

page: undefined | string

The maximum number of results per page, or items to return in a paginated "List" call. For information on how pagination works, see List Pagination.

Example: {@code 50}

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 sort by. You can provide one sort by ({@code sortBy}). Default order for displayName or name is ascending. The displayName or name sort by is case insensitive.

Optional sortOrder

sortOrder: model.SortOrders

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