Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ListDashboardsRequest

example

Click here to see how to use ListDashboardsRequest.

Properties

dashboardGroupId

dashboardGroupId: string

The OCID of the dashboard group that the dashboard belongs to.

Optional displayName

displayName: undefined | string

A case-sensitive filter that returns resources that match the entire display name specified.

Optional id

id: undefined | string

The OCID of the dashboard.

Optional lifecycleState

lifecycleState: undefined | string

A filter that returns dashboard resources that match the lifecycle state specified.

Optional limit

limit: undefined | number

The maximum number of items to return.

Optional opcCrossRegion

opcCrossRegion: undefined | string

To identify if the call is cross-regional. In CRUD calls for a resource, to identify that the call originates from different region, set the {@code CrossRegionIdentifierHeader} parameter to a region name (ex - {@code US-ASHBURN-1}) The call will be served from a Replicated bucket. For same-region calls, the value is unassigned.

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

The page token representing the page at which to start retrieving results. This value is usually retrieved from a previous list call.

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 order ({@code sortOrder}). Default order for TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME sort order is case sensitive.

Optional sortOrder

sortOrder: model.SortOrder

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