Last updated 1 month ago
Retrieve GPU instance information (GPU, MIG).
OK
대상 메트릭
Timestamps per time interval
1727159760
The number of GPUs in the status
1
const response = await fetch('/v1/monitoring-gpu/metric/model/result/current?clusterIds=text', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "metrics": { "UUID": "GPU-79e36614...", "cluster": "gpu-cluster", "gpu": "0", "measure": "allocate", "modelName": "NVIDIA A30", "node": "cocktail-gpu-node-1" }, "timestamp": 1727159760, "value": 1 } ]