aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dcaegen2-services-pmsh/testcases/assets/create_subscription_bad_request.json
diff options
context:
space:
mode:
authorSagarS <sagar.shetty@est.tech>2021-11-12 17:13:18 +0000
committerSagarS <sagar.shetty@est.tech>2021-11-15 15:46:55 +0000
commitdbb31436fe2f0df2064f3a6398cca91f39a4c8ed (patch)
tree73fa29ec1ae401c7825f40122c5f702fcac6ca10 /tests/dcaegen2-services-pmsh/testcases/assets/create_subscription_bad_request.json
parente774d8e154736681f8bb918b581bcd2d3fd87eb3 (diff)
[DCAEGEN2] PMSH CSIT changes for public Subscription APIs
Issue-ID: DCAEGEN2-2977 Change-Id: Ia50086ffba96d7f270fb6daf3ba5c732b0b01c28 Signed-off-by: SagarS <sagar.shetty@est.tech>
Diffstat (limited to 'tests/dcaegen2-services-pmsh/testcases/assets/create_subscription_bad_request.json')
-rw-r--r--tests/dcaegen2-services-pmsh/testcases/assets/create_subscription_bad_request.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/tests/dcaegen2-services-pmsh/testcases/assets/create_subscription_bad_request.json b/tests/dcaegen2-services-pmsh/testcases/assets/create_subscription_bad_request.json
new file mode 100644
index 00000000..bfe9262c
--- /dev/null
+++ b/tests/dcaegen2-services-pmsh/testcases/assets/create_subscription_bad_request.json
@@ -0,0 +1,37 @@
+{
+ "subscription": {
+ "subscriptionName": "subs_02",
+ "operationalPolicyName":"pmsh-operational-policy",
+ "controlLoopName":"pmsh-control-loop",
+ "nfFilter": {
+ "nfNames": [
+ ],
+ "modelInvariantIDs": [
+ ],
+ "modelVersionIDs": [
+ ],
+ "modelNames": [
+ ]
+ },
+ "measurementGroups": [
+ {
+ "measurementGroup": {
+ "measurementGroupName": "msrmt_grp_name",
+ "fileBasedGP":15,
+ "fileLocation":"pm.xml",
+ "administrativeState": "UNLOCKED",
+ "measurementTypes": [
+ {
+ "measurementType": "counter_a"
+ }
+ ],
+ "managedObjectDNsBasic": [
+ {
+ "DN": "string"
+ }
+ ]
+ }
+ }
+ ]
+ }
+} \ No newline at end of file