[DCAEGEN2] PMSH CSIT changes for public Subscription APIs
[integration/csit.git] / tests / dcaegen2-services-pmsh / testcases / assets / create_subscription_schema_error_request.json
1 {
2   "subscription": {
3     "subscriptionName": "subs_01",
4     "operationalPolicyName":"pmsh-operational-policy",
5     "controlLoopName":"pmsh-control-loop",
6     "nfFilter": {
7       "nfNames": [
8         "^pnf.*",
9         "^vnf.*"
10       ],
11       "modelInvariantIDs": [
12         "8lk4578-d396-4efb-af02-6b83499b12f8",
13         "687kj45-d396-4efb-af02-6b83499b12f8"
14
15       ],
16       "modelVersionIDs": [
17         "e80a6ae3-cafd-4d24-850d-e14c084a5ca9"
18       ],
19       "modelNames": [
20         "PNF102"
21       ]
22     },
23     "measurementGroups": [
24       {
25         "measurementGroup": {
26             "measurementGroupName": "msrmt_grp_name",
27             "fileBasedGP":15,
28             "fileLocation":"pm.xml",
29           "measurementTypes": [
30             {
31               "measurementType": "counter_a"
32             }
33           ],
34           "managedObjectDNsBasic": [
35             {
36               "DN": "string"
37             }
38           ]
39         }
40       }
41     ]
42   }
43 }