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     "operation": "CREATE",
11     "cmhandle-state": "READY",
12     "cmhandle-properties": [
13       {
14         "publicProperty1": "value1"
15       },
16       {
17         "publicProperty2": "value2"
18       }
19     ]
20   }
21 }