aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/mass-pnf-sim/pnf-sim-lightweight/src/test/resources/org/onap/pnfsimulator/simulator/validNotificationParams.json
blob: f7f463d3d5fa471168dd9c9a318fd5f25d525a7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "changeIdentifier": "PM_MEAS_FILES",
  "changeType": "FileReady",
  "arrayOfNamedHashMap": [
    {"name": "A20161221.1031-1041.bin.gz", "hashMap": {
      "location": "ftpes://192.169.0.1:22/ftp/rop/A20161224.1030-1045.bin.gz",
      "compression": "gzip",
      "fileformatType": "org.3GPP.32.435#measCollec",
      "fileFormatVersion": "V10"
    }
    },
    {"name": "A20161222.1042-1102.bin.gz", "hashMap": {
      "location": "ftpes://192.168.0.102:22/ftp/rop/A20161224.1045-1100.bin.gz",
      "compression": "gzip",
      "fileFormatType": "org.3GPP.32.435#measCollec",
      "fileFormatVersion": "V10"
    }
    }
  ]
}