OBJECT

FinOpsCostAnomalySummary

Summary for all the detected anomalies.

link GraphQL Schema definition

  • type FinOpsCostAnomalySummary {
  • # Total number of active anomalies.
  • activeCount: Int
  • # Total cost for the account, service, and region combination where the anomaly
  • # occurred.
  • cost: Float
  • # Amount spent because of anomalies.
  • # For AWS, it is represented in USD.
  • # For Azure and GCP, it is represented in the configured currency.
  • costImpact: Float
  • # Percentage cost impact because of anomalies
  • costImpactPercentage: Float
  • # Total number of anomalies.
  • count: Int
  • # Amount spent because of anomalies with an anomalous decrease in cost.
  • decreasingAnomalyCostImpact: Float
  • # Total number of anomalies with an anomalous decrease.
  • decreasingAnomalyCount: Int
  • # Total number of inactive anomalies.
  • inactiveCount: Int
  • # Amount spent because of anomalies with an anomalous increase in cost.
  • increasingAnomalyCostImpact: Float
  • # Total number of anomalies with an anomalous increase.
  • increasingAnomalyCount: Int
  • # Last time the anomaly detection system ran.
  • updatedTime: DateTime
  • }