blob: a56c9098c862bcce65c134f3996d5b1a0cb0b786 [file] [log] [blame]
{
"ietf-netconf-acm:nacm": {
"rule-list": [
{
"name": "Some rule list",
"group": ["optics"],
"rule": []
},
{
"name": "Another rule list",
"group": ["optics"],
"rule": []
},
{
"name": "Allow DWDM control to the optics group",
"group": ["optics"],
"rule": [
{
"name": "czechlight-roadm-device",
"module-name": "czechlight-roadm-device",
"action": "permit"
},
{
"name": "czechlight-inline-amp",
"module-name": "czechlight-inline-amp",
"action": "permit"
},
{
"name": "czechlight-coherent-add-drop",
"module-name": "czechlight-coherent-add-drop",
"action": "permit"
},
{
"name": "czechlight-calibration-device",
"module-name": "czechlight-calibration-device",
"action": "permit"
}
]
},
{
"name": "Yet another rule list (YARL)",
"group": ["optics"],
"rule": []
}
]
}
}