summaryrefslogtreecommitdiffstats
path: root/src/test/resources/avcSubscriptionCreationEvent.json
blob: d52a91ec82d91b2b7c6fd6204f49e52f7d89cb3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
  "version": "1.0",
  "eventType": "CREATE",
  "event": {
    "subscription": {
      "clientID": "SCO-9989752",
      "name": "cm-subscription-001"
    },
    "dataType": {
      "dataspace": "ALL",
      "dataCategory": "CM",
      "dataProvider": "CM-SERVICE",
      "schemaName": "org.onap.ncmp:cm-network-avc-event.rfc8641",
      "schemaVersion": "1.0"
    },
    "predicates": {
      "targets": [
        {
          "CMHandle1": {
            "cmhandle-properties": {
              "prop1": "prop-value"
            }
          }
        },
        {
          "CMHandle2": {
            "cmhandle-properties": {
              "prop-x": "prop-valuex",
              "prop-p": "prop-valuep"
            }
          }
        },
        {
          "CMHandle3": {
            "cmhandle-properties": {
              "prop-y": "prop-valuey"
            }
          }
        }
      ],
      "datastore": "passthrough-running",
      "xpath-filter": "//_3gpp-nr-nrm-gnbdufunction:GNBDUFunction/_3gpp-nr-nrm-nrcelldu:NRCellDU/ | //_3gpp-nr-nrm-gnbcuupfunction:GNBCUUPFunction// | //_3gpp-nr-nrm-gnbcucpfunction:GNBCUCPFunction/_3gpp-nr-nrm-nrcelldu:NRCellCU// | //_3gpp-nr-nrm-nrsectorcarrier:NRSectorCarrier//"
    }
  }
}