GPU Timeslicing Status

GPU Timeslicing Status

get

Retrieve the Capacity and Used status when the GPU is used in Time-Slicing mode.

Query parameters
clusterIdsstringRequired

Cluster Id

Responses
200
OK
*/*
get
GET /v1/monitoring-gpu/metric/timeslicing/result/current?clusterIds=text HTTP/1.1
Host: 
Accept: */*
200

OK

[
  {
    "metrics": {
      "UUID": "GPU-79e36614...",
      "cluster": "gpu-cluster",
      "gpu": "0",
      "measure": "allocate",
      "modelName": "",
      "node": "cocktail-gpu-node-1"
    },
    "timestamp": 1727159760,
    "value": 1
  }
]

Last updated

Was this helpful?