VizGroupConnectionsFlowTypeRequest

VizGroupConnectionsFlowTypeRequest
Visualization Group Connections Flow Type Request

Request object for checking whether any flows exist between a specific pair of NSX group entities without fetching full flow detail.

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 to a specific parent group context.
  • Set bidirectional to true to check for flows in both directions. Defaults to false (source -> destination only).
  • filters accepts up to 300 filter entries.
JSON Example
{
    "start_time": 1782171249132,
    "source_id": "96853707-cbab-4435-bc74-c2cccf2b3bc3",
    "destination_id": "9c2bc50c-f981-49ea-a5bb-ea3556911dc2",
    "bidirectional": false,
    "src_site_id": "17f7c7e5-7f8c-490a-97e9-b9c9193c45e1",
    "dst_site_id": "17f7c7e5-7f8c-490a-97e9-b9c9193c45e1",
    "page_size": 10,
    "cursor": "0"
}