Add new Maven module to manage NBI Notifications
[transportpce.git] / nbinotifications / src / test / resources / event.json
1 {
2     "notification-service": {
3         "service-name": "service1",
4         "service-a-end": {
5             "service-format": "OC",
6             "node-id": "XPONDER-1-2",
7             "service-rate": 1,
8             "clli": "clli",
9             "tx-direction": {
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             },
26             "rx-direction": {
27                 "port": {
28                     "port-slot": "port slot",
29                     "port-device-name": "device name",
30                     "port-rack": "port rack",
31                     "port-shelf": "port shelf",
32                     "port-type": "port type",
33                     "port-sub-slot": "port subslot",
34                     "port-name": "port name"
35                 },
36                 "lgx": {
37                     "lgx-port-name": "lgx port name",
38                     "lgx-port-shelf": "lgx port shelf",
39                     "lgx-port-rack": "lgx port rack",
40                     "lgx-device-name": "lgx device name"
41                 }
42             }
43         },
44         "common-id": "commond-id",
45         "operational-state": "inService",
46         "connection-type": "service",
47         "service-z-end": {
48             "service-format": "OC",
49             "node-id": "XPONDER-1-2",
50             "service-rate": 1,
51             "clli": "clli",
52             "tx-direction": {
53                 "port": {
54                     "port-slot": "port slot",
55                     "port-device-name": "device name",
56                     "port-rack": "port rack",
57                     "port-shelf": "port shelf",
58                     "port-type": "port type",
59                     "port-sub-slot": "port subslot",
60                     "port-name": "port name"
61                 },
62                 "lgx": {
63                     "lgx-port-name": "lgx port name",
64                     "lgx-port-shelf": "lgx port shelf",
65                     "lgx-port-rack": "lgx port rack",
66                     "lgx-device-name": "lgx device name"
67                 }
68             },
69             "rx-direction": {
70                 "port": {
71                     "port-slot": "port slot",
72                     "port-device-name": "device name",
73                     "port-rack": "port rack",
74                     "port-shelf": "port shelf",
75                     "port-type": "port type",
76                     "port-sub-slot": "port subslot",
77                     "port-name": "port name"
78                 },
79                 "lgx": {
80                     "lgx-port-name": "lgx port name",
81                     "lgx-port-shelf": "lgx port shelf",
82                     "lgx-port-rack": "lgx port rack",
83                     "lgx-device-name": "lgx device name"
84                 }
85             }
86         },
87         "message": "message",
88         "response-failed": ""
89     }
90 }