OBJECT
FinOpsCostAnomalySummary
Summary for all the detected anomalies.
link GraphQL Schema definition
- type FinOpsCostAnomalySummary {
- # Total number of active anomalies.
- Int :
- # Total cost for the account, service, and region combination where the anomaly
- # occurred.
- Float :
- # Amount spent because of anomalies.
- # For AWS, it is represented in USD.
- # For Azure and GCP, it is represented in the configured currency.
- Float :
- # Percentage cost impact because of anomalies
- Float :
- # Total number of anomalies.
- Int :
- # Amount spent because of anomalies with an anomalous decrease in cost.
- Float :
- # Total number of anomalies with an anomalous decrease.
- Int :
- # Total number of inactive anomalies.
- Int :
- # Amount spent because of anomalies with an anomalous increase in cost.
- Float :
- # Total number of anomalies with an anomalous increase.
- Int :
- # Last time the anomaly detection system ran.
- DateTime :
- }