Class CostAnomaliesResponseDataAttributes

Cost anomaly results and aggregated totals for the queried window.

Hierarchy

  • CostAnomaliesResponseDataAttributes

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
anomalies: CostAnomaly[]

The list of cost anomalies that match the request.

avgDailyAnomalousCost: number

Average daily anomalous cost change across the queried window.

totalActualCost: number

Total actual cost spent across the queried window for the matching providers.

totalAnomalousCost: number

Sum of the anomalous cost change across all returned anomalies.

totalCount: number

Total number of anomalies that match the request.

Generated using TypeDoc