VizGroupsFlowTopologyRequest
Visualization Groups Flow Topology Request
Request object for retrieving the group-level topology graph, where each node represents an NSX group.
Notes:
start_timeis required. Eithersite_idorsite_idsmust also be provided.entity_limitcaps the number of graph nodes returned (default 500).filtersaccepts up to 300 filter entries.
AllOf
This class requires all of the following:
JSON Example
{
"site_id": "2996d590-1afe-49a1-905b-3f39b8228da7",
"start_time": 1779132178395,
"entity_limit": 10,
"filters": [],
"cluster_info": {
"cluster_type": "FLOW"
}
}