GetMemoryUtilizationByPod
CCS-site-0041 Get memory 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
- memory_usage string
- timestamp date-time
- unit string
[
{
"memory_usage": "1102.3",
"timestamp": "2024-08-19",
"unit": "string"
}
]
Loading...