VizInfrastructureMonitoringFlowDetailsExportRequest

VizInfrastructureMonitoringFlowDetailsExportRequest
Visualization Infrastructure Monitoring Flow Details Export Request

Request object for initiating an asynchronous CSV export of infrastructure monitoring 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 VizInfrastructureMonitoringFlowDetailsRequest.
JSON Example
{
    "start_time": 0,
    "site_id": "17f7c7e5-7f8c-490a-97e9-b9c9193c45e1",
    "service_category_id": "bc5907fd-4d95-436c-aaaf-972af34b2ca9",
    "file_name": "infra-monitoring-flows.csv",
    "expand_external_traffic": false
}