VizApplicationsIdFlowDetailsRequest
Visualization Applications ID Flow Details Request
Request object for retrieving deduplicated flow records for a specific application.
Notes:
start_timeis required. Eithersite_idorsite_idsmust also be provided.app_request_typeis an optional list of direction filters. An empty or omitted list returns all flows for the application.use_latest_appscontrols whether source/destination membership reflects current group state (true) or the state at the time the flow occurred (false). Defaults tofalse.filtersaccepts up to 300 filter entries.
AllOf
This class requires all of the following:
JSON Example
{
"site_id": "2996d590-1afe-49a1-905b-3f39b8228da7",
"start_time": 1781808046480,
"page_size": 50,
"offset": 0,
"app_request_type": [],
"use_latest_apps": true
}