API Model
Cluster Node Uptime Summary
| Field | Type | Mandatory | Meaning |
|---|---|---|---|
| online | boolean | yes | false if the node is shutdown |
| activeThreads | integer | yes | number of threads on the current node |
| startTime | long (timestamp) | yes | timestamp of the starting time |
| latencyproblems | Latency Problems | no | diagnostic informations |
| elapsedTimeReport | Time Reports | yes | diagnostic informations |
| updatimeHR | string | yes | uptime (human readable) |
Example
{
"online": true,
"activeThreads": 44,
"startTime": 1476765222080,
"latencyproblems": {},
"elapsedTimeReport": {
"atExceptionFilter": {
"totalTime": 10181,
"totalCalls": 195
},
"total": {
"totalTime": 10182,
"totalCalls": 195
},
"elaboration": {
"totalTime": 8408,
"totalCalls": 190
}
},
"updatimeHR": "0 days 9 hours 55 minutes"
}