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_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
{
"start_time": 0,
"site_id": "17f7c7e5-7f8c-490a-97e9-b9c9193c45e1",
"entity_limit": 5,
"filters": [],
"cluster_info": {
"cluster_type": "FLOW"
}
}