Vantage · JSON Structure

Vantage Cost Management Anomaly Alert Structure

Type: object Properties: 4
BudgetsCloud PricingCost ManagementCostsFinOps

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

Properties

token cost_report_token threshold created_at

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

JSON Structure

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