blob: 903bc3aab87d181a9d4e9c9ef026399d0dc08489 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"eventId": "test-uuid",
"eventCorrelationId": "cmhandle-as-correlationid",
"eventTime": "2022-12-31T20:30:40.000+0000",
"eventSource": "org.onap.ncmp",
"eventType": "org.onap.ncmp.cmhandle.lcm.event",
"eventSchema": "org.onap.ncmp.cmhandle.lcm.event:v1",
"event": {
"cmHandleId": "cmhandle-test",
"operation": "CREATE",
"cmhandle-state": "READY",
"cmhandle-properties": [
{
"publicProperty1": "value1"
},
{
"publicProperty2": "value2"
}
]
}
}
|