Vantage · JSON Structure

Vantage Cost Management Cost Report Structure

Type: object Properties: 8
BudgetsCloud PricingCost ManagementCostsFinOps

CostReport 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 title filter groupings folder_token saved_filter_tokens workspace_token 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": "CostReport",
  "type": "object",
  "properties": {
    "token": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "filter": {
      "type": "string"
    },
    "groupings": {
      "type": "string"
    },
    "folder_token": {
      "type": "string"
    },
    "saved_filter_tokens": {
      "type": "array"
    },
    "workspace_token": {
      "type": "string"
    },
    "created_at": {
      "type": "string"
    }
  }
}