ENUM

FinOpsCostAnomalyStatus

The current status of the anomaly, which is either active or inactive.

link GraphQL Schema definition

  • enum FinOpsCostAnomalyStatus {
  • # Anomaly with active status.
  • ACTIVE
  • # Anomaly with archived status.
  • ARCHIVED
  • # Anomaly with inactive status.
  • INACTIVE
  • }