VizGroupsIdFlowDetailsExportRequest

VizGroupsIdFlowDetailsExportRequest
Visualization Groups ID Flow Details Export Request

Request object for initiating an asynchronous CSV export of flow detail records for a specific NSX group.

Notes:

  • file_name is required (1-255 characters) and sets the name of the generated CSV file.
  • Set expand_external_traffic to true to expand aggregated external traffic rows into individual rows per source and destination IP. Defaults to false.
  • Inherits all fields from VizGroupsIdFlowDetailsRequest.
JSON Example
{
    "start_time": 1781824044614,
    "site_id": "2996d590-1afe-49a1-905b-3f39b8228da7",
    "file_name": "groupflows1.csv",
    "filters": [
        {
            "filter_type": "EQUAL",
            "filter_key": "FLOW_STATUS",
            "value": [
                "COMPLETED"
            ]
        }
    ]
}