Summarize AWR event data into value buckets and frequencies for one database.

GET {{baseUrl}}/managedDatabases/:managedDatabaseId/awrDbs/:awrDbId/awrDbWaitEventBuckets?instNum=<string>&beginSnIdGreaterThanOrEqualTo=<integer>&endSnIdLessThanOrEqualTo=<integer>&timeGreaterThanOrEqualTo=<dateTime>&timeLessThanOrEqualTo=<dateTime>&name=<string>&numBucket=10&minValue=0&maxValue=<double>&containerId=<integer>&page=<string>&limit=1000&sortBy=CATEGORY&sortOrder=ASC

Summarizes AWR wait event data into value buckets and frequency, for the specified database in the AWR.

Request Params

KeyDatatypeRequiredDescription
instNumstringThe optional single value query parameter to filter the database instance number.
beginSnIdGreaterThanOrEqualTostringThe optional greater than or equal to filter on the snapshot ID.
endSnIdLessThanOrEqualTostringThe optional less than or equal to query parameter to filter the snapshot ID.
timeGreaterThanOrEqualTostringThe optional greater than or equal to query parameter to filter the timestamp.
timeLessThanOrEqualTostringThe optional less than or equal to query parameter to filter the timestamp.
namestring(Required) The required single value query parameter to filter the entity name.
numBucketnumberThe number of buckets within the histogram.
minValuenumberThe minimum value of the histogram.
maxValuestringThe maximum value of the histogram.
containerIdstringThe 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
pagestringThe page token representing the page from where the next set of paginated results
are retrieved. This is usually retrieved from a previous list call.
limitnumberThe maximum number of records returned in large paginated response.
sortBystringThe option to sort distribution data.
sortOrderstringThe option to sort information in ascending (‘ASC’) or descending (‘DESC’) order. Ascending order is the default order.

HEADERS

KeyDatatypeRequiredDescription
opc-request-idstringThe client request ID for tracing.
opc-retry-tokenstringA 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.
opc-named-credential-idstringThe OCID of the Named Credential.
Acceptstring

RESPONSES

status: OK

{&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;awrResultType&quot;:&quot;AWRDB_SQL_REPORT&quot;,&quot;dbQueryTimeInSecs&quot;:&quot;\u003cdouble\u003e&quot;,&quot;queryKey&quot;:&quot;\u003cstring\u003e&quot;,&quot;version&quot;:&quot;\u003cstring\u003e&quot;,&quot;items&quot;:[{&quot;category&quot;:&quot;\u003cstring\u003e&quot;,&quot;percentage&quot;:&quot;\u003cdouble\u003e&quot;},{&quot;category&quot;:&quot;\u003cstring\u003e&quot;,&quot;percentage&quot;:&quot;\u003cdouble\u003e&quot;}],&quot;totalWaits&quot;:&quot;\u003clong\u003e&quot;}