Vantage · JSON Structure

Vantage Cost Management Cost Report Input Structure

Type: object Properties: 6
BudgetsCloud PricingCost ManagementCostsFinOps

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

Properties

title filter groupings folder_token saved_filter_tokens workspace_token

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CostReportInput",
  "type": "object",
  "properties": {
    "title": {
      "type": "string"
    },
    "filter": {
      "type": "string"
    },
    "groupings": {
      "type": "string"
    },
    "folder_token": {
      "type": "string"
    },
    "saved_filter_tokens": {
      "type": "array"
    },
    "workspace_token": {
      "type": "string"
    }
  }
}