blob: a56c9098c862bcce65c134f3996d5b1a0cb0b786 [file] [log] [blame]
Tomáš Peckab31a0892023-07-19 11:12:29 +02001{
2 "ietf-netconf-acm:nacm": {
3 "rule-list": [
4 {
5 "name": "Some rule list",
6 "group": ["optics"],
7 "rule": []
8 },
9 {
10 "name": "Another rule list",
11 "group": ["optics"],
12 "rule": []
13 },
14 {
15 "name": "Allow DWDM control to the optics group",
16 "group": ["optics"],
17 "rule": [
18 {
19 "name": "czechlight-roadm-device",
20 "module-name": "czechlight-roadm-device",
21 "action": "permit"
22 },
23 {
24 "name": "czechlight-inline-amp",
25 "module-name": "czechlight-inline-amp",
26 "action": "permit"
27 },
28 {
29 "name": "czechlight-coherent-add-drop",
30 "module-name": "czechlight-coherent-add-drop",
31 "action": "permit"
32 },
33 {
34 "name": "czechlight-calibration-device",
35 "module-name": "czechlight-calibration-device",
36 "action": "permit"
37 }
38 ]
39 },
40 {
41 "name": "Yet another rule list (YARL)",
42 "group": ["optics"],
43 "rule": []
44 }
45 ]
46 }
47}