Vantage · Schema

AnomalyAlertInput

BudgetsCloud PricingCost ManagementCostsFinOps

Properties

Name Type Description
cost_report_token string The token of the Cost Report to monitor.
threshold number The threshold percentage for anomaly detection.
View JSON Schema on GitHub

JSON Schema

vantage-cost-management-anomaly-alert-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AnomalyAlertInput",
  "type": "object",
  "properties": {
    "cost_report_token": {
      "type": "string",
      "description": "The token of the Cost Report to monitor."
    },
    "threshold": {
      "type": "number",
      "description": "The threshold percentage for anomaly detection."
    }
  }
}