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