summaryrefslogtreecommitdiffstats
path: root/test/mocks/pnfsimulator/src/test/resources/org/onap/pnfsimulator/rest/SimulatorControllerTest/pnfRegistration.json
blob: a7bf487e7b1ffb2f26deb1c810f9b931366c2ac4 (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
{
  "simulatorParams": {
    "vesServerUrl": "http://10.154.187.70:8080/eventListener/v7",
    "testDuration": "10",
    "messageInterval": "1"
  },
  "commonEventHeaderParams": {
    "eventName": "val11",
    "nfNamingCode": "val12",
    "nfcNamingCode": "val13",
    "sourceName": "val14",
    "sourceId": "val15",
    "reportingEntityName": "val16"
  },
  "pnfRegistrationParams": {
    "SerialNumber": "val1",
    "VendorName": "val2",
    "OamIpv4Address": "val3",
    "OamIpv6Address": "val4",
    "Family": "val5",
    "ModelNumber": "val6",
    "SoftwareVersion": "val7"
  }
}