Refactor NBINotifications and serviceHandlerImpl
[transportpce.git] / nbinotifications / src / test / resources / expected_event.json
1 {
2   "notification-process-service":{
3     "common-id":"commond-id",
4     "message":"message",
5     "operational-state":"inService",
6     "service-z-end":{
7       "node-id":"XPONDER-1-2",
8       "service-rate":1,
9       "clli":"clli",
10       "service-format":"OC",
11       "tx-direction":{
12         "port":{
13           "port-name":"port name",
14           "port-slot":"port slot",
15           "port-sub-slot":"port subslot",
16           "port-device-name":"device name",
17           "port-shelf":"port shelf",
18           "port-type":"port type",
19           "port-rack":"port rack"
20         },
21         "lgx":{
22           "lgx-port-shelf":"lgx port shelf",
23           "lgx-port-rack":"lgx port rack",
24           "lgx-port-name":"lgx port name",
25           "lgx-device-name":"lgx device name"
26         }
27       },
28       "rx-direction":{
29         "port":{
30           "port-name":"port name",
31           "port-slot":"port slot",
32           "port-sub-slot":"port subslot",
33           "port-device-name":"device name",
34           "port-shelf":"port shelf",
35           "port-type":"port type",
36           "port-rack":"port rack"
37         },
38         "lgx":{
39           "lgx-port-shelf":"lgx port shelf",
40           "lgx-port-rack":"lgx port rack",
41           "lgx-port-name":"lgx port name",
42           "lgx-device-name":"lgx device name"
43         }
44       }
45     },
46     "service-name":"service1",
47     "connection-type":"service",
48     "service-a-end":{
49       "node-id":"XPONDER-1-2",
50       "service-rate":1,
51       "clli":"clli",
52       "service-format":"OC",
53       "tx-direction":{
54         "port":{
55           "port-name":"port name",
56           "port-slot":"port slot",
57           "port-sub-slot":"port subslot",
58           "port-device-name":"device name",
59           "port-shelf":"port shelf",
60           "port-type":"port type",
61           "port-rack":"port rack"
62         },
63         "lgx":{
64           "lgx-port-shelf":"lgx port shelf",
65           "lgx-port-rack":"lgx port rack",
66           "lgx-port-name":"lgx port name",
67           "lgx-device-name":"lgx device name"
68         }
69       },
70       "rx-direction":{
71         "port":{
72           "port-name":"port name",
73           "port-slot":"port slot",
74           "port-sub-slot":"port subslot",
75           "port-device-name":"device name",
76           "port-shelf":"port shelf",
77           "port-type":"port type",
78           "port-rack":"port rack"
79         },
80         "lgx":{
81           "lgx-port-shelf":"lgx port shelf",
82           "lgx-port-rack":"lgx port rack",
83           "lgx-port-name":"lgx port name",
84           "lgx-device-name":"lgx device name"
85         }
86       }
87     },
88     "response-failed":""
89   }
90 }