Was this helpful?
Get the uptime of cluster nodes. The operation time represents the duration (without restarting) after the booting of the node (server).
/v1/monitoring-nodes/metric/uptime/result/current
curl -L \ --url '/v1/monitoring-nodes/metric/uptime/result/current?clusterIds=text'
[ { "timestamp": 1687842300, "value": 1669889847, "metrics": { "cluster": "thingcluster", "measure": "booting", "node": "apps-gpu-v100" } }, { "timestamp": 1687842300, "value": 1687842293.5012803, "metrics": { "cluster": "thingcluster", "measure": "running", "node": "apps-gpu-v100" } } ]