Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace AwrDbSummary

The AWR summary for a database.

Properties

awrDbId

awrDbId: string

The internal ID of the database. The internal ID of the database is not the OCID. It can be retrieved from the following endpoint: /managedDatabases/{managedDatabaseId}/awrDbs

Optional containerId

containerId: undefined | number

ID of the database container. The database container ID is not the OCID. It can be retrieved from the following endpoint: /managedDatabases/{managedDatabaseId}/awrDbSnapshotRanges Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

dbName

dbName: string

The name of the database.

Optional dbVersion

dbVersion: undefined | string

The version of the database.

Optional firstSnapshotId

firstSnapshotId: undefined | number

The ID of the earliest snapshot. The snapshot ID is not the OCID. It can be retrieved from the following endpoint: /managedDatabases/{managedDatabaseId}/awrDbs/{awrDbId}/awrDbSnapshots Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional instanceList

instanceList: Array<number>

The database instance numbers.

Optional latestSnapshotId

latestSnapshotId: undefined | number

The ID of the latest snapshot. The snapshot ID is not the OCID. It can be retrieved from the following endpoint: /managedDatabases/{managedDatabaseId}/awrDbs/{awrDbId}/awrDbSnapshots Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional snapshotCount

snapshotCount: undefined | number

The total number of snapshots. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional snapshotIntervalInMin

snapshotIntervalInMin: undefined | number

The interval time between snapshots (in minutes). Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional snapshotTimezone

snapshotTimezone: undefined | string

The time zone of the snapshot.

Optional timeDbStartup

timeDbStartup: Date

The timestamp of the database startup.

Optional timeFirstSnapshotBegin

timeFirstSnapshotBegin: Date

The start time of the earliest snapshot.

Optional timeLatestSnapshotEnd

timeLatestSnapshotEnd: Date

The end time of the latest snapshot.

Functions

getDeserializedJsonObj

getJsonObj