VizGroupConnectionsRequest

VizGroupConnectionsRequest
Visualization Group Connections Request

Request object for retrieving flow records between a specific pair of NSX group entities.

Notes:

  • start_time, src_site_id, dst_site_id, source_id, and destination_id are all required.
  • source_id and destination_id are NSX group realization UUIDs.
  • source_parent_id and destination_parent_id optionally scope results to flows within a specific parent group context.
  • Set bidirectional to true to include flows in both directions. Defaults to false (source -> destination only).
  • filters accepts up to 300 filter entries.
JSON Example
{
    "start_time": 1782170399106,
    "page_size": 50,
    "offset": 0,
    "source_id": "2368d02d-bf5a-4920-b869-719c366d3864",
    "destination_id": "7b321641-2beb-44f6-9181-7f8a4b4d94a0",
    "bidirectional": true,
    "src_site_id": "17f7c7e5-7f8c-490a-97e9-b9c9193c45e1",
    "dst_site_id": "17f7c7e5-7f8c-490a-97e9-b9c9193c45e1"
}