Summarize the AWR database parameter change history.

GET {{baseUrl}}/managedDatabases/:managedDatabaseId/awrDbs/:awrDbId/awrDbParameterChanges?instNum=<string>&beginSnIdGreaterThanOrEqualTo=<integer>&endSnIdLessThanOrEqualTo=<integer>&timeGreaterThanOrEqualTo=<dateTime>&timeLessThanOrEqualTo=<dateTime>&containerId=<integer>&name=<string>&page=<string>&limit=1000&sortBy=IS_CHANGED&sortOrder=DESC

Summarizes the database parameter change history for one database parameter of the specified database in AWR. One change history record contains the previous value, the changed value, and the corresponding time range. If the database parameter value was changed multiple times within the time range, then multiple change history records are created for the same parameter. Note that this API only returns information on change history details for one database parameter. To get a list of all the database parameters whose values were changed during a specified time range, use the following API endpoint: /managedDatabases/{managedDatabaseId}/awrDbs/{awrDbId}/awrDbParameters

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.
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
namestring(Required) The required single value query parameter to filter the entity name.
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 the AWR database parameter change history 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_DB_PARAMETER_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;snapshotId&quot;:&quot;\u003cinteger\u003e&quot;,&quot;instanceNumber&quot;:&quot;\u003cinteger\u003e&quot;,&quot;isDefault&quot;:&quot;\u003cboolean\u003e&quot;,&quot;previousValue&quot;:&quot;\u003cstring\u003e&quot;,&quot;timeBegin&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;timeEnd&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;value&quot;:&quot;\u003cstring\u003e&quot;,&quot;valueModified&quot;:&quot;\u003cstring\u003e&quot;},{&quot;snapshotId&quot;:&quot;\u003cinteger\u003e&quot;,&quot;instanceNumber&quot;:&quot;\u003cinteger\u003e&quot;,&quot;isDefault&quot;:&quot;\u003cboolean\u003e&quot;,&quot;previousValue&quot;:&quot;\u003cstring\u003e&quot;,&quot;timeBegin&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;timeEnd&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;value&quot;:&quot;\u003cstring\u003e&quot;,&quot;valueModified&quot;:&quot;\u003cstring\u003e&quot;}]}