Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ListScriptsRequest

example

Click here to see how to use ListScriptsRequest.

Properties

apmDomainId

apmDomainId: string

The APM domain ID the request is intended for.

Optional contentType

contentType: undefined | string

A filter to return only resources that match the content type given.

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 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. Only one sort order may be provided. Default order of displayName and contentType is ascending. Default order of timeCreated and timeUpdated is descending. The displayName 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.