Merge "Introducing DELETING and DELETED Cmhandle State"
[cps.git] / cps-ncmp-service / src / test / resources / expectedNcmpEvent.json
1 {
2   "eventId": "test-uuid",
3   "eventCorrelationId": "cmhandle-as-correlationid",
4   "eventTime": "2022-12-31T20:30:40.000+0000",
5   "eventSource": "org.onap.ncmp",
6   "eventType": "org.onap.ncmp.cmhandle.lcm.event",
7   "eventSchema": "org.onap.ncmp.cmhandle.lcm.event:v1",
8   "event": {
9     "cmHandleId": "cmhandle-test",
10     "cmhandle-state": "READY",
11     "cmhandle-properties": [
12       {
13         "publicProperty1": "value1"
14       },
15       {
16         "publicProperty2": "value2"
17       }
18     ]
19   }
20 }