Monitoring & Collection/Zaku
GETZakuSince 1.0SynchronousAuth Required
GetZakuOverview
Retrieve aggregated overview statistics for the Zaku platform
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
platformIdStringFilter overview by platform ID; empty returns global stats Filter overview by platform ID; empty returns global stats
Responses
Endpoint
GET/api/v1/zaku/overview
/api/v1/zaku/overview
Request Example
curl -X GET '{host}/api/v1/zaku/overview' -H 'Authorization: Bearer {token}'
Response Example
200{
"totalClusters": 5,
"totalNodes": 60,
"totalGpus": 128,
"avgGpuUtilization": 72.5,
"clusterHealthDistribution": null,
"nodeStatusDistribution": null,
"nodeRoleDistribution": null
}Change History
This API has no change history records yet.
