VizApplicationsIdFlowDetailsRequest

VizApplicationsIdFlowDetailsRequest
Visualization Applications ID Flow Details Request

Request object for retrieving deduplicated flow records for a specific application.

Notes:

  • start_time is required. Either site_id or site_ids must also be provided.
  • app_request_type is an optional list of direction filters. An empty or omitted list returns all flows for the application.
  • use_latest_apps controls whether source/destination membership reflects current group state (true) or the state at the time the flow occurred (false). Defaults to false.
  • filters accepts up to 300 filter entries.
JSON Example
{
    "site_id": "2996d590-1afe-49a1-905b-3f39b8228da7",
    "start_time": 1781808046480,
    "page_size": 50,
    "offset": 0,
    "app_request_type": [],
    "use_latest_apps": true
}