VizAppsFlowTopologyRequest

VizAppsFlowTopologyRequest
Visualization Apps Flow Topology Request

Request object for retrieving the application-level topology graph, where each node represents an application.

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
This class requires all of the following:
JSON Example
{
    "site_id": "2996d590-1afe-49a1-905b-3f39b8228da7",
    "start_time": 1781807020443,
    "entity_limit": 10000,
    "filters": [],
    "cluster_info": {
        "cluster_type": "FLOW"
    }
}