Node status and memory utilization for all nodes

get/cas/nodes/memoryMetrics
Internal-Use Only

Returns node status and memory utilization for all nodes.

Request Samples

1

Response Samples

1[
2 {
3 "name": "nodeName"
4 },
5 {
6 "pid": "32768"
7 },
8 {
9 "connected": true
10 },
11 {
12 "type": "Controller"
13 },
14 {
15 "MemTotal_kB": 99000432
16 },
17 {
18 "MemFree_kB": 9803628
19 },
20 {
21 "SwapTotal_kB": 0
22 },
23 {
24 "SwapFree_kB": 0
25 },
26 {
27 "VmallocTotal_kB": 34359738367
28 },
29 {
30 "VmallocUsed_kB": 555848
31 }
32]

Responses

StatusMeaningDescription
200OKOKSchema