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_nameis required (1-255 characters) and sets the name of the generated CSV file.- Set
expand_external_traffictotrueto expand aggregated external traffic rows into individual rows per source and destination IP. Defaults tofalse. - Inherits all fields from
VizGroupsIdFlowDetailsRequest.
AllOf
This class requires all of the following:
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"
]
}
]
}