Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace SummarizeDatabaseInsightResourceUsageAggregation

Resource usage summation for the current time period

Properties

capacity

capacity: number

The maximum allocated amount of the resource metric type (CPU, STORAGE) for a set of databases. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

resourceMetric

resourceMetric: ResourceMetric

Defines the type of resource metric (example: CPU, STORAGE)

timeIntervalEnd

timeIntervalEnd: Date

The end timestamp that was passed into the request.

timeIntervalStart

timeIntervalStart: Date

The start timestamp that was passed into the request.

Optional totalHostCapacity

totalHostCapacity: undefined | number

The maximum host CPUs (cores x threads/core) on the underlying infrastructure. This only applies to CPU and does not not apply for Autonomous Databases. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

usage

usage: number

Total amount used of the resource metric type (CPU, STORAGE). Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

usageChangePercent

usageChangePercent: number

Percentage change in resource usage during the current period calculated using linear regression functions Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

usageUnit

usageUnit: UsageUnit

Displays usage unit ( CORES, GB , PERCENT, MBPS)

Functions

getDeserializedJsonObj

getJsonObj