Class CommitmentsUtilizationTimeseriesResponse

Response containing timeseries utilization metrics for cloud commitment programs.

Hierarchy

  • CommitmentsUtilizationTimeseriesResponse

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
series: {
    [key: string]: number[];
}

Timeseries data as a map of series names to their corresponding value arrays.

Type declaration

  • [key: string]: number[]
times: number[]

Unix timestamps in seconds for the timeseries data points.

Unit metadata for a numeric metric.

Generated using TypeDoc