VizComputeIdFlowDetailsExportRequest

VizComputeIdFlowDetailsExportRequest
Visualization Compute ID Flow Details Export Request

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

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 VizComputeIdFlowDetailsRequest.
JSON Example
{
    "start_time": 1781452306172,
    "site_id": "8c27e777-2917-447c-a68f-566b985fe546",
    "file_name": "my-export.csv"
}