Add SpectrumFillingRule check in postAlgoValidator
[transportpce.git] / pce / src / test / resources / spectrum-filling-rule1.json
1 {
2     "controller-behaviour-settings": {
3         "spectrum-filling": {
4           "spectrum-filling-rules": [
5             {
6               "rule-id": 1,
7               "priority": 1,
8               "RMSA-policy": "maximize-capacity",
9               "spectrum-range-of-appliance": {
10                 "dedicated-signal-bandwidth-multiple": 50,
11                 "spectrum-portion-id": 0,
12                 "start-edge-frequency": 191.325,
13                 "stop-edge-frequency": 191.375,
14                 "dedicated-customer": [
15                   "CustomerProfileLamda1"
16                 ],
17                 "non-authorized-customer": [
18                   "All-other"
19                 ]
20               }
21             },
22             {
23               "rule-id": 2,
24               "priority": 1,
25               "RMSA-policy": "maximize-capacity",
26               "spectrum-range-of-appliance": {
27                 "spectrum-portion-id": 1,
28                 "start-edge-frequency": 191.375,
29                 "stop-edge-frequency": 196.125,
30                 "non-authorized-customer": [
31                   "CustomerProfileLamda1"
32                 ]
33               }
34             }
35           ]
36         }
37     }
38 }