Monitoring & Collection/Zaku
GETZakuSince 1.0SynchronousAuth Required
ListGPUPools
List all GPU pools within a specified Kubernetes 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 whose GPU pools are to be listed
Responses
Endpoint
GET/api/v1/zaku/clusters/{clusterUuid}/gpu-pools
/api/v1/zaku/clusters/{clusterUuid}/gpu-pools
Request Example
curl -X GET '{host}/api/v1/zaku/clusters/{clusterUuid}/gpu-pools' -H 'Authorization: Bearer {token}'
Response Example
200{
"items": [
{}
],
"total": 3,
"limit": 20,
"offset": 20
}Change History
This API has no change history records yet.
