Get cluster node uptime
Was this helpful?
Was this helpful?
Was this helpful?
GET /v1/monitoring-nodes/metric/uptime/result/current?clusterIds=text HTTP/1.1
Host:
Accept: */*
[
{
"metrics": {
"cluster": "thingcluster",
"measure": "booting",
"node": "apps-gpu-v100"
},
"timestamp": 1687842300,
"value": 1669889847
},
{
"metrics": {
"cluster": "thingcluster",
"measure": "running",
"node": "apps-gpu-v100"
},
"timestamp": 1687842300,
"value": 1687842293.5012803
}
]