fix odl patches
[ccsdk/distribution.git] / platform-logic / cMNotify-api / src / main / json / CM-NOTIFY-API_nbrlist-change-notification.json
1 [
2     {
3         "id": "9cdbf65d.61da08",
4         "type": "method",
5         "name": "method",
6         "xml": "<method rpc='nbrlist-change-notification' mode='sync'>\n",
7         "comments": "",
8         "outputs": 1,
9         "x": 116,
10         "y": 184.9895896911621,
11         "z": "1b416678.0cb38a",
12         "wires": [
13             [
14                 "ccf09b18.22e968"
15             ]
16         ]
17     },
18     {
19         "id": "8ecc3c13.1f136",
20         "type": "dgstart",
21         "name": "DGSTART",
22         "outputs": 1,
23         "x": 119,
24         "y": 34.989585876464844,
25         "z": "1b416678.0cb38a",
26         "wires": [
27             [
28                 "c9cb69b7.ef8a38"
29             ]
30         ]
31     },
32     {
33         "id": "c9cb69b7.ef8a38",
34         "type": "service-logic",
35         "name": "CM-NOTIFY-API ${project.version}",
36         "module": "CM-NOTIFY-API",
37         "version": "${project.version}",
38         "comments": "",
39         "xml": "<service-logic xmlns='http://www.onap.org/sdnc/svclogic' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.onap.org/sdnc/svclogic ./svclogic.xsd' module='CM-NOTIFY-API' version='${project.version}'>",
40         "outputs": 1,
41         "x": 176.99998474121094,
42         "y": 95.98968124389648,
43         "z": "1b416678.0cb38a",
44         "wires": [
45             [
46                 "9cdbf65d.61da08"
47             ]
48         ]
49     },
50     {
51         "id": "ccf09b18.22e968",
52         "type": "block",
53         "name": "block : atomic",
54         "xml": "<block atomic='true'>",
55         "atomic": "true",
56         "comments": "",
57         "outputs": 1,
58         "x": 138.48959732055664,
59         "y": 353.98962020874023,
60         "z": "1b416678.0cb38a",
61         "wires": [
62             [
63                 "881ca71a.c69178",
64                 "dbc67e0b.33a1",
65                 "e0b8e1f2.2858a",
66                 "4e19afc4.f040e",
67                 "8d33c16a.487dd",
68                 "f3cc9cf1.39cd5"
69             ]
70         ]
71     },
72     {
73         "id": "881ca71a.c69178",
74         "type": "returnSuccess",
75         "name": "return success",
76         "xml": "<return status='success'>\n<parameter name=\"ack-final-indicator\" value=\"Y\" />\n<parameter name=\"error-code\" value=\"200\" />\n<parameter name=\"error-message\" value=\"SUCCESSFUL Execution\" />\n",
77         "comments": "",
78         "x": 235.0002670288086,
79         "y": 583.9897727966309,
80         "z": "1b416678.0cb38a",
81         "wires": []
82     },
83     {
84         "id": "274526c8.2b2c0a",
85         "type": "record",
86         "name": "record",
87         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/ves-nbrlist-change-notif.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Input RPC Payload request. FAP #:  \"/>\n<parameter name=\"field2\" value=\"`$idx`\"/>\n<parameter name=\"field3\" value=\"`$nbrlist-change-notification-input.fap-service[$idx].alias`\"/>\n<parameter name=\"field4\" value=\"`$nbrlist-change-notification-input.fap-service[$idx].cid`\"/>\n<parameter name=\"field5\" value=\"`$nbrlist-change-notification-input.fap-service[$idx].phy-cell-id-in-use`\"/>\n<parameter name=\"field6\" value=\"`$nbrlist-change-notification-input.fap-service[$idx].pnf-name`\"/>\n<parameter name=\"field7\" value=\"Number of neigbors Changed/To Be Added #:  \"/>\n<parameter name=\"field8\" value=\"`$nbrlist-change-notification-input.fap-service[$idx].lte-cell-number-of-entries`\"/>",
88         "comments": "",
89         "outputs": 1,
90         "x": 803.0005493164062,
91         "y": 50.9896354675293,
92         "z": "1b416678.0cb38a",
93         "wires": [
94             []
95         ]
96     },
97     {
98         "id": "3ef94324.02316c",
99         "type": "comment",
100         "name": "CMNotify VES: nbrlist-change-notification",
101         "info": "",
102         "comments": "",
103         "x": 401,
104         "y": 28,
105         "z": "1b416678.0cb38a",
106         "wires": []
107     },
108     {
109         "id": "e0b8e1f2.2858a",
110         "type": "for",
111         "name": "for",
112         "xml": "<for index='idx' start='0' end=\"`$nbrlist-change-notification-input.fap-service-number-of-entries-changed`\" >",
113         "comments": "",
114         "outputs": 1,
115         "x": 472.085693359375,
116         "y": 123.95317459106445,
117         "z": "1b416678.0cb38a",
118         "wires": [
119             [
120                 "edc5445d.f0d138"
121             ]
122         ]
123     },
124     {
125         "id": "dbc67e0b.33a1",
126         "type": "record",
127         "name": "record",
128         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/ves-nbrlist-change-notif.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"RPC to handle VES event: nbrlist change notification invoked. Number of FAP services for which neighbors have changed:  \"/>\n<parameter name=\"field2\" value=\"`$nbrlist-change-notification-input.fap-service-number-of-entries-changed`\"/>\n",
129         "comments": "",
130         "outputs": 1,
131         "x": 288.0002975463867,
132         "y": 163.01043319702148,
133         "z": "1b416678.0cb38a",
134         "wires": [
135             []
136         ]
137     },
138     {
139         "id": "77c0aa9a.049124",
140         "type": "set",
141         "name": "set tmp variables for notif input parms",
142         "xml": "<set>\n<parameter name=\"tmp.alias\" value=\"`$nbrlist-change-notification-input.fap-service[$idx].alias`\"/>\n<parameter name=\"tmp.cid\" value=\"`$nbrlist-change-notification-input.fap-service[$idx].cid`\"/>\n<parameter name=\"tmp.phy-cell-id-in-use\" value=\"`$nbrlist-change-notification-input.fap-service[$idx].phy-cell-id-in-use`\"/>\n<parameter name=\"tmp.pnf-name\" value=\"`$nbrlist-change-notification-input.fap-service[$idx].pnf-name`\"/>\n<parameter name=\"tmp.lte-cell-number-of-entries\" value=\"`$nbrlist-change-notification-input.fap-service[$idx].lte-cell-number-of-entries`\"/>",
143         "comments": "",
144         "x": 758.0010986328125,
145         "y": 218.88906478881836,
146         "z": "1b416678.0cb38a",
147         "wires": []
148     },
149     {
150         "id": "4e19afc4.f040e",
151         "type": "execute",
152         "name": "execute Properties",
153         "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.prop.PropertiesNode' method='readProperties' >\n    <parameter name='fileName' value='/opt/onap/ccsdk/data/properties/sdnr-CMNotify-api-dg.properties' />\n    <parameter name='contextPrefix' value='prop' />\n",
154         "comments": "",
155         "outputs": 1,
156         "x": 483.00018310546875,
157         "y": 184.01041793823242,
158         "z": "1b416678.0cb38a",
159         "wires": [
160             []
161         ]
162     },
163     {
164         "id": "8d33c16a.487dd",
165         "type": "record",
166         "name": "record",
167         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/ves-nbrlist-change-notif.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Properties read ..configDB URL\"/>\n<parameter name=\"field2\" value=\"`$prop.configdb.url`\"/>\n<parameter name=\"field3\" value=\"Properties read ..DMAAP Msg Router URL\"/>\n<parameter name=\"field4\" value=\"`$prop.configdb.url`\"/>\n<parameter name=\"field5\" value=\"`$prop.dmaap-message-router.url`\"/>\n<parameter name=\"field6\" value=\"`$prop.controller.pwd`\"/>\n<parameter name=\"field7\" value=\"`$prop.controller.url`\"/>\n",
168         "comments": "",
169         "outputs": 1,
170         "x": 448.00030517578125,
171         "y": 238.01049423217773,
172         "z": "1b416678.0cb38a",
173         "wires": [
174             []
175         ]
176     },
177     {
178         "id": "edc5445d.f0d138",
179         "type": "block",
180         "name": "block : atomic",
181         "xml": "<block atomic='true'>",
182         "atomic": "true",
183         "comments": "",
184         "outputs": 1,
185         "x": 624,
186         "y": 85.98958969116211,
187         "z": "1b416678.0cb38a",
188         "wires": [
189             [
190                 "274526c8.2b2c0a",
191                 "ddd3137a.6d79"
192             ]
193         ]
194     },
195     {
196         "id": "ddd3137a.6d79",
197         "type": "for",
198         "name": "for",
199         "xml": "<for index='idy' start='0' end=\"`$nbrlist-change-notification-input.fap-service[$idx].lte-cell-number-of-entries`\" >",
200         "comments": "",
201         "outputs": 1,
202         "x": 796,
203         "y": 115.98958969116211,
204         "z": "1b416678.0cb38a",
205         "wires": [
206             [
207                 "568906cd.e80a98"
208             ]
209         ]
210     },
211     {
212         "id": "568906cd.e80a98",
213         "type": "record",
214         "name": "record",
215         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/ves-nbrlist-change-notif.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Neighbor #:  \"/>\n<parameter name=\"field2\" value=\"`$idy`\"/>\n<parameter name=\"field3\" value=\"`$nbrlist-change-notification-input.fap-service[$idx].lte-ran-neighbor-list-in-use-lte-cell-changed[$idy].plmnid`\"/>\n<parameter name=\"field4\" value=\"`$nbrlist-change-notification-input.fap-service[$idx].lte-ran-neighbor-list-in-use-lte-cell-changed[$idy].cid`\"/>\n<parameter name=\"field5\" value=\"`$nbrlist-change-notification-input.fap-service[$idx].lte-ran-neighbor-list-in-use-lte-cell-changed[$idy].phy-cell-id`\"/>\n<parameter name=\"field6\" value=\"`$nbrlist-change-notification-input.fap-service[$idx].lte-ran-neighbor-list-in-use-lte-cell-changed[$idy].pnf-name`\"/>\n<parameter name=\"field7\" value=\"`$nbrlist-change-notification-input.fap-service[$idx].lte-ran-neighbor-list-in-use-lte-cell-changed[$idy].blacklisted`\"/>",
216         "comments": "",
217         "outputs": 1,
218         "x": 947,
219         "y": 109.98958969116211,
220         "z": "1b416678.0cb38a",
221         "wires": [
222             []
223         ]
224     },
225     {
226         "id": "f3cc9cf1.39cd5",
227         "type": "for",
228         "name": "for",
229         "xml": "<for index='idx' start='0' end=\"`$nbrlist-change-notification-input.fap-service-number-of-entries-changed`\" >",
230         "comments": "",
231         "outputs": 1,
232         "x": 323,
233         "y": 363.98958587646484,
234         "z": "1b416678.0cb38a",
235         "wires": [
236             [
237                 "efcfb695.252ca8"
238             ]
239         ]
240     },
241     {
242         "id": "efcfb695.252ca8",
243         "type": "block",
244         "name": "block : ConfigDB Update",
245         "xml": "<block atomic='true'>",
246         "atomic": "true",
247         "comments": "",
248         "outputs": 1,
249         "x": 502,
250         "y": 354.9895896911621,
251         "z": "1b416678.0cb38a",
252         "wires": [
253             [
254                 "77c0aa9a.049124",
255                 "f58bb7d3.1b9b58"
256             ]
257         ]
258     },
259     {
260         "id": "f58bb7d3.1b9b58",
261         "type": "for",
262         "name": "for",
263         "xml": "<for index='idy' start='0' end=\"`$nbrlist-change-notification-input.fap-service[$idx].lte-cell-number-of-entries`\" >",
264         "comments": "",
265         "outputs": 1,
266         "x": 719,
267         "y": 328.9895896911621,
268         "z": "1b416678.0cb38a",
269         "wires": [
270             [
271                 "151580b5.938dcf"
272             ]
273         ]
274     },
275     {
276         "id": "baca4141.61cff",
277         "type": "set",
278         "name": "set tmp variables for notif neigbor input parms",
279         "xml": "<set>\n<parameter name=\"tmp.nbr.plmnid\" value=\"`$nbrlist-change-notification-input.fap-service[$idx].lte-ran-neighbor-list-in-use-lte-cell-changed[$idy].plmnid`\"/>\n<parameter name=\"tmp.nbr.cid\" value=\"`$nbrlist-change-notification-input.fap-service[$idx].lte-ran-neighbor-list-in-use-lte-cell-changed[$idy].cid`\"/>\n<parameter name=\"tmp.nbr.phy-cell-id\" value=\"`$nbrlist-change-notification-input.fap-service[$idx].lte-ran-neighbor-list-in-use-lte-cell-changed[$idy].phy-cell-id`\"/>\n<parameter name=\"tmp.nbr.pnf-name\" value=\"`$nbrlist-change-notification-input.fap-service[$idx].lte-ran-neighbor-list-in-use-lte-cell-changed[$idy].pnf-name`\"/>\n<parameter name=\"tmp.nbr.blacklisted\" value=\"`$nbrlist-change-notification-input.fap-service[$idx].lte-ran-neighbor-list-in-use-lte-cell-changed[$idy].blacklisted`\"/>",
280         "comments": "",
281         "x": 1117,
282         "y": 202.9895896911621,
283         "z": "1b416678.0cb38a",
284         "wires": []
285     },
286     {
287         "id": "151580b5.938dcf",
288         "type": "block",
289         "name": "block : atomic",
290         "xml": "<block atomic='true'>",
291         "atomic": "true",
292         "comments": "",
293         "outputs": 1,
294         "x": 852,
295         "y": 276.9895896911621,
296         "z": "1b416678.0cb38a",
297         "wires": [
298             [
299                 "baca4141.61cff",
300                 "1403bd78.a45313",
301                 "b103e360.7ab87",
302                 "16926b68.0e3d45"
303             ]
304         ]
305     },
306     {
307         "id": "1403bd78.a45313",
308         "type": "execute",
309         "name": "generate configdb add URL for nbr",
310         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.configdb.add-nbrlist-change-per-notif`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.configdb.add-nbrlist-change-per-notif.url\"/>\n    <parameter name=\"target\" value=\"{cellId}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.cid`\"/>",
311         "comments": "",
312         "outputs": 1,
313         "x": 1115,
314         "y": 248.9895896911621,
315         "z": "1b416678.0cb38a",
316         "wires": [
317             []
318         ]
319     },
320     {
321         "id": "b103e360.7ab87",
322         "type": "record",
323         "name": "record configdb RestAPI parms",
324         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/ves-nbrlist-change-notif.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"URL for configDB neighbor cell ADD\"/>\n<parameter name='field2' value=\"`$prop.configdb.url + $tmp.configdb.add-nbrlist-change-per-notif.url`\" />\n<parameter name='field3' value=\"`$tmp.nbr.cid`\" />\n<parameter name='field4' value=\"`$tmp.nbr.blacklisted`\" />\n",
325         "comments": "",
326         "outputs": 1,
327         "x": 1110,
328         "y": 297.9895896911621,
329         "z": "1b416678.0cb38a",
330         "wires": [
331             []
332         ]
333     },
334     {
335         "id": "16926b68.0e3d45",
336         "type": "execute",
337         "name": "Add neighbor to Cell",
338         "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/CMNotify-add-nbr-to-configdb-per-nbrlist-change-notif.json'`\" />\n<parameter name=\"restapiUrl\" value=\"`$prop.configdb.url + $tmp.configdb.add-nbrlist-change-per-notif.url`\"/>\n<parameter name=\"httpMethod\" value=\"PUT\"/>\n<parameter name=\"responsePrefix\" value=\"CMNotify-configdb-response\"/>\n<parameter name='contentType' value='application/json' /> \n<parameter name='format' value='json' />\n<parameter name='accept' value='application/json' />",
339         "comments": "",
340         "outputs": 1,
341         "x": 1081,
342         "y": 375.9895896911621,
343         "z": "1b416678.0cb38a",
344         "wires": [
345             [
346                 "44eb5dc7.b020b4",
347                 "2c9f36fe.9fb3aa"
348             ]
349         ]
350     },
351     {
352         "id": "44eb5dc7.b020b4",
353         "type": "failure",
354         "name": "failure",
355         "xml": "<outcome value='failure'>\n",
356         "comments": "",
357         "outputs": 1,
358         "x": 1283,
359         "y": 342.9895896911621,
360         "z": "1b416678.0cb38a",
361         "wires": [
362             [
363                 "7a1f1425.5c773c"
364             ]
365         ]
366     },
367     {
368         "id": "2c9f36fe.9fb3aa",
369         "type": "success",
370         "name": "success",
371         "xml": "<outcome value='success'>\n",
372         "comments": "",
373         "outputs": 1,
374         "x": 1275.999891281128,
375         "y": 421.98949909210205,
376         "z": "1b416678.0cb38a",
377         "wires": [
378             [
379                 "48283474.0ab81c"
380             ]
381         ]
382     },
383     {
384         "id": "7a1f1425.5c773c",
385         "type": "block",
386         "name": "block",
387         "xml": "<block>\n",
388         "atomic": "false",
389         "comments": "",
390         "outputs": 1,
391         "x": 1443.9998779296875,
392         "y": 299.98962020874023,
393         "z": "1b416678.0cb38a",
394         "wires": [
395             [
396                 "b9e68bb.3124078"
397             ]
398         ]
399     },
400     {
401         "id": "b9e68bb.3124078",
402         "type": "returnFailure",
403         "name": "return failure",
404         "xml": "<return status='failure'>\n<parameter name='ack-final' value='Y'/>\n<parameter name=\"error-code\" value=\"500\" />\n<parameter name=\"error-message\" value=\"Error adding neighbor to configdb. Aborting notification update\" />",
405         "comments": "",
406         "x": 1622.999568939209,
407         "y": 296.9895877838135,
408         "z": "1b416678.0cb38a",
409         "wires": []
410     },
411     {
412         "id": "48283474.0ab81c",
413         "type": "block",
414         "name": "block",
415         "xml": "<block>\n",
416         "atomic": "false",
417         "comments": "",
418         "outputs": 1,
419         "x": 1433.9996337890625,
420         "y": 387.989559173584,
421         "z": "1b416678.0cb38a",
422         "wires": [
423             [
424                 "6d7ea8b.bc57258"
425             ]
426         ]
427     },
428     {
429         "id": "6d7ea8b.bc57258",
430         "type": "record",
431         "name": "record",
432         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/ves-nbrlist-change-notif.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Neighbor Added to ConfigDB \"/>",
433         "comments": "",
434         "outputs": 1,
435         "x": 1612.9997024536133,
436         "y": 386.98954582214355,
437         "z": "1b416678.0cb38a",
438         "wires": [
439             []
440         ]
441     },
442     {
443         "id": "c130286.cde2fd8",
444         "type": "execute",
445         "name": "execute DmaapMsg",
446         "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n    <parameter name='templateFileName' value=\"`$prop.restapi.templateDir + '/' + $prop.restapi.dmaap-publish.templatefile`\" />\n    <parameter name='restapiUrl' value=\"`$prop.dmaap-message-router.url + '/' + $prop.CMNotify-dmaap.nbrlist-change.topic`\" />\n    <parameter name='format' value='json' />\n    <parameter name='httpMethod' value='POST' />\n    <parameter name='contentType' value='application/json' />\n    <parameter name='responsePrefix' value='dmaap' />",
447         "comments": "",
448         "outputs": 1,
449         "x": 653.5,
450         "y": 514.0729026794434,
451         "z": "1b416678.0cb38a",
452         "wires": [
453             [
454                 "57083c90.881064",
455                 "aad16dc2.b0cba"
456             ]
457         ]
458     },
459     {
460         "id": "1cf4ba2d.43b9c6",
461         "type": "set",
462         "name": "set",
463         "xml": "<set>\n<parameter name='tmp.oofpcipoc-dmaap.requestID' value='`$prop.CMNotify-dmaap.requestID`'/>\n<parameter name='tmp.oofpcipoc-dmaap.aai' value=\"`$prop.CMNotify-dmaap.aai`\"/>\n<parameter name='tmp.oofpcipoc-dmaap.version' value='`$prop.CMNotify-dmaap.version`'/>\n<parameter name='tmp.oofpcipoc-dmaap.action' value='`$prop.CMNotify-dmaap.action`'/>\n<parameter name='tmp.oofpcipoc-dmaap.payload' value='`$nbrlist-change-notification-input.payload`'/>",
464         "comments": "",
465         "x": 648.166748046875,
466         "y": 420.07290267944336,
467         "z": "1b416678.0cb38a",
468         "wires": []
469     },
470     {
471         "id": "57083c90.881064",
472         "type": "failure",
473         "name": "failure",
474         "xml": "<outcome value='failure'>\n",
475         "comments": "",
476         "outputs": 1,
477         "x": 849,
478         "y": 453.9895896911621,
479         "z": "1b416678.0cb38a",
480         "wires": [
481             [
482                 "fcb62202.e164f"
483             ]
484         ]
485     },
486     {
487         "id": "aad16dc2.b0cba",
488         "type": "success",
489         "name": "success",
490         "xml": "<outcome value='success'>\n",
491         "comments": "",
492         "outputs": 1,
493         "x": 834.9998779296875,
494         "y": 587.9895286560059,
495         "z": "1b416678.0cb38a",
496         "wires": [
497             [
498                 "849162d5.d13d2"
499             ]
500         ]
501     },
502     {
503         "id": "fcb62202.e164f",
504         "type": "block",
505         "name": "block",
506         "xml": "<block>\n",
507         "atomic": "false",
508         "comments": "",
509         "outputs": 1,
510         "x": 1039.9998779296875,
511         "y": 483.98962020874023,
512         "z": "1b416678.0cb38a",
513         "wires": [
514             [
515                 "128dd08a.c2daaf"
516             ]
517         ]
518     },
519     {
520         "id": "128dd08a.c2daaf",
521         "type": "returnFailure",
522         "name": "return failure",
523         "xml": "<return status='failure'>\n<parameter name='ack-final' value='Y'/>\n<parameter name=\"error-code\" value=\"500\" />\n<parameter name=\"error-message\" value=\"Error publishing DMAAP message. ConfigDB Updated; TO be rolled back...will handle next release\" />",
524         "comments": "",
525         "x": 1218.999568939209,
526         "y": 480.9895877838135,
527         "z": "1b416678.0cb38a",
528         "wires": []
529     },
530     {
531         "id": "849162d5.d13d2",
532         "type": "block",
533         "name": "block",
534         "xml": "<block>\n",
535         "atomic": "false",
536         "comments": "",
537         "outputs": 1,
538         "x": 1029.9996337890625,
539         "y": 571.989559173584,
540         "z": "1b416678.0cb38a",
541         "wires": [
542             [
543                 "f8d55add.9a71f8"
544             ]
545         ]
546     },
547     {
548         "id": "f8d55add.9a71f8",
549         "type": "record",
550         "name": "record",
551         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/ves-nbrlist-change-notif.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"DMAAP Message Successfully Published \"/>",
552         "comments": "",
553         "outputs": 1,
554         "x": 1208.9997024536133,
555         "y": 570.9895458221436,
556         "z": "1b416678.0cb38a",
557         "wires": [
558             []
559         ]
560     },
561     {
562         "id": "3145ec9a.d28f24",
563         "type": "block",
564         "name": "block : Publish DMAAP Message",
565         "xml": "<block atomic='true'>",
566         "atomic": "true",
567         "comments": "",
568         "outputs": 1,
569         "x": 404,
570         "y": 457.98958587646484,
571         "z": "1b416678.0cb38a",
572         "wires": [
573             [
574                 "1cf4ba2d.43b9c6",
575                 "c130286.cde2fd8"
576             ]
577         ]
578     },
579     {
580         "id": "a4ad86da.d5fb28",
581         "type": "comment",
582         "name": "DMAAP Publish Not Reqd. Just a placeholder",
583         "info": "",
584         "comments": "",
585         "x": 368,
586         "y": 511.98958587646484,
587         "z": "1b416678.0cb38a",
588         "wires": []
589     }
590 ]