Vantage · Schema

ResourceReportInput

BudgetsCloud PricingCost ManagementCostsFinOps

Properties

Name Type Description
title string The title of the Resource Report.
filter string VQL filter expression for the Resource Report.
workspace_token string The token of the Workspace for the report.
View JSON Schema on GitHub

JSON Schema

vantage-cost-management-resource-report-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ResourceReportInput",
  "type": "object",
  "properties": {
    "title": {
      "type": "string",
      "description": "The title of the Resource Report."
    },
    "filter": {
      "type": "string",
      "description": "VQL filter expression for the Resource Report."
    },
    "workspace_token": {
      "type": "string",
      "description": "The token of the Workspace for the report."
    }
  }
}