Vantage · JSON Structure

Vantage Cost Management Network Flow Report Input Structure

Type: object Properties: 2
BudgetsCloud PricingCost ManagementCostsFinOps

NetworkFlowReportInput 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

title 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": "NetworkFlowReportInput",
  "type": "object",
  "properties": {
    "title": {
      "type": "string"
    },
    "workspace_token": {
      "type": "string"
    }
  }
}