From 70de6a27b7722e3ed02d8e8a8c7933e053eacabb Mon Sep 17 00:00:00 2001 From: SagarS Date: Wed, 8 Sep 2021 14:46:32 +0100 Subject: [DCAEGEN2] PMSH Create Subscription public API Issue-ID: DCAEGEN2-2819 Change-Id: I80636be25dc4f7b1c5ce7470c7a38c010cb339a1 Signed-off-by: SagarS --- .../tests/data/create_subscription_request.json | 60 ++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 components/pm-subscription-handler/tests/data/create_subscription_request.json (limited to 'components/pm-subscription-handler/tests/data') diff --git a/components/pm-subscription-handler/tests/data/create_subscription_request.json b/components/pm-subscription-handler/tests/data/create_subscription_request.json new file mode 100644 index 00000000..0b2f86f7 --- /dev/null +++ b/components/pm-subscription-handler/tests/data/create_subscription_request.json @@ -0,0 +1,60 @@ +{ + "subscription": { + "subscriptionName": "ExtraPM-All-gNB-R2B", + "nfFilter": { + "nfNames": [ + "^pnf.*", + "^vnf.*" + ], + "modelInvariantIDs": [ + "8lk4578-d396-4efb-af02-6b83499b12f8", + "687kj45-d396-4efb-af02-6b83499b12f8" + + ], + "modelVersionIDs": [ + "e80a6ae3-cafd-4d24-850d-e14c084a5ca9" + ], + "modelNames": [ + "PNF102" + ] + }, + "measurementGroups": [ + { + "measurementGroup": { + "measurementGroupName": "msrmt_grp_name", + "fileBasedGP":15, + "fileLocation":"pm.xml", + "administrativeState": "UNLOCKED", + "measurementTypes": [ + { + "measurementType": "counter_a" + } + ], + "managedObjectDNsBasic": [ + { + "DN": "string" + } + ] + } + }, + { + "measurementGroup": { + "measurementGroupName": "msrmt_grp_name1", + "fileBasedGP":15, + "fileLocation":"pm.xml", + "administrativeState": "UNLOCKED", + "measurementTypes": [ + { + "measurementType": "counter_a" + } + ], + "managedObjectDNsBasic": [ + { + "DN": "string" + } + ] + } + } + ] + } +} -- cgit 1.2.3-korg