Vantage · JSON Structure

Vantage Cost Management Integration Input Structure

Type: object Properties: 2
BudgetsCloud PricingCost ManagementCostsFinOps

IntegrationInput 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

provider account_identifier

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "IntegrationInput",
  "type": "object",
  "properties": {
    "provider": {
      "type": "string"
    },
    "account_identifier": {
      "type": "string"
    }
  }
}