clean up some sphinx warnings
[dcaegen2.git] / docs / sections / services / pm-subscription-handler / resources / monitoring-policy.json
1 {
2    "subscription":{
3       "subscriptionName":"subscription-name",
4       "operationalPolicyName":"operational-policy-name",
5       "controlLoopName":"controlLoop-name",
6       "nfFilter":{
7          "nfNames":[
8             "^pnf1.*"
9          ],
10          "modelInvariantIDs":[
11             "5845y423-g654-6fju-po78-8n53154532k6",
12             "7129e420-d396-4efb-af02-6b83499b12f8"
13          ],
14          "modelVersionIDs":[
15             "e80a6ae3-cafd-4d24-850d-e14c084a5ca9"
16          ],
17          "modelNames":[
18             "pnf102"
19          ]
20       },
21       "measurementGroups":[
22          {
23             "measurementGroup":{
24                "measurementGroupName":"msgroupnamea",
25                "administrativeState":"UNLOCKED",
26                "fileBasedGP":15,
27                "fileLocation":"/pm/pma.xml",
28                "measurementTypes":[
29                   {
30                      "measurementType":"countera"
31                   },
32                   {
33                      "measurementType":"counterb"
34                   }
35                ],
36                "managedObjectDNsBasic":[
37                   {
38                      "DN":"dna"
39                   },
40                   {
41                      "DN":"dnb"
42                   }
43                ]
44             }
45          },
46          {
47             "measurementGroup":{
48                "measurementGroupName":"msgroupnameb",
49                "administrativeState":"UNLOCKED",
50                "fileBasedGP":15,
51                "fileLocation":"/pm/pmb.xml",
52                "measurementTypes":[
53                   {
54                      "measurementType":"counterc"
55                   },
56                   {
57                      "measurementType":"counterd"
58                   }
59                ],
60                "managedObjectDNsBasic":[
61                   {
62                      "DN":"dnc"
63                   },
64                   {
65                      "DN":"dnd"
66                   }
67                ]
68             }
69          }
70       ]
71    }
72 }