Monitoring & Collection/Zaku
GETZakuSince 1.0SynchronousAuth Required
GetResourceHierarchy
Get the full namespace and workload hierarchy of a cluster
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
clusterUuidStringRequiredUUID of the cluster to retrieve hierarchy for
Responses
Endpoint
GET/api/v1/zaku/clusters/{clusterUuid}/hierarchy
/api/v1/zaku/clusters/{clusterUuid}/hierarchy
Request Example
curl -X GET '{host}/api/v1/zaku/clusters/{clusterUuid}/hierarchy' -H 'Authorization: Bearer {token}'
Response Example
200{
"cluster": {},
"namespaces": [
{}
],
"nodeCount": 12,
"podCount": 120
}Change History
This API has no change history records yet.
