Merge "Debug tool for openconfig proprietary extensions"
[transportpce.git] / common / src / test / resources / network.json
1 {
2     "transportpce-portmapping:network": {
3         "nodes": [
4             {
5                 "node-id": "ROADM-A1",
6                 "node-info": {
7                     "node-type": "rdm",
8                     "openroadm-version": "2.2.1",
9                     "node-clli": "nodeA",
10                     "node-vendor": "vendorA",
11                     "node-model": "modelA",
12                     "node-ip-address": "127.0.0.1"
13                 },
14                 "mapping": [],
15                 "mc-capabilities": [
16                     {
17                         "mc-node-name": "DEG1-TTP",
18                         "center-freq-granularity": 6.25,
19                         "slot-width-granularity": 50
20                     },
21                     {
22                         "mc-node-name": "SRG1-TTP",
23                         "center-freq-granularity": 6.25,
24                         "slot-width-granularity": 50
25                     }
26                 ]
27             },
28             {
29                 "node-id": "ROADM-B1",
30                 "node-info": {
31                     "node-type": "rdm",
32                     "openroadm-version": "2.2.1",
33                     "node-clli": "nodeB",
34                     "node-vendor": "vendorB",
35                     "node-model": "modelB",
36                     "node-ip-address": "127.0.0.2"
37                 },
38                 "mapping": [],
39                 "mc-capabilities": [
40                     {
41                         "mc-node-name": "DEG1-TTP",
42                         "center-freq-granularity": 6.25,
43                         "slot-width-granularity": 12.5
44                     },
45                     {
46                         "mc-node-name": "SRG1-TTP",
47                         "center-freq-granularity": 6.25,
48                         "slot-width-granularity": 12.5
49                     }
50                 ]
51             },
52             {
53                 "node-id": "ROADM-C1",
54                 "node-info": {
55                     "node-type": "rdm",
56                     "openroadm-version": "1.2.1",
57                     "node-clli": "nodeC",
58                     "node-vendor": "vendorC",
59                     "node-model": "modelC",
60                     "node-ip-address": "127.0.0.3"
61                 },
62                 "mapping": [],
63                 "mc-capabilities": [
64                     {
65                         "mc-node-name": "DEG1-TTP",
66                         "center-freq-granularity": 6.25,
67                         "slot-width-granularity": 50
68                     },
69                     {
70                         "mc-node-name": "SRG1-TTP",
71                         "center-freq-granularity": 6.25,
72                         "slot-width-granularity": 50
73                     }
74                 ]
75             }
76         ]
77     }
78 }