Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace GetAwrDbReportRequest

example

Click here to see how to use GetAwrDbReportRequest.

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 instNums

instNums: Array<number>

The optional multiple value query parameter to filter the database instance numbers.

managedDatabaseId

managedDatabaseId: string

The OCID of the Managed Database.

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 reportFormat

reportFormat: ReportFormat

The format of the AWR report.

Optional reportType

reportType: ReportType

The query parameter to filter the AWR report types.

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 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.