Monitoring & Collection/Zaku
GETZakuSince 1.0SynchronousAuth Required
GetCluster
Retrieve a single Kubernetes cluster by its UUID
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
uuidStringRequiredUUID of the cluster to retrieve
Responses
Endpoint
GET/api/v1/zaku/clusters/{uuid}
/api/v1/zaku/clusters/{uuid}
Request Example
curl -X GET '{host}/api/v1/zaku/clusters/{uuid}' -H 'Authorization: Bearer {token}'
Response Example
200{
"uuid": "cluster-abc123",
"platformId": "plat-001",
"zakuId": 42,
"name": "prod-k8s-cluster-01",
"status": "Running",
"description": "Production Kubernetes cluster for AI workloads",
"nodeCount": 12,
"createDate": "example"
}Change History
This API has no change history records yet.
