VizComputeFlowTopologyRequest

VizComputeFlowTopologyRequest
Visualization Compute Flow Topology Request

Request object for retrieving the compute-level topology graph, where each node represents a VM, or IP.

Notes:

  • start_time is required. Either site_id or site_ids must also be provided.
  • filters accepts up to 300 filter entries.
AllOf
JSON Example
{
    "start_time": 1781452306172,
    "site_id": "8c27e777-2917-447c-a68f-566b985fe546",
    "filters": [],
    "cluster_info": {
        "cluster_type": "FLOW"
    }
}