master
json 30 lines 691 Bytes
Raw
1 {
2 "controllers": [
3 {
4 "durable-id": "controller_a",
5 "description": "Controller A",
6 "status": "Operational",
7 "health": "OK",
8 "health-numeric": 0,
9 "serial-number": "SN-CTRL-A-001",
10 "redundancy-status": "Redundant"
11 },
12 {
13 "durable-id": "controller_b",
14 "description": "Controller B",
15 "status": "Operational",
16 "health": "OK",
17 "health-numeric": 0,
18 "serial-number": "SN-CTRL-B-001",
19 "redundancy-status": "Redundant"
20 }
21 ],
22 "status": [
23 {
24 "response-type": "Success",
25 "response": "Command completed successfully.",
26 "return-code": 0,
27 "response-type-numeric": 0
28 }
29 ]
30 }