Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.vantage.sh/llms.txt

Use this file to discover all available pages before exploring further.

This page is auto-generated based on the official Terraform documentation.

Overview

Use this resource with the Vantage Terraform provider. For installation and authentication, see the Terraform provider quickstart. The schema below is generated directly from the provider source.

Schema

Required

  • title (String) The title of the NetworkFlowReport.
  • workspace_token (String) The Workspace in which the NetworkFlowReport will be created.

Optional

  • date_interval (String) The date interval of the NetworkFlowReport. Unless ‘custom’ is used, this is incompatible with ‘start_date’ and ‘end_date’ parameters. Defaults to ‘last_7_days’.
  • end_date (String) The end date of the NetworkFlowReport. YYYY-MM-DD formatted. Incompatible with ‘date_interval’ parameter.
  • filter (String) The filter query language to apply to the NetworkFlowReport. Additional documentation available at https://docs.vantage.sh/vql.
  • flow_direction (String) The flow direction of the NetworkFlowReport.
  • flow_weight (String) The dimension by which the logs in the report are sorted. Defaults to costs.
  • groupings (List of String) Grouping values for aggregating data on the NetworkFlowReport. Valid groupings: account_id, az_id, dstaddr, dsthostname, flow_direction, interface_id, instance_id, peer_resource_uuid, peer_account_id, peer_vpc_id, peer_region, peer_az_id, peer_subnet_id, peer_interface_id, peer_instance_id, region, resource_uuid, srcaddr, srchostname, subnet_id, traffic_category, traffic_path, vpc_id.
  • start_date (String) The start date of the NetworkFlowReport. YYYY-MM-DD formatted. Incompatible with ‘date_interval’ parameter.

Read-Only

  • created_at (String) The date and time, in UTC, the report was created. ISO 8601 Formatted.
  • created_by_token (String) The token for the User or Team that created this NetworkFlowReport.
  • default (Boolean) Indicates whether the NetworkFlowReport is the default report.
  • id (String) The id of the report
  • token (String) The token of the report