VizGroupsIdFlowDetailsRequest

VizGroupsIdFlowDetailsRequest
Visualization Groups ID Flow Details Request

Request object for retrieving deduplicated flow records for a specific NSX group identified by its group ID.

Notes:

  • start_time is required. Either site_id or site_ids must also be provided.
  • parent_id optionally scopes results to flows where the group belongs to a specific parent group context.
  • pinned_parent_id optionally scopes results to the pinned group view.
  • filters accepts up to 300 filter entries.
AllOf
JSON Example
{
    "start_time": 1781824044614,
    "page_size": 50,
    "offset": 0,
    "site_id": "2996d590-1afe-49a1-905b-3f39b8228da7",
    "filters": [
        {
            "filter_type": "EQUAL",
            "filter_key": "FLOW_STATUS",
            "value": [
                "COMPLETED"
            ]
        }
    ]
}