Get system information
get/system
Get information about node's hardware.
1{2 "description": "System Information",3 "value": {4 "clockTicksPerSecond": 100,5 "pageSize": 4096,6 "version": "Linux version 3.1...",7 "maxSystemThreads": 772811,8 "bootCommand": "BOOT_IMAGE=kernel/vde15...",9 "oneMinLoadAvg": 2.47,10 "fiveMinLoadAvg": 3.44,11 "fifteenMinLoadAvg": 3.54,12 "openFiles": 20960,13 "freeFiles": 0,14 "maxFiles": 9801690,15 "inodes": 752815,16 "freeInodes": 311500,17 "uptimeSeconds": 10391187.98,18 "idleSeconds": 147455940.07,19 "memory": {20 "value": {21 "$ref": "#/components/examples/MemoryMetrics"22 }23 },24 "cpus": {25 "value": {26 "$ref": "#/components/examples/CPU"27 }28 },29 "CPUMetrics": {30 "value": {31 "$ref": "#/components/examples/CPUMetrics"32 }33 }34 }35}
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | OK | Schema |