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, anddestination_idare all required.source_idanddestination_idare NSX group realization UUIDs.source_parent_idanddestination_parent_idoptionally scope to a specific parent group context.- Set
bidirectionaltotrueto check for flows in both directions. Defaults tofalse(source -> destination only). filtersaccepts up to 300 filter entries.
AllOf
This class requires all of the following:
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"
}