aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dcaegen2-services-pmsh/testcases/assets/create_msg_grp.json
blob: 57b27b5ef7f978a2bc8d5a830272107f63b9319e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "measurementGroup": {
    "measurementGroupName": "msg_grp_05",
    "fileBasedGP": 15,
    "fileLocation": "pm.xml",
    "administrativeState": "LOCKED",
    "measurementTypes": [{
      "measurementType": "counter_a"
    }],
    "managedObjectDNsBasic": [{
      "DN": "string"
    }]
  }
}