GPU Instances
Retrieve GPU instance information (GPU, MIG).
Query parameters
clusterIdsstringRequired
Cluster Id
Responses
200
OK
*/*
get
GET /v1/monitoring-gpu/metric/model/result/current?clusterIds=text HTTP/1.1
Host:
Accept: */*
200
OK
[
{
"metrics": {
"UUID": "GPU-79e36614...",
"cluster": "gpu-cluster",
"gpu": "0",
"measure": "allocate",
"modelName": "NVIDIA A30",
"node": "cocktail-gpu-node-1"
},
"timestamp": 1727159760,
"value": 1
}
]
Last updated
Was this helpful?