VizApplicationsIdFlowDetailsExportRequest

VizApplicationsIdFlowDetailsExportRequest
Visualization Applications ID Flow Details Export Request

Request object for initiating an asynchronous CSV export of application flow detail records.

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 VizApplicationsIdFlowDetailsRequest.
JSON Example
{
    "site_id": "2996d590-1afe-49a1-905b-3f39b8228da7",
    "start_time": 1781808046480,
    "file_name": "appflows2.csv",
    "app_request_type": [],
    "use_latest_apps": true
}