diff options
author | Priyank Maheshwari <priyank.maheshwari@est.tech> | 2023-07-10 09:53:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-07-10 09:53:59 +0000 |
commit | 5769fae8b2cf4246bb2fd079dfd7b8db8130fcc0 (patch) | |
tree | 42c51890702c0db911a7bbeafe695df9b513a2c2 /cps-ncmp-service/src/test/resources/avcSubscriptionCreationEventNcmpVersion.json | |
parent | 4f1edfa89cdf024b032080fe3be5a9634a8ab09d (diff) | |
parent | adfb0693ec18025abcd8b9036bafe20a25f2e496 (diff) |
Merge "Subscription Creation: NCMP to DMI CloudEvent transformation"
Diffstat (limited to 'cps-ncmp-service/src/test/resources/avcSubscriptionCreationEventNcmpVersion.json')
-rw-r--r-- | cps-ncmp-service/src/test/resources/avcSubscriptionCreationEventNcmpVersion.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/cps-ncmp-service/src/test/resources/avcSubscriptionCreationEventNcmpVersion.json b/cps-ncmp-service/src/test/resources/avcSubscriptionCreationEventNcmpVersion.json new file mode 100644 index 0000000000..f31362a1c6 --- /dev/null +++ b/cps-ncmp-service/src/test/resources/avcSubscriptionCreationEventNcmpVersion.json @@ -0,0 +1,31 @@ +{ + "data": { + "subscription": { + "clientID": "SCO-9989752", + "name": "cm-subscription-001" + }, + "dataType": { + "dataspace": "ALL", + "dataCategory": "CM", + "dataProvider": "CM-SERVICE" + }, + "predicates": { + "targets":[ + { + "id":"CMHandle2", + "additional-properties":{ + "Books":"Novel" + } + }, + { + "id":"CMHandle1", + "additional-properties":{ + "Books":"Social Media" + } + } + ], + "datastore": "passthrough-running", + "datastore-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//" + } + } +}
\ No newline at end of file |