Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace SummarizeAwrDbParametersRequest

example

Click here to see how to use SummarizeAwrDbParametersRequest.

Properties

awrDbId

awrDbId: string

The parameter to filter the database by internal ID. Note that the internal ID of the database can be retrieved from the following endpoint: /managedDatabases/{managedDatabaseId}/awrDbs

Optional beginSnIdGreaterThanOrEqualTo

beginSnIdGreaterThanOrEqualTo: undefined | number

The optional greater than or equal to filter on the snapshot ID.

Optional containerId

containerId: undefined | number

The optional query parameter to filter the database container by an exact ID value. Note that the database container ID can be retrieved from the following endpoint: /managedDatabases/{managedDatabaseId}/awrDbSnapshotRanges

Optional endSnIdLessThanOrEqualTo

endSnIdLessThanOrEqualTo: undefined | number

The optional less than or equal to query parameter to filter the snapshot ID.

Optional instNum

instNum: undefined | string

The optional single value query parameter to filter the database instance number.

Optional limit

limit: undefined | number

The maximum number of records returned in large paginated response.

managedDatabaseId

managedDatabaseId: string

The OCID of the Managed Database.

Optional name

name: Array<string>

The optional multiple value query parameter to filter the entity name.

Optional nameContains

nameContains: undefined | string

The optional contains query parameter to filter the entity name by any part of the name.

Optional opcNamedCredentialId

opcNamedCredentialId: undefined | string

The OCID of the Named Credential.

Optional opcRequestId

opcRequestId: undefined | string

The client request ID for tracing.

Optional opcRetryToken

opcRetryToken: undefined | string

A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.

Optional page

page: undefined | string

The page token representing the page from where the next set of paginated results are retrieved. This 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 option to sort the AWR database parameter change history data.

Optional sortOrder

sortOrder: model.SortOrders

The option to sort information in ascending (\u2018ASC\u2019) or descending (\u2018DESC\u2019) order. Descending order is the default order.

Optional timeGreaterThanOrEqualTo

timeGreaterThanOrEqualTo: Date

The optional greater than or equal to query parameter to filter the timestamp.

Optional timeLessThanOrEqualTo

timeLessThanOrEqualTo: Date

The optional less than or equal to query parameter to filter the timestamp.

Optional valueChanged

valueChanged: ValueChanged

The optional query parameter to filter database parameters whose values were changed.

Optional valueDefault

valueDefault: ValueDefault

The optional query parameter to filter the database parameters that had the default value in the last snapshot.

Optional valueModified

valueModified: ValueModified

The optional query parameter to filter the database parameters that had a modified value in the last snapshot.