aboutsummaryrefslogtreecommitdiffstats
path: root/cps-ncmp-service/src/test/resources/avcSubscriptionCreationEvent.json
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2022-12-22 12:22:19 +0000
committerGerrit Code Review <gerrit@onap.org>2022-12-22 12:22:19 +0000
commitacc63c2a2b5974d3346cbb763ec963104a393a18 (patch)
treeae6ae0c3466bfeedc32b949b955f8bdc2535e211 /cps-ncmp-service/src/test/resources/avcSubscriptionCreationEvent.json
parentc17e6729f449cbc98ed6d60b51ca79adab6f8683 (diff)
parent632942a71dd28907fdc20036fcb864458f9be07b (diff)
Merge "Consume Subscription Creation Event"
Diffstat (limited to 'cps-ncmp-service/src/test/resources/avcSubscriptionCreationEvent.json')
-rw-r--r--cps-ncmp-service/src/test/resources/avcSubscriptionCreationEvent.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/cps-ncmp-service/src/test/resources/avcSubscriptionCreationEvent.json b/cps-ncmp-service/src/test/resources/avcSubscriptionCreationEvent.json
new file mode 100644
index 0000000000..1d84c3a5f2
--- /dev/null
+++ b/cps-ncmp-service/src/test/resources/avcSubscriptionCreationEvent.json
@@ -0,0 +1,23 @@
+{
+ "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": {
+ "datastore": "passthrough-operational",
+ "datastore-xpath-filter": "//_3gpp-nr-nrm-gnbdufunction:GNBDUFunction/ ",
+ "_3gpp-nr-nrm-nrcelldu": "NRCellDU"
+
+ }
+ }
+} \ No newline at end of file