VizAppsFlowTopologyRequest
Visualization Apps Flow Topology Request
Request object for retrieving the application-level topology graph, where each node represents an application.
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
JSON Example
{
"site_id": "2996d590-1afe-49a1-905b-3f39b8228da7",
"start_time": 1781807020443,
"entity_limit": 10000,
"filters": [],
"cluster_info": {
"cluster_type": "FLOW"
}
}