VizComputeConnectionsFlowTypeRequest

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, and destination_id are all required.
  • source_id and destination_id are NSX compute external IDs.
  • 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": 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
}