Vantage · JSON Structure

Vantage Cost Management Anomaly Alert Input Structure

Type: object Properties: 2
BudgetsCloud PricingCost ManagementCostsFinOps

AnomalyAlertInput is a JSON Structure definition published by Vantage, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

cost_report_token threshold

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AnomalyAlertInput",
  "type": "object",
  "properties": {
    "cost_report_token": {
      "type": "string"
    },
    "threshold": {
      "type": "number"
    }
  }
}