Monitoring & Collection/Monitoring Query & Overview
GETMonitoringSince 1.0SynchronousAuth Required
GetTopologyTree
Return a recursive topology tree rooted at the specified resource
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
typeStringRequiredResource type to root the topology tree at (e.g. cluster, host)
uuidStringRequiredUUID of the root resource
Responses
Endpoint
GET/api/v1/monitoring/topology/tree/{type}/{uuid}
/api/v1/monitoring/topology/tree/{type}/{uuid}
Request Example
curl -X GET '{host}/api/v1/monitoring/topology/tree/{type}/{uuid}' -H 'Authorization: Bearer {token}'
Response Example
200{
"uuid": "cluster-001",
"name": "Production Cluster",
"type": "cluster",
"state": "online",
"children": [
{}
]
}Change History
This API has no change history records yet.
