VizEnvironmentsPairFlowDetailsExportRequest

VizEnvironmentsPairFlowDetailsExportRequest
Visualization Environments Pair Flow Details Export Request

Request object for initiating an asynchronous CSV export of environment pair 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 VizEnvironmentsPairFlowDetailsRequest.
JSON Example
{
    "start_time": 0,
    "src_site_id": "17f7c7e5-7f8c-490a-97e9-b9c9193c45e1",
    "dst_site_id": "17f7c7e5-7f8c-490a-97e9-b9c9193c45e1",
    "src_env_id": "d108367c-9ae3-4b0b-98c7-61ec7c72be6f",
    "dst_env_id": "2cda03cc-4713-44d8-adda-8a0c45b7863c",
    "file_name": "env-pair-flows.csv",
    "env_request_type": "ALL",
    "expand_external_traffic": false
}