Node status and CPU time for all nodes
get/cas/nodes/processCPUTimes
Returns node status and CPU time for all nodes.
1[2 {3 "name": "CasNodeName"4 },5 {6 "pid": "5543"7 },8 {9 "connected": true10 },11 {12 "type": "Controller"13 },14 {15 "cpuTime": {16 "userCPUTime": 0.47,17 "systemCPUTime": 2.18,18 "totalCPUTime": 164789257.08,19 "clockTicksPerSecond": 10020 }21 }22]
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | OK | Schema |