OBJECT
FinOpsCostAnomaly
Cost anomaly metadata.
link GraphQL Schema definition
- type FinOpsCostAnomaly implements Node {
- # Account id of the anomaly.
- String! :
- # Account name of the anomaly. For Azure is is subscription name and for GCP it is
- # project name.
- String :
- # Duration of the anomaly in days. For active anomalies duration will represent as
- # - .
- Int :
- # CSP billing account id for the anomaly
- String :
- # CSP billing account name for the anomaly
- String :
- # Cloud of the anomaly.
- FinOpsCloudProviderType :
- # Total cost for the account, service, and region combination where the anomaly
- # occurred.
- Float! :
- # Series of account spending data, including anomaly data.
- FinOpsCostAnomalyMetricPoint!] : [
- # User-submitted feedback about the anomaly.
- FinOpsCostAnomalyFeedback] : [
- # 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 of this behavior compared to expected behavior
- Float! :
- # Indicator to identify if cost impact is increasing or decreasing.
- FinOpsCostAnomalyImpactType :
- # Time the anomaly was created.
- DateTime! :
- # Properties to help identify where the anomaly was detected.
- FinOpsCostAnomalyDimension!] : [
- # When the anomalous behavior ended.
- DateTime :
- # Identifier for the cost anomaly.
- ID! :
- # Indicator to identify if anomaly belongs to marketplace service.
- Boolean! :
- # Latest feedback about the anomaly.
- FinOpsCostAnomalyFeedback :
- # When the anomalous behavior began.
- DateTime! :
- # Status of the anomaly. Either active or inactive.
- FinOpsCostAnomalyStatus! :
- # Time the anomaly was updated.
- DateTime :
- }