T-API notification JUnit test
[transportpce.git] / nbinotifications / src / test / resources / expected_tapi_event.json
1 {
2   "nbi-notifications:notification-tapi-service": {
3     "layer-protocol-name": "ETH",
4     "notification-type": "ATTRIBUTE_VALUE_CHANGE",
5     "changed-attributes": [
6       {
7         "value-name": "administrativeState",
8         "old-value": "LOCKED",
9         "new-value": "UNLOCKED"
10       },
11       {
12         "value-name": "operationalState",
13         "old-value": "DISABLED",
14         "new-value": "ENABLED"
15       }
16     ],
17     "target-object-name": [
18       {
19         "value-name": "Connectivity Service Name",
20         "value": "76d8f07b-ead5-4132-8eb8-cf3fdef7e079"
21       }
22     ],
23     "uuid": "6ae49721-7f96-4924-b23b-31e5bee4946b",
24     "target-object-type": "CONNECTIVITY_SERVICE",
25     "event-time-stamp": "2022-04-06T09:06:01+00:00",
26     "target-object-identifier": "76d8f07b-ead5-4132-8eb8-cf3fdef7e079"
27   }
28 }