GetGPUUtilizationByPod
CCS-site-0038 Get GPU utilization of a pod
Path Parameters
- site_id integer required
Site ID
Query Parameters
- pod_name string required
Pod name
- begin_time string
Default is two hours before end time.
- end_time string
Get the util before the end time. Default is now.
Header Parameters
- x-api-host string required
Default value:
k8s-D-twcc
Authentication Required Parameters
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema array
- gpu_util string
- timestamp date-time
- unit string
[
{
"gpu_util": "66.2",
"timestamp": "2024-08-19",
"unit": "string"
}
]
Loading...