VizGroupsFlowTopologyIdRequest

VizGroupsFlowTopologyIdRequest
Visualization Groups Flow Topology ID Request

Request object for retrieving the topology graph scoped to the neighborhood of a specific NSX group.

Notes:

  • start_time is required. Either site_id or site_ids must also be provided.
  • entity_limit caps the number of graph nodes returned (default 500).
  • filters accepts up to 300 filter entries.
AllOf
JSON Example
{
    "start_time": 0,
    "site_id": "17f7c7e5-7f8c-490a-97e9-b9c9193c45e1",
    "entity_limit": 5,
    "filters": [],
    "cluster_info": {
        "cluster_type": "FLOW"
    }
}