summaryrefslogtreecommitdiffstats
path: root/src/test/resources/cmNotificationSubscriptionCreationEvent.json
blob: 3b780976666adbbded77fbbcf9931df22a8f8e0a (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
{
  "data": {
    "cmhandles": [
      {
        "cmhandleId": "CMHandle1",
        "private-properties": {
          "prop1": "prop-value"
        }
      },
      {
        "cmhandleId": "CMHandle2",
        "private-properties": {
          "prop-x": "prop-valuex",
          "prop-p": "prop-valuep"
        }
      },
      {
        "cmhandleId": "CMHandle3",
        "private-properties": {
          "prop-y": "prop-valuey"
        }
      }
    ],
    "predicates": [
      {
        "targetFilter": [
          "CMHandle1",
          "CMHandle2",
          "CMHandle3"
        ],
        "scopeFilter": {
          "datastore": "ncmp-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//"
          ]
        }
      }
    ]
  }
}