aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dcaegen2-services-pmsh/testcases/assets/create_subscription_schema_error_request.json
blob: 027c6e2a8e20a2acb3efe6533cbb9fbec1faec29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
  "subscription": {
    "subscriptionName": "subs_01",
    "operationalPolicyName":"pmsh-operational-policy",
    "controlLoopName":"pmsh-control-loop",
    "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",
          "measurementTypes": [
            {
              "measurementType": "counter_a"
            }
          ],
          "managedObjectDNsBasic": [
            {
              "DN": "string"
            }
          ]
        }
      }
    ]
  }
}