Summarizes AWR snapshot ranges.

GET {{baseUrl}}/managedDatabases/:managedDatabaseId/awrDbSnapshotRanges?name=<string>&timeGreaterThanOrEqualTo=<dateTime>&timeLessThanOrEqualTo=<dateTime>&page=<string>&limit=10&sortBy=END_INTERVAL_TIME&sortOrder=DESC

Summarizes the AWR snapshot ranges that contain continuous snapshots, for the specified Managed Database.

Request Params

KeyDatatypeRequiredDescription
namestringThe optional single value query parameter to filter the entity name.
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.
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 the paginated response.
sortBystringThe option to sort the AWR summary data.
sortOrderstringThe option to sort information in ascending (‘ASC’) or descending (‘DESC’) order. Descending 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_METRICS_SET&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;awrDbId&quot;:&quot;\u003cstring\u003e&quot;,&quot;dbName&quot;:&quot;\u003cstring\u003e&quot;,&quot;containerId&quot;:&quot;\u003cinteger\u003e&quot;,&quot;dbVersion&quot;:&quot;\u003cstring\u003e&quot;,&quot;firstSnapshotId&quot;:&quot;\u003cinteger\u003e&quot;,&quot;instanceList&quot;:[&quot;\u003cinteger\u003e&quot;,&quot;\u003cinteger\u003e&quot;],&quot;latestSnapshotId&quot;:&quot;\u003cinteger\u003e&quot;,&quot;snapshotCount&quot;:&quot;\u003clong\u003e&quot;,&quot;snapshotIntervalInMin&quot;:&quot;\u003cinteger\u003e&quot;,&quot;snapshotTimezone&quot;:&quot;\u003cstring\u003e&quot;,&quot;timeDbStartup&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;timeFirstSnapshotBegin&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;timeLatestSnapshotEnd&quot;:&quot;\u003cdateTime\u003e&quot;},{&quot;awrDbId&quot;:&quot;\u003cstring\u003e&quot;,&quot;dbName&quot;:&quot;\u003cstring\u003e&quot;,&quot;containerId&quot;:&quot;\u003cinteger\u003e&quot;,&quot;dbVersion&quot;:&quot;\u003cstring\u003e&quot;,&quot;firstSnapshotId&quot;:&quot;\u003cinteger\u003e&quot;,&quot;instanceList&quot;:[&quot;\u003cinteger\u003e&quot;,&quot;\u003cinteger\u003e&quot;],&quot;latestSnapshotId&quot;:&quot;\u003cinteger\u003e&quot;,&quot;snapshotCount&quot;:&quot;\u003clong\u003e&quot;,&quot;snapshotIntervalInMin&quot;:&quot;\u003cinteger\u003e&quot;,&quot;snapshotTimezone&quot;:&quot;\u003cstring\u003e&quot;,&quot;timeDbStartup&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;timeFirstSnapshotBegin&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;timeLatestSnapshotEnd&quot;:&quot;\u003cdateTime\u003e&quot;}]}