Add tests for autonomous service rerouting
[transportpce.git] / nbinotifications / src / test / resources / expected_event.json
1 {
2   "nbi-notifications: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       "is-split-lambda": false,
11       "service-format": "OC",
12       "tx-direction": [
13         {
14           "index": 0,
15           "port": {
16             "port-name": "port name",
17             "port-slot": "port slot",
18             "port-sub-slot": "port subslot",
19             "port-device-name": "device name",
20             "port-shelf": "port shelf",
21             "port-type": "port type",
22             "port-rack": "port rack"
23           },
24           "lgx": {
25             "lgx-port-shelf": "lgx port shelf",
26             "lgx-port-rack": "lgx port rack",
27             "lgx-port-name": "lgx port name",
28             "lgx-device-name": "lgx device name"
29           }
30         }
31       ],
32       "rx-direction": [
33         {
34           "index": 0,
35           "port": {
36             "port-name": "port name",
37             "port-slot": "port slot",
38             "port-sub-slot": "port subslot",
39             "port-device-name": "device name",
40             "port-shelf": "port shelf",
41             "port-type": "port type",
42             "port-rack": "port rack"
43           },
44           "lgx": {
45             "lgx-port-shelf": "lgx port shelf",
46             "lgx-port-rack": "lgx port rack",
47             "lgx-port-name": "lgx port name",
48             "lgx-device-name": "lgx device name"
49           }
50         }
51       ]
52     },
53     "service-name": "service1",
54     "connection-type": "service",
55     "service-a-end": {
56       "node-id": "XPONDER-1-2",
57       "service-rate": 1,
58       "clli": "clli",
59       "is-split-lambda": false,
60       "service-format": "OC",
61       "tx-direction": [
62         {
63           "index": 0,
64           "port": {
65             "port-name": "port name",
66             "port-slot": "port slot",
67             "port-sub-slot": "port subslot",
68             "port-device-name": "device name",
69             "port-shelf": "port shelf",
70             "port-type": "port type",
71             "port-rack": "port rack"
72           },
73           "lgx": {
74             "lgx-port-shelf": "lgx port shelf",
75             "lgx-port-rack": "lgx port rack",
76             "lgx-port-name": "lgx port name",
77             "lgx-device-name": "lgx device name"
78           }
79         }
80       ],
81       "rx-direction": [
82         {
83           "index": 0,
84           "port": {
85             "port-name": "port name",
86             "port-slot": "port slot",
87             "port-sub-slot": "port subslot",
88             "port-device-name": "device name",
89             "port-shelf": "port shelf",
90             "port-type": "port type",
91             "port-rack": "port rack"
92           },
93           "lgx": {
94             "lgx-port-shelf": "lgx port shelf",
95             "lgx-port-rack": "lgx port rack",
96             "lgx-port-name": "lgx port name",
97             "lgx-device-name": "lgx device name"
98           }
99         }
100       ]
101     },
102     "response-failed": ""
103   }
104 }