Merge changes I6a92bf21,Idd21a62d
[transportpce.git] / nbinotifications / src / test / resources / event.json
1 {
2     "notification-process-service": {
3         "service-z-end": {
4             "service-format": "OC",
5             "node-id": "XPONDER-1-2",
6             "service-rate": 1,
7             "clli": "clli",
8             "tx-direction": [
9             {
10                 "port": {
11                     "port-slot": "port slot",
12                     "port-device-name": "device name",
13                     "port-rack": "port rack",
14                     "port-shelf": "port shelf",
15                     "port-type": "port type",
16                     "port-sub-slot": "port subslot",
17                     "port-name": "port name"
18                 },
19                 "lgx": {
20                     "lgx-port-name": "lgx port name",
21                     "lgx-port-shelf": "lgx port shelf",
22                     "lgx-port-rack": "lgx port rack",
23                     "lgx-device-name": "lgx device name"
24                 },
25                 "index": 0
26             }
27             ],
28             "rx-direction": [
29             {
30                 "port": {
31                     "port-slot": "port slot",
32                     "port-device-name": "device name",
33                     "port-rack": "port rack",
34                     "port-shelf": "port shelf",
35                     "port-type": "port type",
36                     "port-sub-slot": "port subslot",
37                     "port-name": "port name"
38                 },
39                 "lgx": {
40                     "lgx-port-name": "lgx port name",
41                     "lgx-port-shelf": "lgx port shelf",
42                     "lgx-port-rack": "lgx port rack",
43                     "lgx-device-name": "lgx device name"
44                 },
45                 "index": 0
46             }]
47         },
48         "connection-type": "service",
49         "operational-state": "inService",
50         "common-id": "commond-id",
51         "service-a-end": {
52             "service-format": "OC",
53             "node-id": "XPONDER-1-2",
54             "service-rate": 1,
55             "clli": "clli",
56             "tx-direction": [
57             {
58                 "port": {
59                     "port-slot": "port slot",
60                     "port-device-name": "device name",
61                     "port-rack": "port rack",
62                     "port-shelf": "port shelf",
63                     "port-type": "port type",
64                     "port-sub-slot": "port subslot",
65                     "port-name": "port name"
66                 },
67                 "lgx": {
68                     "lgx-port-name": "lgx port name",
69                     "lgx-port-shelf": "lgx port shelf",
70                     "lgx-port-rack": "lgx port rack",
71                     "lgx-device-name": "lgx device name"
72                 },
73                 "index": 0
74             }],
75             "rx-direction": [
76             {
77                 "port": {
78                     "port-slot": "port slot",
79                     "port-device-name": "device name",
80                     "port-rack": "port rack",
81                     "port-shelf": "port shelf",
82                     "port-type": "port type",
83                     "port-sub-slot": "port subslot",
84                     "port-name": "port name"
85                 },
86                 "lgx": {
87                     "lgx-port-name": "lgx port name",
88                     "lgx-port-shelf": "lgx port shelf",
89                     "lgx-port-rack": "lgx port rack",
90                     "lgx-device-name": "lgx device name"
91                 },
92                 "index": 0
93             }]
94         },
95         "service-name": "service1",
96         "message": "message",
97         "response-failed": "",
98         "is-temp-service": true,
99         "aToZ": {
100             "frequency": 196.125,
101             "width": 87.5,
102             "optical-operational-mode": "test",
103             "rx-estimated-osnr": 23.5,
104             "rx-estimated-gsnr": 23.5,
105             "max-output-power": 0.5,
106             "min-output-power": 0.5
107         },
108         "zToA": {
109             "frequency": 196.125,
110             "width": 87.5,
111             "optical-operational-mode": "test",
112             "rx-estimated-osnr": 23.5,
113             "rx-estimated-gsnr": 23.5,
114             "max-output-power": 0.5,
115             "min-output-power": 0.5
116         }
117     }
118 }