Vantage · JSON Structure

Vantage Cost Management Resource Structure

Type: object Properties: 8
BudgetsCloud PricingCost ManagementCostsFinOps

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

Properties

token name provider service account_id region cost metadata

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Resource",
  "type": "object",
  "properties": {
    "token": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "provider": {
      "type": "string"
    },
    "service": {
      "type": "string"
    },
    "account_id": {
      "type": "string"
    },
    "region": {
      "type": "string"
    },
    "cost": {
      "type": "string"
    },
    "metadata": {
      "type": "object"
    }
  }
}