VizComputeConnectionsFlowTypeRequest
Visualization Compute Connections Flow Type Request
Request object for checking whether any flows exist between a specific pair of compute 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 compute external IDs.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": 1778776459348,
"src_site_id": "8c27e777-2917-447c-a68f-566b985fe546",
"dst_site_id": "8c27e777-2917-447c-a68f-566b985fe546",
"source_id": "5003991f-7a11-745c-7747-54216a208d5e",
"destination_id": "5003991f-7a11-745c-7747-54216a208d5e",
"bidirectional": false,
"is_active_flows": false
}