Get cluster kube API server request
Get the number of requests to the Kubernetes API server in the past 2 minutes, converted to requests per second.
Query parameters
clusterIdsstringRequired
startstringRequired
Start date for the query
endstringRequired
End date for the query
Responses
200
OK
*/*
get
GET /v1/monitoring-clusters/metric/kube-api-server-request/result/transition?clusterIds=text&start=text&end=text HTTP/1.1
Host:
Accept: */*
200
OK
[
{
"metrics": {
"cluster": "thingcluster"
},
"samples": [
41.46032,
39.72698,
41.31587
],
"timestamps": [
1687741080,
1687741140,
1687741200
],
"values": null
}
]
Last updated
Was this helpful?