Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace SummarizeHostInsightResourceUsageAggregation

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 (CPU, Physical Memory, Logical Memory)

timeIntervalEnd

timeIntervalEnd: Date

The end timestamp that was passed into the request.

timeIntervalStart

timeIntervalStart: Date

The start timestamp that was passed into the request.

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