aboutsummaryrefslogtreecommitdiffstats
path: root/cps-ncmp-service/src/test/resources/expectedNcmpEvent.json
blob: 3d457a0a3d39d480068df364e63ea84b95571315 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "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",
    "cmhandle-state": "READY",
    "cmhandle-properties": [
      {
        "publicProperty1": "value1"
      },
      {
        "publicProperty2": "value2"
      }
    ]
  }
}