VizComputeConnectionsRequest

VizComputeConnectionsRequest
Visualization Compute Connections Request

Request object for retrieving flow records between a specific pair of compute 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 compute external IDs.
  • 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": 1778777283139,
    "src_site_id": "8c27e777-2917-447c-a68f-566b985fe546",
    "dst_site_id": "8c27e777-2917-447c-a68f-566b985fe546",
    "source_id": "50031caf-ed05-1a3b-33e1-d115e4d68834",
    "destination_id": "50033bfe-c4bb-b585-da08-5a16174f0233",
    "bidirectional": true,
    "is_active_flows": false,
    "page_size": 50,
    "offset": 0
}