Last updated 2 months ago
Retrieve the Capacity and Used status when the GPU is used in Time-Slicing mode.
OK
Target Metrics
Timestamp
1727159760
The number of resources in the status
1
const response = await fetch('/v1/monitoring-gpu/metric/timeslicing/result/current?clusterIds=text', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "metrics": { "UUID": "GPU-79e36614...", "cluster": "gpu-cluster", "gpu": "0", "measure": "allocate", "modelName": "", "node": "cocktail-gpu-node-1" }, "timestamp": 1727159760, "value": 1 } ]