Get cluster node disk I/O rate change trend
Get the per-minute trend of disk I/O speed change rate by node in the cluster.
Query parameters
clusterIdsstringRequired
nodeIdsstringOptional
startstringRequired
Start date for the query
endstringRequired
End date for the query
Responses
200
OK
*/*
get
GET /v1/monitoring-nodes/metric/disk-io/result/transition?clusterIds=text&start=text&end=text HTTP/1.1
Host:
Accept: */*
200
OK
[
{
"metrics": {
"cluster": "thingcluster",
"device": "dm-0",
"node": "apps-gpu-v100"
},
"samples": [
0.2952,
0.29763,
0.25898
],
"timestamps": [
1687741080,
1687741140,
1687741200
],
"values": null
}
]
Was this helpful?