Gets the AWR database report.

GET {{baseUrl}}/managedDatabases/:managedDatabaseId/awrDbs/:awrDbId/awrDbReport?instNums=<integer>,<integer>&beginSnIdGreaterThanOrEqualTo=<integer>&endSnIdLessThanOrEqualTo=<integer>&timeGreaterThanOrEqualTo=<dateTime>&timeLessThanOrEqualTo=<dateTime>&reportType=AWR&containerId=<integer>&reportFormat=HTML

Gets the AWR report for the specific database.

Request Params

KeyDatatypeRequiredDescription
instNumsstringThe optional multiple value query parameter to filter the database instance numbers.
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.
reportTypestringThe query parameter to filter the AWR report types.
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
reportFormatstringThe format of the AWR report.

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_ASH_CPU_USAGE_SET&quot;,&quot;dbQueryTimeInSecs&quot;:&quot;\u003cdouble\u003e&quot;,&quot;queryKey&quot;:&quot;\u003cstring\u003e&quot;,&quot;version&quot;:&quot;\u003cstring\u003e&quot;,&quot;content&quot;:&quot;\u003cstring\u003e&quot;,&quot;format&quot;:&quot;XML&quot;}