Fix underlay DG loading errors
[sdnc/oam.git] / platform-logic / generic-resource-api / src / main / json / GENERIC-RESOURCE-API_network-topology-operation-create.json
1 [
2   {
3     "id": "2d119cf9.da55d4",
4     "type": "dgstart",
5     "name": "DGSTART",
6     "outputs": 1,
7     "x": 89,
8     "y": 66.99996948242188,
9     "z": "afcbb687.85236",
10     "wires": [
11       [
12         "a281a341.cee95"
13       ]
14     ]
15   },
16   {
17     "id": "a281a341.cee95",
18     "type": "service-logic",
19     "name": "GENERIC-RESOURCE-API ${project.version}",
20     "module": "GENERIC-RESOURCE-API",
21     "version": "${project.version}",
22     "comments": "",
23     "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='GENERIC-RESOURCE-API' version='${project.version}'>",
24     "outputs": 1,
25     "x": 301.00000381469727,
26     "y": 138.99998664855957,
27     "z": "afcbb687.85236",
28     "wires": [
29       [
30         "f765e2a8.07eac"
31       ]
32     ]
33   },
34   {
35     "id": "f765e2a8.07eac",
36     "type": "method",
37     "name": "method network-topology-operation-create",
38     "xml": "<method rpc='network-topology-operation-create' mode='sync'>\n",
39     "comments": "",
40     "outputs": 1,
41     "x": 289.0001220703125,
42     "y": 226.99996948242188,
43     "z": "afcbb687.85236",
44     "wires": [
45       [
46         "ba8938ef.875328"
47       ]
48     ]
49   },
50   {
51     "id": "ba8938ef.875328",
52     "type": "block",
53     "name": "block : atomic",
54     "xml": "<block atomic=\"true\">\n",
55     "atomic": "false",
56     "comments": "",
57     "outputs": 1,
58     "x": 365,
59     "y": 625,
60     "z": "afcbb687.85236",
61     "wires": [
62       [
63         "e2f31eb5.a183e",
64         "ade3e35c.b5b59",
65         "7c2f72f7.87d2ac",
66         "8d5aeff7.32c67",
67         "d96cca8b.aef998",
68         "38000c67.90cd64",
69         "496a2fd4.025b58",
70         "7637caf4.d6c8f4",
71         "a2fb9e2f.a93ff8",
72         "fb6e4c2e.3cc6e8",
73         "f086eb6d.36e988",
74         "fb5a457c.e3d938",
75         "7b0c7c0c.cadfec",
76         "aec2b21c.351b48",
77         "fd85e187.c7dde",
78         "4308a2c5.6e7bac",
79         "8381990.da591e8"
80       ]
81     ]
82   },
83   {
84     "id": "f1c4e62c.acf5f",
85     "type": "execute",
86     "name": "execute RestApiCallNode Create IPWAN L3VPN",
87     "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"templateFileName\" value=\"$prop.sdncRestApi.tempDir +'/l3smvpntemplate.json'\"/>\n<parameter name=\"restapiUrl\" value=\"$prop.sdncRestApi.thirdpartySdnc.url +'/restconf/data/huawei-ac-net-l3vpn-svc:l3vpn-svc-cfg/vpn-services'\"/>\n<parameter name=\"restapiUser\" value=\"$prop.sdncRestApi.thirdpartySdnc.user\"/>\n<parameter name=\"restapiPassword\" value=\"$prop.sdncRestApi.thirdpartySdnc.password\"/>\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"post\"/>\n<parameter name=\"responsePrefix\" value=\"restapi-result\"/>",
88     "comments": "",
89     "outputs": 1,
90     "x": 1167.0001831054688,
91     "y": 997.9999694824219,
92     "z": "afcbb687.85236",
93     "wires": [
94       []
95     ]
96   },
97   {
98     "id": "e2f31eb5.a183e",
99     "type": "set",
100     "name": "set controller data",
101     "xml": "<set>\n<parameter name='prop.sdncRestApi.thirdpartySdnc.url' value=\"`$tmp.aai.esr-thirdparty-sdnc.esr-system-info-list[0].esr-system-info.serviceUrl`\" />\n<parameter name='prop.sdncRestApi.templateDir' value='/opt/onap/sdnc/data' />\n<parameter name='prop.sdncRestApi.thirdpartySdnc.user' value=\"`$tmp.aai.esr-thirdparty-sdnc.esr-system-info-list[0].esr-system-info.user-name`\" />\n<parameter name='prop.sdncRestApi.thirdpartySdnc.password' value=\"`$tmp.aai.esr-thirdparty-sdnc.esr-system-info-list[0].esr-system-info.password`\" />\n",
102     "comments": "",
103     "x": 790.0000610351562,
104     "y": 281.9999694824219,
105     "z": "afcbb687.85236",
106     "wires": []
107   },
108   {
109     "id": "d96cca8b.aef998",
110     "type": "for",
111     "name": "for each network-input-parameters",
112     "xml": "<for index='idx' start='0' end='`$network-topology-operation-input.network-request-input.network-input-parameters.param_length`' >\n",
113     "comments": "",
114     "outputs": 1,
115     "x": 850.6666259765625,
116     "y": 403.6666259765625,
117     "z": "afcbb687.85236",
118     "wires": [
119       [
120         "22c32b46.de62ec"
121       ]
122     ]
123   },
124   {
125     "id": "2bd25145.a5e5d6",
126     "type": "execute",
127     "name": "execute RestApiCallNode Create SPTN L3VPN",
128     "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"templateFileName\" value=\"$prop.sdncRestApi.tempDir +'/l3smsitetemplate.json'\"/>\n<parameter name=\"restapiUrl\" value=\"$prop.sdncRestApi.thirdpartySdnc.url\"/>\n<parameter name=\"restapiUser\" value=\"$prop.sdncRestApi.thirdpartySdnc.user\"/>\n<parameter name=\"restapiPassword\" value=\"$prop.sdncRestApi.thirdpartySdnc.password\"/>\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"post\"/>\n<parameter name=\"responsePrefix\" value=\"restapi-result\"/>",
129     "comments": "",
130     "outputs": 1,
131     "x": 1138.6668701171875,
132     "y": 1200.6666564941406,
133     "z": "afcbb687.85236",
134     "wires": [
135       []
136     ]
137   },
138   {
139     "id": "8d5aeff7.32c67",
140     "type": "execute",
141     "name": "execute vpn-policy1-id",
142     "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='generateUUID' >\n<parameter name=\"ctx-destination\" value=\"prop.l3vpn.vpn-policy1-id\"/>\n",
143     "comments": "",
144     "outputs": 1,
145     "x": 810.6666259765625,
146     "y": 460.6666564941406,
147     "z": "afcbb687.85236",
148     "wires": [
149       [
150         "f683f47d.fcccc8"
151       ]
152     ]
153   },
154   {
155     "id": "f683f47d.fcccc8",
156     "type": "failure",
157     "name": "failure",
158     "xml": "<outcome value='failure'>\n",
159     "comments": "",
160     "outputs": 1,
161     "x": 1035.6666259765625,
162     "y": 463.6666259765625,
163     "z": "afcbb687.85236",
164     "wires": [
165       [
166         "64dcb25e.cfa1dc"
167       ]
168     ]
169   },
170   {
171     "id": "64dcb25e.cfa1dc",
172     "type": "returnFailure",
173     "name": "return failure",
174     "xml": "<return status='failure'>\n<parameter name='error-code' value='' />\n<parameter name='error-message' value=\"An error occured while generation vpn policy ID\" />\n",
175     "comments": "",
176     "x": 1216.6666259765625,
177     "y": 461.6666259765625,
178     "z": "afcbb687.85236",
179     "wires": []
180   },
181   {
182     "id": "ade3e35c.b5b59",
183     "type": "call",
184     "name": "call GENERIC-RESOURCE-API:validate-network-input-parameters",
185     "xml": "<call module='GENERIC-RESOURCE-API' rpc='validate-network-input-parameters' mode='sync' >\n",
186     "comments": "",
187     "outputs": 1,
188     "x": 862.5,
189     "y": 103.99996948242188,
190     "z": "afcbb687.85236",
191     "wires": [
192       []
193     ]
194   },
195   {
196     "id": "7c2f72f7.87d2ac",
197     "type": "get-resource",
198     "name": "get-resource esr-thirdparty-sdnc",
199     "xml": "<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\t\tresource=\"esr-thirdparty-sdnc\" \n\t\tkey=\"esr-thirdparty-sdnc.thirdparty-sdnc-id = $tmp.thirdparty-sdnc-id AND \n\t\t     depth = '1'\"\n        pfx='tmp.aai.esr-thirdparty-sdnc' local-only='false' >\n\n",
200     "comments": "",
201     "outputs": 1,
202     "x": 832.5,
203     "y": 220.99996948242188,
204     "z": "afcbb687.85236",
205     "wires": [
206       [
207         "7c3121a2.590238",
208         "78ce712c.ccd01",
209         "cd33fdee.3222d"
210       ]
211     ]
212   },
213   {
214     "id": "7c3121a2.590238",
215     "type": "success",
216     "name": "success",
217     "xml": "<outcome value='success'>\n",
218     "comments": "",
219     "outputs": 1,
220     "x": 1157.5,
221     "y": 151.99996948242188,
222     "z": "afcbb687.85236",
223     "wires": [
224       [
225         "9cd190ea.6976c8"
226       ]
227     ]
228   },
229   {
230     "id": "78ce712c.ccd01",
231     "type": "not-found",
232     "name": "not-found",
233     "xml": "<outcome value='not-found'>\n",
234     "comments": "",
235     "outputs": 1,
236     "x": 1160.990966796875,
237     "y": 199.57400512695312,
238     "z": "afcbb687.85236",
239     "wires": [
240       [
241         "3b83df46.29f0f"
242       ]
243     ]
244   },
245   {
246     "id": "cd33fdee.3222d",
247     "type": "other",
248     "name": "other",
249     "xml": "<outcome value='Other'>\n",
250     "comments": "",
251     "outputs": 1,
252     "x": 1156.323974609375,
253     "y": 240.90731811523438,
254     "z": "afcbb687.85236",
255     "wires": [
256       [
257         "767371f2.e9e528"
258       ]
259     ]
260   },
261   {
262     "id": "3b83df46.29f0f",
263     "type": "returnFailure",
264     "name": "return failure",
265     "xml": "<return status='failure'>\n\t<parameter name='ack-final' value='Y'/>\n\t<parameter name=\"error-code\" value=\"500\" />\n    <parameter name=\"error-message\" value=\"`'An error occurred while querying esr-thirdparty-sdnc from AnAI with thirdparty-sdnc-id = ' + $tmp.thirdparty-sdnc-id`\" />\n\n",
266     "comments": "",
267     "x": 1337.5623779296875,
268     "y": 187.8597412109375,
269     "z": "afcbb687.85236",
270     "wires": []
271   },
272   {
273     "id": "767371f2.e9e528",
274     "type": "returnFailure",
275     "name": "return failure",
276     "xml": "<return status='failure'>\n\t<parameter name='ack-final' value='Y'/>\n\t<parameter name=\"error-code\" value=\"500\" />\n    <parameter name=\"error-message\" value=\"`'Unexpected error occurred while querying esr-thirdparty-sdnc from AnAI with thirdparty-sdnc-id = ' + $tmp.thirdparty-sdnc-id`\" />\n\n",
277     "comments": "",
278     "x": 1344.0965309143066,
279     "y": 236.346510887146,
280     "z": "afcbb687.85236",
281     "wires": []
282   },
283   {
284     "id": "9cd190ea.6976c8",
285     "type": "block",
286     "name": "block : atomic",
287     "xml": "<block atomic=\"true\">",
288     "atomic": "true",
289     "outputs": 1,
290     "x": 1335.705322265625,
291     "y": 144.57400512695312,
292     "z": "afcbb687.85236",
293     "wires": [
294       []
295     ]
296   },
297   {
298     "id": "22c32b46.de62ec",
299     "type": "block",
300     "name": "block",
301     "xml": "<block>\n",
302     "atomic": "false",
303     "comments": "",
304     "outputs": 1,
305     "x": 1249.5,
306     "y": 409.9999694824219,
307     "z": "afcbb687.85236",
308     "wires": [
309       [
310         "ff55b388.99abf8",
311         "38873b05.a3c454",
312         "9175a87c.a6aee",
313         "c55257b2.b8e8",
314         "75421ae0.2f14a4",
315         "8d568c42.a5a6b",
316         "c77b0665.1769f8",
317         "9a8d8afe.f563a",
318         "88904f93.c66ce8",
319         "6e84728c.673824",
320         "1d735f8b.a0bda8",
321         "e368f329.6d7548",
322         "a3622b1.27cced8",
323         "abae0359.a1f078",
324         "68ac49c7.06602",
325         "5e346a8c.2e71cc",
326         "d1e7e706.64fca8",
327         "bac90fd8.5903c8",
328         "5b9e96bc.f4818",
329         "ec98c6d8.1a97c",
330         "2e62b281.5fb4be",
331         "aedad5e0.0eea1",
332         "c0968178.a081f",
333         "b0b0d932.2b92c",
334         "6df47e7a.007368"
335       ]
336     ]
337   },
338   {
339     "id": "ff55b388.99abf8",
340     "type": "switchNode",
341     "name": "switch name",
342     "xml": "<switch test=\"`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].name == 'name'`\">\n",
343     "comments": "",
344     "outputs": 1,
345     "x": 1600.5,
346     "y": 34,
347     "z": "afcbb687.85236",
348     "wires": [
349       [
350         "f559aca3.91e3"
351       ]
352     ]
353   },
354   {
355     "id": "38873b05.a3c454",
356     "type": "switchNode",
357     "name": "switch service-type",
358     "xml": "<switch test=\"`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].name == 'service-type'`\">\n",
359     "comments": "",
360     "outputs": 1,
361     "x": 1604.4999389648438,
362     "y": 95.5999755859375,
363     "z": "afcbb687.85236",
364     "wires": [
365       [
366         "401247a1.5ff7d"
367       ]
368     ]
369   },
370   {
371     "id": "f559aca3.91e3",
372     "type": "outcomeTrue",
373     "name": "true",
374     "xml": "<outcome value='true'>\n",
375     "comments": "",
376     "outputs": 1,
377     "x": 1787.5,
378     "y": 34,
379     "z": "afcbb687.85236",
380     "wires": [
381       [
382         "79625ec4.855a18"
383       ]
384     ]
385   },
386   {
387     "id": "401247a1.5ff7d",
388     "type": "outcomeTrue",
389     "name": "true",
390     "xml": "<outcome value='true'>\n",
391     "comments": "",
392     "outputs": 1,
393     "x": 1789.4999389648438,
394     "y": 93.5999755859375,
395     "z": "afcbb687.85236",
396     "wires": [
397       [
398         "6a87bf48.abeba"
399       ]
400     ]
401   },
402   {
403     "id": "79625ec4.855a18",
404     "type": "set",
405     "name": "set name",
406     "xml": "<set>\n<parameter name='prop.l3vpn.name' value='`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].value`' />\n",
407     "comments": "",
408     "x": 1955.5,
409     "y": 34.600006103515625,
410     "z": "afcbb687.85236",
411     "wires": []
412   },
413   {
414     "id": "6a87bf48.abeba",
415     "type": "set",
416     "name": "set service-type",
417     "xml": "<set>\n<parameter name='prop.l3vpn.service-type' value='`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].value`' />\n",
418     "comments": "",
419     "x": 1958.4999389648438,
420     "y": 91.5999755859375,
421     "z": "afcbb687.85236",
422     "wires": []
423   },
424   {
425     "id": "9175a87c.a6aee",
426     "type": "switchNode",
427     "name": "switch topology",
428     "xml": "<switch test=\"`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].name == 'topology'`\">\n",
429     "comments": "",
430     "outputs": 1,
431     "x": 1603.5,
432     "y": 156.99996948242188,
433     "z": "afcbb687.85236",
434     "wires": [
435       [
436         "a64e4877.40f2a8"
437       ]
438     ]
439   },
440   {
441     "id": "c55257b2.b8e8",
442     "type": "switchNode",
443     "name": "switch technology",
444     "xml": "<switch test=\"`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].name == 'technology'`\">\n",
445     "comments": "",
446     "outputs": 1,
447     "x": 1606.5,
448     "y": 209.99996948242188,
449     "z": "afcbb687.85236",
450     "wires": [
451       [
452         "9ba6f7b3.df8438"
453       ]
454     ]
455   },
456   {
457     "id": "75421ae0.2f14a4",
458     "type": "switchNode",
459     "name": "switch site1_name",
460     "xml": "<switch test=\"`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].name == 'site1_name'`\">\n",
461     "comments": "",
462     "outputs": 1,
463     "x": 1611.5,
464     "y": 271.9999694824219,
465     "z": "afcbb687.85236",
466     "wires": [
467       [
468         "3fe3c429.54f524"
469       ]
470     ]
471   },
472   {
473     "id": "8d568c42.a5a6b",
474     "type": "switchNode",
475     "name": "switch site2_name",
476     "xml": "<switch test=\"`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].name == 'site2_name'`\">\n",
477     "comments": "",
478     "outputs": 1,
479     "x": 1606.5,
480     "y": 334.9999694824219,
481     "z": "afcbb687.85236",
482     "wires": [
483       [
484         "4b788419.283d84"
485       ]
486     ]
487   },
488   {
489     "id": "c77b0665.1769f8",
490     "type": "switchNode",
491     "name": "switch sna1_name",
492     "xml": "<switch test=\"`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].name == 'sna1_name'`\">\n",
493     "comments": "",
494     "outputs": 1,
495     "x": 1611.5,
496     "y": 394.9999694824219,
497     "z": "afcbb687.85236",
498     "wires": [
499       [
500         "df5a50d3.c67ae"
501       ]
502     ]
503   },
504   {
505     "id": "9a8d8afe.f563a",
506     "type": "switchNode",
507     "name": "switch sna2_name",
508     "xml": "<switch test=\"`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].name == 'sna2_name'`\">\n",
509     "comments": "",
510     "outputs": 1,
511     "x": 1606.5,
512     "y": 458.9999694824219,
513     "z": "afcbb687.85236",
514     "wires": [
515       [
516         "8824fdd5.acc64"
517       ]
518     ]
519   },
520   {
521     "id": "88904f93.c66ce8",
522     "type": "switchNode",
523     "name": "switch pe1_id",
524     "xml": "<switch test=\"`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].name == 'pe1_id'`\">\n",
525     "comments": "",
526     "outputs": 1,
527     "x": 1611.5,
528     "y": 520.9999694824219,
529     "z": "afcbb687.85236",
530     "wires": [
531       [
532         "11f03ae0.763e8d"
533       ]
534     ]
535   },
536   {
537     "id": "6e84728c.673824",
538     "type": "switchNode",
539     "name": "switch pe2_id",
540     "xml": "<switch test=\"`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].name == 'pe2_id'`\">\n",
541     "comments": "",
542     "outputs": 1,
543     "x": 1626.5,
544     "y": 580.9999694824219,
545     "z": "afcbb687.85236",
546     "wires": [
547       [
548         "62aa94da.25d62c"
549       ]
550     ]
551   },
552   {
553     "id": "1d735f8b.a0bda8",
554     "type": "switchNode",
555     "name": "switch ac1_id",
556     "xml": "<switch test=\"`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].name == 'ac1_id'`\">\n",
557     "comments": "",
558     "outputs": 1,
559     "x": 1621.5,
560     "y": 652.9999694824219,
561     "z": "afcbb687.85236",
562     "wires": [
563       [
564         "a020360c.e4bb5"
565       ]
566     ]
567   },
568   {
569     "id": "e368f329.6d7548",
570     "type": "switchNode",
571     "name": "switch ac2_id",
572     "xml": "<switch test=\"`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].name == 'ac2_id'`\">\n",
573     "comments": "",
574     "outputs": 1,
575     "x": 1620.5,
576     "y": 711.9999694824219,
577     "z": "afcbb687.85236",
578     "wires": [
579       [
580         "8fc6e5e2.e24288"
581       ]
582     ]
583   },
584   {
585     "id": "a3622b1.27cced8",
586     "type": "switchNode",
587     "name": "switch ac1_ip",
588     "xml": "<switch test=\"`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].name == 'ac1_ip'`\">\n",
589     "comments": "",
590     "outputs": 1,
591     "x": 1597.5,
592     "y": 774.9999694824219,
593     "z": "afcbb687.85236",
594     "wires": [
595       [
596         "e82a870c.b39b28"
597       ]
598     ]
599   },
600   {
601     "id": "abae0359.a1f078",
602     "type": "switchNode",
603     "name": "switch ac2_ip",
604     "xml": "<switch test=\"`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].name == 'ac2_ip'`\">\n",
605     "comments": "",
606     "outputs": 1,
607     "x": 1600.5,
608     "y": 831.9999694824219,
609     "z": "afcbb687.85236",
610     "wires": [
611       [
612         "47898e68.b0462"
613       ]
614     ]
615   },
616   {
617     "id": "68ac49c7.06602",
618     "type": "switchNode",
619     "name": "switch ac1_peer_ip",
620     "xml": "<switch test=\"`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].name == 'ac1_peer_ip'`\">\n",
621     "comments": "",
622     "outputs": 1,
623     "x": 1606.5,
624     "y": 883.9999694824219,
625     "z": "afcbb687.85236",
626     "wires": [
627       [
628         "eaea8bad.5cf788"
629       ]
630     ]
631   },
632   {
633     "id": "5e346a8c.2e71cc",
634     "type": "switchNode",
635     "name": "switch ac2_peer_ip",
636     "xml": "<switch test=\"`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].name == 'ac2_peer_ip'`\">\n",
637     "comments": "",
638     "outputs": 1,
639     "x": 1607.5,
640     "y": 938.9999694824219,
641     "z": "afcbb687.85236",
642     "wires": [
643       [
644         "54e08fc1.717778"
645       ]
646     ]
647   },
648   {
649     "id": "d1e7e706.64fca8",
650     "type": "switchNode",
651     "name": "switch ac1_svlan",
652     "xml": "<switch test=\"`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].name == 'ac1_svlan'`\">\n",
653     "comments": "",
654     "outputs": 1,
655     "x": 1619.5,
656     "y": 987.9999694824219,
657     "z": "afcbb687.85236",
658     "wires": [
659       [
660         "c485c539.43b58"
661       ]
662     ]
663   },
664   {
665     "id": "bac90fd8.5903c8",
666     "type": "switchNode",
667     "name": "switch ac2_svlan",
668     "xml": "<switch test=\"`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].name == 'ac2_svlan'`\">\n",
669     "comments": "",
670     "outputs": 1,
671     "x": 1612.5,
672     "y": 1038.9999694824219,
673     "z": "afcbb687.85236",
674     "wires": [
675       [
676         "dc18349.f485ec8"
677       ]
678     ]
679   },
680   {
681     "id": "5b9e96bc.f4818",
682     "type": "switchNode",
683     "name": "switch ac1_protocol",
684     "xml": "<switch test=\"`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].name == 'ac1_protocol'`\">\n",
685     "comments": "",
686     "outputs": 1,
687     "x": 1605.5,
688     "y": 1096.9999694824219,
689     "z": "afcbb687.85236",
690     "wires": [
691       [
692         "a2803a12.7713d8"
693       ]
694     ]
695   },
696   {
697     "id": "ec98c6d8.1a97c",
698     "type": "switchNode",
699     "name": "switch ac2_protocol",
700     "xml": "<switch test=\"`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].name == 'ac2_protocol'`\">\n",
701     "comments": "",
702     "outputs": 1,
703     "x": 1606.5,
704     "y": 1156.9999694824219,
705     "z": "afcbb687.85236",
706     "wires": [
707       [
708         "596f6089.d1edf8"
709       ]
710     ]
711   },
712   {
713     "id": "2e62b281.5fb4be",
714     "type": "switchNode",
715     "name": "switch ac1_protocol_bgp_as",
716     "xml": "<switch test=\"`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].name == 'ac1_protocol_bgp_as'`\">\n",
717     "comments": "",
718     "outputs": 1,
719     "x": 1600.5,
720     "y": 1342.9999694824219,
721     "z": "afcbb687.85236",
722     "wires": [
723       [
724         "6e2cd8be.f3048"
725       ]
726     ]
727   },
728   {
729     "id": "aedad5e0.0eea1",
730     "type": "switchNode",
731     "name": "switch ac2_protocol_bgp_as",
732     "xml": "<switch test=\"`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].name == 'ac2_protocol_bgp_as'`\">\n",
733     "comments": "",
734     "outputs": 1,
735     "x": 1606.5,
736     "y": 1393.9999694824219,
737     "z": "afcbb687.85236",
738     "wires": [
739       [
740         "d0f887af.29671"
741       ]
742     ]
743   },
744   {
745     "id": "c0968178.a081f",
746     "type": "switchNode",
747     "name": "switch af_type",
748     "xml": "<switch test=\"`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].name == 'af_type'`\">\n",
749     "comments": "",
750     "outputs": 1,
751     "x": 1573.5,
752     "y": 1484.9999694824219,
753     "z": "afcbb687.85236",
754     "wires": [
755       [
756         "82ff06f7.d0d528"
757       ]
758     ]
759   },
760   {
761     "id": "a64e4877.40f2a8",
762     "type": "outcomeTrue",
763     "name": "true",
764     "xml": "<outcome value='true'>\n",
765     "comments": "",
766     "outputs": 1,
767     "x": 1778.5,
768     "y": 152.99996948242188,
769     "z": "afcbb687.85236",
770     "wires": [
771       [
772         "da8c11e9.9cbec8"
773       ]
774     ]
775   },
776   {
777     "id": "9ba6f7b3.df8438",
778     "type": "outcomeTrue",
779     "name": "true",
780     "xml": "<outcome value='true'>\n",
781     "comments": "",
782     "outputs": 1,
783     "x": 1784.5,
784     "y": 205.99996948242188,
785     "z": "afcbb687.85236",
786     "wires": [
787       [
788         "ccc7b6d7.c058c8"
789       ]
790     ]
791   },
792   {
793     "id": "3fe3c429.54f524",
794     "type": "outcomeTrue",
795     "name": "true",
796     "xml": "<outcome value='true'>\n",
797     "comments": "",
798     "outputs": 1,
799     "x": 1793.5,
800     "y": 267.9999694824219,
801     "z": "afcbb687.85236",
802     "wires": [
803       [
804         "e5bd3aa8.87da7"
805       ]
806     ]
807   },
808   {
809     "id": "4b788419.283d84",
810     "type": "outcomeTrue",
811     "name": "true",
812     "xml": "<outcome value='true'>\n",
813     "comments": "",
814     "outputs": 1,
815     "x": 1791.5,
816     "y": 330.9999694824219,
817     "z": "afcbb687.85236",
818     "wires": [
819       [
820         "bd7f255d.5699f"
821       ]
822     ]
823   },
824   {
825     "id": "df5a50d3.c67ae",
826     "type": "outcomeTrue",
827     "name": "true",
828     "xml": "<outcome value='true'>\n",
829     "comments": "",
830     "outputs": 1,
831     "x": 1796.5,
832     "y": 392.9999694824219,
833     "z": "afcbb687.85236",
834     "wires": [
835       [
836         "f25f5.2f7afa0c"
837       ]
838     ]
839   },
840   {
841     "id": "8824fdd5.acc64",
842     "type": "outcomeTrue",
843     "name": "true",
844     "xml": "<outcome value='true'>\n",
845     "comments": "",
846     "outputs": 1,
847     "x": 1788.5,
848     "y": 450.9999694824219,
849     "z": "afcbb687.85236",
850     "wires": [
851       [
852         "901b9d66.12536"
853       ]
854     ]
855   },
856   {
857     "id": "11f03ae0.763e8d",
858     "type": "outcomeTrue",
859     "name": "true",
860     "xml": "<outcome value='true'>\n",
861     "comments": "",
862     "outputs": 1,
863     "x": 1789.5,
864     "y": 513.9999694824219,
865     "z": "afcbb687.85236",
866     "wires": [
867       [
868         "95a707d1.9e9078"
869       ]
870     ]
871   },
872   {
873     "id": "62aa94da.25d62c",
874     "type": "outcomeTrue",
875     "name": "true",
876     "xml": "<outcome value='true'>\n",
877     "comments": "",
878     "outputs": 1,
879     "x": 1788.5,
880     "y": 582.9999694824219,
881     "z": "afcbb687.85236",
882     "wires": [
883       [
884         "3501cf57.589d68"
885       ]
886     ]
887   },
888   {
889     "id": "a020360c.e4bb5",
890     "type": "outcomeTrue",
891     "name": "true",
892     "xml": "<outcome value='true'>\n",
893     "comments": "",
894     "outputs": 1,
895     "x": 1785.5,
896     "y": 650.9999694824219,
897     "z": "afcbb687.85236",
898     "wires": [
899       [
900         "c6cf31c5.5d1aa"
901       ]
902     ]
903   },
904   {
905     "id": "8fc6e5e2.e24288",
906     "type": "outcomeTrue",
907     "name": "true",
908     "xml": "<outcome value='true'>\n",
909     "comments": "",
910     "outputs": 1,
911     "x": 1784.5,
912     "y": 714.9999694824219,
913     "z": "afcbb687.85236",
914     "wires": [
915       [
916         "6265cd27.81f2dc"
917       ]
918     ]
919   },
920   {
921     "id": "e82a870c.b39b28",
922     "type": "outcomeTrue",
923     "name": "true",
924     "xml": "<outcome value='true'>\n",
925     "comments": "",
926     "outputs": 1,
927     "x": 1757.5,
928     "y": 772.9999694824219,
929     "z": "afcbb687.85236",
930     "wires": [
931       [
932         "6e17c55d.2a19a4"
933       ]
934     ]
935   },
936   {
937     "id": "47898e68.b0462",
938     "type": "outcomeTrue",
939     "name": "true",
940     "xml": "<outcome value='true'>\n",
941     "comments": "",
942     "outputs": 1,
943     "x": 1759.5,
944     "y": 829.9999694824219,
945     "z": "afcbb687.85236",
946     "wires": [
947       [
948         "7924cc2a.35fc2c"
949       ]
950     ]
951   },
952   {
953     "id": "eaea8bad.5cf788",
954     "type": "outcomeTrue",
955     "name": "true",
956     "xml": "<outcome value='true'>\n",
957     "comments": "",
958     "outputs": 1,
959     "x": 1795.5,
960     "y": 880.9999694824219,
961     "z": "afcbb687.85236",
962     "wires": [
963       [
964         "3e869a26.2e7586"
965       ]
966     ]
967   },
968   {
969     "id": "54e08fc1.717778",
970     "type": "outcomeTrue",
971     "name": "true",
972     "xml": "<outcome value='true'>\n",
973     "comments": "",
974     "outputs": 1,
975     "x": 1800.5,
976     "y": 943.9999694824219,
977     "z": "afcbb687.85236",
978     "wires": [
979       [
980         "9886630f.778418"
981       ]
982     ]
983   },
984   {
985     "id": "c485c539.43b58",
986     "type": "outcomeTrue",
987     "name": "true",
988     "xml": "<outcome value='true'>\n",
989     "comments": "",
990     "outputs": 1,
991     "x": 1796.5,
992     "y": 992.9999694824219,
993     "z": "afcbb687.85236",
994     "wires": [
995       [
996         "78c58e8a.23d18"
997       ]
998     ]
999   },
1000   {
1001     "id": "dc18349.f485ec8",
1002     "type": "outcomeTrue",
1003     "name": "true",
1004     "xml": "<outcome value='true'>\n",
1005     "comments": "",
1006     "outputs": 1,
1007     "x": 1780.5,
1008     "y": 1041.9999694824219,
1009     "z": "afcbb687.85236",
1010     "wires": [
1011       [
1012         "69f6023e.41e15c"
1013       ]
1014     ]
1015   },
1016   {
1017     "id": "a2803a12.7713d8",
1018     "type": "outcomeTrue",
1019     "name": "true",
1020     "xml": "<outcome value='true'>\n",
1021     "comments": "",
1022     "outputs": 1,
1023     "x": 1777.5,
1024     "y": 1094.9999694824219,
1025     "z": "afcbb687.85236",
1026     "wires": [
1027       [
1028         "2df41f91.eb242"
1029       ]
1030     ]
1031   },
1032   {
1033     "id": "596f6089.d1edf8",
1034     "type": "outcomeTrue",
1035     "name": "true",
1036     "xml": "<outcome value='true'>\n",
1037     "comments": "",
1038     "outputs": 1,
1039     "x": 1790.5,
1040     "y": 1153.9999694824219,
1041     "z": "afcbb687.85236",
1042     "wires": [
1043       [
1044         "e6263a0e.005cf8"
1045       ]
1046     ]
1047   },
1048   {
1049     "id": "6e2cd8be.f3048",
1050     "type": "outcomeTrue",
1051     "name": "true",
1052     "xml": "<outcome value='true'>\n",
1053     "comments": "",
1054     "outputs": 1,
1055     "x": 1808.5,
1056     "y": 1339.9999694824219,
1057     "z": "afcbb687.85236",
1058     "wires": [
1059       [
1060         "84d5b1db.9b60d8"
1061       ]
1062     ]
1063   },
1064   {
1065     "id": "d0f887af.29671",
1066     "type": "outcomeTrue",
1067     "name": "true",
1068     "xml": "<outcome value='true'>\n",
1069     "comments": "",
1070     "outputs": 1,
1071     "x": 1815.5,
1072     "y": 1389.9999694824219,
1073     "z": "afcbb687.85236",
1074     "wires": [
1075       [
1076         "a8af002f.68a168"
1077       ]
1078     ]
1079   },
1080   {
1081     "id": "82ff06f7.d0d528",
1082     "type": "outcomeTrue",
1083     "name": "true",
1084     "xml": "<outcome value='true'>\n",
1085     "comments": "",
1086     "outputs": 1,
1087     "x": 1777.5,
1088     "y": 1493.9999694824219,
1089     "z": "afcbb687.85236",
1090     "wires": [
1091       [
1092         "849d8b1.9052178"
1093       ]
1094     ]
1095   },
1096   {
1097     "id": "da8c11e9.9cbec8",
1098     "type": "set",
1099     "name": "set topology",
1100     "xml": "<set>\n<parameter name='prop.l3vpn.topology' value='`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].value`' />\n",
1101     "comments": "",
1102     "x": 1973.5,
1103     "y": 153.99996948242188,
1104     "z": "afcbb687.85236",
1105     "wires": []
1106   },
1107   {
1108     "id": "ccc7b6d7.c058c8",
1109     "type": "set",
1110     "name": "set technology",
1111     "xml": "<set>\n<parameter name='prop.l3vpn.technology' value='`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].value`' />\n",
1112     "comments": "",
1113     "x": 1963.5,
1114     "y": 207.99996948242188,
1115     "z": "afcbb687.85236",
1116     "wires": []
1117   },
1118   {
1119     "id": "e5bd3aa8.87da7",
1120     "type": "set",
1121     "name": "set site1_name",
1122     "xml": "<set>\n<parameter name='prop.l3vpn.site1_name' value='`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].value`' />\n",
1123     "comments": "",
1124     "x": 1967.5,
1125     "y": 264.9999694824219,
1126     "z": "afcbb687.85236",
1127     "wires": []
1128   },
1129   {
1130     "id": "bd7f255d.5699f",
1131     "type": "set",
1132     "name": "set site2_name",
1133     "xml": "<set>\n<parameter name='prop.l3vpn.site2_name' value='`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].value`' />\n",
1134     "comments": "",
1135     "x": 1970.5,
1136     "y": 323.9999694824219,
1137     "z": "afcbb687.85236",
1138     "wires": []
1139   },
1140   {
1141     "id": "f25f5.2f7afa0c",
1142     "type": "set",
1143     "name": "set sna1_name",
1144     "xml": "<set>\n<parameter name='prop.l3vpn.sna1_name' value='`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].value`' />\n",
1145     "comments": "",
1146     "x": 1978.5,
1147     "y": 385.9999694824219,
1148     "z": "afcbb687.85236",
1149     "wires": []
1150   },
1151   {
1152     "id": "901b9d66.12536",
1153     "type": "set",
1154     "name": "set sna2_name",
1155     "xml": "<set>\n<parameter name='prop.l3vpn.sna2_name' value='`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].value`' />\n",
1156     "comments": "",
1157     "x": 1970.5,
1158     "y": 445.9999694824219,
1159     "z": "afcbb687.85236",
1160     "wires": []
1161   },
1162   {
1163     "id": "95a707d1.9e9078",
1164     "type": "set",
1165     "name": "set pe1_id",
1166     "xml": "<set>\n<parameter name='prop.l3vpn.pe1_id' value='`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].value`' />\n",
1167     "comments": "",
1168     "x": 1967.5,
1169     "y": 505.9999694824219,
1170     "z": "afcbb687.85236",
1171     "wires": []
1172   },
1173   {
1174     "id": "3501cf57.589d68",
1175     "type": "set",
1176     "name": "set pe2_id",
1177     "xml": "<set>\n<parameter name='prop.l3vpn.pe2_id' value='`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].value`' />\n",
1178     "comments": "",
1179     "x": 1963.5,
1180     "y": 576.9999694824219,
1181     "z": "afcbb687.85236",
1182     "wires": []
1183   },
1184   {
1185     "id": "c6cf31c5.5d1aa",
1186     "type": "set",
1187     "name": "set ac1_id",
1188     "xml": "<set>\n<parameter name='prop.l3vpn.ac1_id' value='`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].value`' />\n",
1189     "comments": "",
1190     "x": 1956.5,
1191     "y": 642.9999694824219,
1192     "z": "afcbb687.85236",
1193     "wires": []
1194   },
1195   {
1196     "id": "6265cd27.81f2dc",
1197     "type": "set",
1198     "name": "set ac2_id",
1199     "xml": "<set>\n<parameter name='prop.l3vpn.ac2_id' value='`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].value`' />\n",
1200     "comments": "",
1201     "x": 1959.5,
1202     "y": 709.9999694824219,
1203     "z": "afcbb687.85236",
1204     "wires": []
1205   },
1206   {
1207     "id": "6e17c55d.2a19a4",
1208     "type": "set",
1209     "name": "set ac1_ip",
1210     "xml": "<set>\n<parameter name='prop.l3vpn.ac1_ip' value='`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].value`' />\n",
1211     "comments": "",
1212     "x": 1935.5,
1213     "y": 775.9999694824219,
1214     "z": "afcbb687.85236",
1215     "wires": []
1216   },
1217   {
1218     "id": "7924cc2a.35fc2c",
1219     "type": "set",
1220     "name": "set ac2_ip",
1221     "xml": "<set>\n<parameter name='prop.l3vpn.ac2_ip' value='`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].value`' />\n",
1222     "comments": "",
1223     "x": 1939.5,
1224     "y": 829.9999694824219,
1225     "z": "afcbb687.85236",
1226     "wires": []
1227   },
1228   {
1229     "id": "3e869a26.2e7586",
1230     "type": "set",
1231     "name": "set ac1_peer_ip",
1232     "xml": "<set>\n<parameter name='prop.l3vpn.ac1_peer_ip' value='`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].value`' />\n",
1233     "comments": "",
1234     "x": 1987.5,
1235     "y": 884.9999694824219,
1236     "z": "afcbb687.85236",
1237     "wires": []
1238   },
1239   {
1240     "id": "9886630f.778418",
1241     "type": "set",
1242     "name": "set ac2_peer_ip",
1243     "xml": "<set>\n<parameter name='prop.l3vpn.ac2_peer_ip' value='`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].value`' />\n",
1244     "comments": "",
1245     "x": 1983.5,
1246     "y": 939.9999694824219,
1247     "z": "afcbb687.85236",
1248     "wires": []
1249   },
1250   {
1251     "id": "78c58e8a.23d18",
1252     "type": "set",
1253     "name": "set ac1_svlan",
1254     "xml": "<set>\n<parameter name='prop.l3vpn.ac1_svlan' value='`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].value`' />\n",
1255     "comments": "",
1256     "x": 1977.5,
1257     "y": 994.9999694824219,
1258     "z": "afcbb687.85236",
1259     "wires": []
1260   },
1261   {
1262     "id": "69f6023e.41e15c",
1263     "type": "set",
1264     "name": "set ac2_svlan",
1265     "xml": "<set>\n<parameter name='prop.l3vpn.ac2_svlan' value='`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].value`' />\n",
1266     "comments": "",
1267     "x": 1974.5,
1268     "y": 1047.9999694824219,
1269     "z": "afcbb687.85236",
1270     "wires": []
1271   },
1272   {
1273     "id": "2df41f91.eb242",
1274     "type": "set",
1275     "name": "set ac1_protocol",
1276     "xml": "<set>\n<parameter name='prop.l3vpn.ac1_protocol' value='`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].value`' />\n",
1277     "comments": "",
1278     "x": 1972.5,
1279     "y": 1104.9999694824219,
1280     "z": "afcbb687.85236",
1281     "wires": []
1282   },
1283   {
1284     "id": "e6263a0e.005cf8",
1285     "type": "set",
1286     "name": "set ac2_protocol",
1287     "xml": "<set>\n<parameter name='prop.l3vpn.ac2_protocol' value='`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].value`' />\n",
1288     "comments": "",
1289     "x": 1981.5,
1290     "y": 1156.9999694824219,
1291     "z": "afcbb687.85236",
1292     "wires": []
1293   },
1294   {
1295     "id": "84d5b1db.9b60d8",
1296     "type": "set",
1297     "name": "set ac1_protocol_bgp_as",
1298     "xml": "<set>\n<parameter name='prop.l3vpn.ac1_protocol_bgp_as' value='`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].value`' />\n<parameter name='prop.l3vpn.peer1-ip' value='`$prop.l3vpn.ac1_ip`' />\n",
1299     "comments": "",
1300     "x": 2075.5,
1301     "y": 1360.9999694824219,
1302     "z": "afcbb687.85236",
1303     "wires": []
1304   },
1305   {
1306     "id": "a8af002f.68a168",
1307     "type": "set",
1308     "name": "set ac2_protocol_bgp_as",
1309     "xml": "<set>\n<parameter name='prop.l3vpn.ac2_protocol_bgp_as' value='`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].value`' />\n<parameter name='prop.l3vpn.peer2-ip' value='`$prop.l3vpn.ac2_ip`' />\n",
1310     "comments": "",
1311     "x": 2087.5,
1312     "y": 1409.9999694824219,
1313     "z": "afcbb687.85236",
1314     "wires": []
1315   },
1316   {
1317     "id": "849d8b1.9052178",
1318     "type": "set",
1319     "name": "set af_type",
1320     "xml": "<set>\n<parameter name='prop.l3vpn.af_type' value='`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].value`' />\n",
1321     "comments": "",
1322     "x": 1971.5,
1323     "y": 1503.9999694824219,
1324     "z": "afcbb687.85236",
1325     "wires": []
1326   },
1327   {
1328     "id": "38000c67.90cd64",
1329     "type": "record",
1330     "name": "record",
1331     "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/svclogic.log\"/>\n<parameter name=\"Time\" value=\"__TIMESTAMP__\"/>\n<parameter name=\"Method\" value=\"network-topology-operation-create\"/>\n<parameter name=\"SubMethod\" value=\"L3VPN-Config\"/>\n<parameter name=\"l3vpn_name\" value=\"`$prop.l3vpn.name`\"/>\n<parameter name=\"topology\" value=\"`$prop.l3vpn.topology`\"/>\n<parameter name=\"site1_name\" value=\"`$prop.l3vpn.site1_name`\"/>\n<parameter name=\"vpn-policy1-id\" value=\"`$prop.l3vpn.vpn-policy1-id`\"/>\n<parameter name=\"l3vpn.entry1-id\" value=\"`$prop.l3vpn.entry1-id`\"/>\n<parameter name=\"sna1_name\" value=\"`$prop.l3vpn.sna1_name`\"/>\n<parameter name=\"pe1_id\" value=\"`$prop.l3vpn.pe1_id`\"/>\n<parameter name=\"ac1_id\" value=\"`$prop.l3vpn.ac1_id`\"/>\n<parameter name=\"sna1_svlan\" value=\"`$prop.l3vpn.sna1_svlan`\"/>\n<parameter name=\"ac1-peer-ip\" value=\"`$prop.l3vpn.ac1-peer-ip`\"/>\n<parameter name=\"ac1-ip\" value=\"`$prop.l3vpn.ac1-ip`\"/>\n<parameter name=\"ac1_protocol\" value=\"`$prop.l3vpn.ac1_protocol`\"/>\n<parameter name=\"sna1-route-ip-prefix\" value=\"`$prop.l3vpn.sna1-route-ip-prefix`\"/>\n<parameter name=\"sna1-route-next-hop\" value=\"`$prop.l3vpn.sna1-route-next-hop`\"/>\n<parameter name=\"peer1-ip\" value=\"`$prop.l3vpn.peer1-ip`\"/>\n<parameter name=\"ac1_protocol_bgp_as\" value=\"`$prop.l3vpn.ac1_protocol_bgp_as`\"/>\n<parameter name=\"vrf1-id\" value=\"`$prop.l3vpn.vrf1-id`\"/>\n<parameter name=\"site2_name\" value=\"`$prop.l3vpn.site2_name`\"/>\n<parameter name=\"vpn-policy2-id\" value=\"`$prop.l3vpn.vpn-policy2-id`\"/>\n<parameter name=\"l3vpn.entry2-id\" value=\"`$prop.l3vpn.entry2-id`\"/>\n<parameter name=\"sna2_name\" value=\"`$prop.l3vpn.sna2_name`\"/>\n<parameter name=\"pe2_id\" value=\"`$prop.l3vpn.pe2_id`\"/>\n<parameter name=\"ac2_id\" value=\"`$prop.l3vpn.ac2_id`\"/>\n<parameter name=\"sna2_svlan\" value=\"`$prop.l3vpn.sna2_svlan`\"/>\n<parameter name=\"ac2-peer-ip\" value=\"`$prop.l3vpn.ac2-peer-ip`\"/>\n<parameter name=\"ac2-ip\" value=\"`$prop.l3vpn.ac2-ip`\"/>\n<parameter name=\"ac2_protocol\" value=\"`$prop.l3vpn.ac2_protocol`\"/>\n<parameter name=\"sna2-route-ip-prefix\" value=\"`$prop.l3vpn.sna2-route-ip-prefix`\"/>\n<parameter name=\"sna2-route-next-hop\" value=\"`$prop.l3vpn.sna2-route-next-hop`\"/>\n<parameter name=\"peer2-ip\" value=\"`$prop.l3vpn.peer2-ip`\"/>\n<parameter name=\"ac2_protocol_bgp_as\" value=\"`$prop.l3vpn.ac2_protocol_bgp_as`\"/>\n<parameter name=\"vrf2-id\" value=\"`$prop.l3vpn.vrf2-id`\"/>\n<parameter name=\"af_type\" value=\"`$prop.l3vpn.af_type`\"/>\n",
1332     "comments": "",
1333     "outputs": 1,
1334     "x": 722,
1335     "y": 995,
1336     "z": "afcbb687.85236",
1337     "wires": [
1338       []
1339     ]
1340   },
1341   {
1342     "id": "496a2fd4.025b58",
1343     "type": "switchNode",
1344     "name": "switch service-type",
1345     "xml": "<switch test=\"`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].name == 'service-type'`\">\n",
1346     "comments": "",
1347     "outputs": 1,
1348     "x": 703,
1349     "y": 1141,
1350     "z": "afcbb687.85236",
1351     "wires": [
1352       [
1353         "42648755.1a8ba8",
1354         "902f9c3b.315d",
1355         "a37f7e10.357a9"
1356       ]
1357     ]
1358   },
1359   {
1360     "id": "42648755.1a8ba8",
1361     "type": "outcomeTrue",
1362     "name": "l3vpn-ipwan",
1363     "xml": "<outcome value='l3vpn-ipwan'>\n",
1364     "comments": "",
1365     "outputs": 1,
1366     "x": 689,
1367     "y": 1066,
1368     "z": "afcbb687.85236",
1369     "wires": [
1370       [
1371         "490fa182.d51e38"
1372       ]
1373     ]
1374   },
1375   {
1376     "id": "902f9c3b.315d",
1377     "type": "outcomeTrue",
1378     "name": "l3vpn-sptn",
1379     "xml": "<outcome value='true'>\n",
1380     "comments": "",
1381     "outputs": 1,
1382     "x": 845,
1383     "y": 1209.9999694824219,
1384     "z": "afcbb687.85236",
1385     "wires": [
1386       [
1387         "2bd25145.a5e5d6"
1388       ]
1389     ]
1390   },
1391   {
1392     "id": "a37f7e10.357a9",
1393     "type": "outcomeTrue",
1394     "name": "other",
1395     "xml": "<outcome value='Other'>\n",
1396     "comments": "",
1397     "outputs": 1,
1398     "x": 843,
1399     "y": 1288.9999694824219,
1400     "z": "afcbb687.85236",
1401     "wires": [
1402       [
1403         "33c3396f.7705ae"
1404       ]
1405     ]
1406   },
1407   {
1408     "id": "33c3396f.7705ae",
1409     "type": "returnFailure",
1410     "name": "return failure",
1411     "xml": "<return status='failure'>\n\t<parameter name='ack-final' value='Y'/>\n\t<parameter name=\"error-code\" value=\"500\" />\n    <parameter name=\"error-message\" value=\"Unexpected error retrieving vpn binding\" />\n\n",
1412     "comments": "",
1413     "x": 1026,
1414     "y": 1287.9999694824219,
1415     "z": "afcbb687.85236",
1416     "wires": []
1417   },
1418   {
1419     "id": "7637caf4.d6c8f4",
1420     "type": "execute",
1421     "name": "execute vpn-policy2-id",
1422     "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='generateUUID' >\n<parameter name=\"ctx-destination\" value=\"prop.l3vpn.vpn-policy2-id\"/>\n",
1423     "comments": "",
1424     "outputs": 1,
1425     "x": 811,
1426     "y": 518.9999694824219,
1427     "z": "afcbb687.85236",
1428     "wires": [
1429       [
1430         "79569ec3.085fc8"
1431       ]
1432     ]
1433   },
1434   {
1435     "id": "79569ec3.085fc8",
1436     "type": "failure",
1437     "name": "failure",
1438     "xml": "<outcome value='failure'>\n",
1439     "comments": "",
1440     "outputs": 1,
1441     "x": 1036,
1442     "y": 521.9999389648438,
1443     "z": "afcbb687.85236",
1444     "wires": [
1445       [
1446         "7d3a2bea.3c871c"
1447       ]
1448     ]
1449   },
1450   {
1451     "id": "7d3a2bea.3c871c",
1452     "type": "returnFailure",
1453     "name": "return failure",
1454     "xml": "<return status='failure'>\n<parameter name='error-code' value='' />\n<parameter name='error-message' value=\"An error occured while generation vpn policy ID\" />\n",
1455     "comments": "",
1456     "x": 1217,
1457     "y": 519.9999389648438,
1458     "z": "afcbb687.85236",
1459     "wires": []
1460   },
1461   {
1462     "id": "a2fb9e2f.a93ff8",
1463     "type": "set",
1464     "name": "set policy entry",
1465     "xml": "<set>\n<parameter name='prop.l3vpn.entry1-id' value='1' />\n<parameter name='prop.l3vpn.entry2-id' value='1' />\n\n",
1466     "comments": "",
1467     "x": 797,
1468     "y": 566.9999694824219,
1469     "z": "afcbb687.85236",
1470     "wires": []
1471   },
1472   {
1473     "id": "f9dfb478.509fa",
1474     "type": "execute",
1475     "name": "execute split ac1-route",
1476     "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='split' >\n<parameter name=\"original_string\" value='`$prop.l3vpn.ac1-route`'/>\n<parameter name=\"regex\" value=\" ## \"/>\n<parameter name=\"ctx_memory_result_key\" value=\"route1\"/>\n",
1477     "comments": "",
1478     "outputs": 1,
1479     "x": 2201,
1480     "y": 1216.9999694824219,
1481     "z": "afcbb687.85236",
1482     "wires": [
1483       [
1484         "b38bd339.2df29",
1485         "1e11b04b.0ff178"
1486       ]
1487     ]
1488   },
1489   {
1490     "id": "6df47e7a.007368",
1491     "type": "switchNode",
1492     "name": "switch ac2_route",
1493     "xml": "<switch test=\"`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].name == 'ac2_route'`\">\n",
1494     "comments": "",
1495     "outputs": 1,
1496     "x": 1602,
1497     "y": 1264.9999694824219,
1498     "z": "afcbb687.85236",
1499     "wires": [
1500       [
1501         "ee5731bf.7a59"
1502       ]
1503     ]
1504   },
1505   {
1506     "id": "b0b0d932.2b92c",
1507     "type": "switchNode",
1508     "name": "switch ac1_route",
1509     "xml": "<switch test=\"`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].name == 'ac1_route'`\">\n",
1510     "comments": "",
1511     "outputs": 1,
1512     "x": 1603,
1513     "y": 1215.9999694824219,
1514     "z": "afcbb687.85236",
1515     "wires": [
1516       [
1517         "8155aba.b3b4b58"
1518       ]
1519     ]
1520   },
1521   {
1522     "id": "8155aba.b3b4b58",
1523     "type": "outcomeTrue",
1524     "name": "true",
1525     "xml": "<outcome value='true'>\n",
1526     "comments": "",
1527     "outputs": 1,
1528     "x": 1775,
1529     "y": 1213.9999694824219,
1530     "z": "afcbb687.85236",
1531     "wires": [
1532       [
1533         "416ea37c.b615f4"
1534       ]
1535     ]
1536   },
1537   {
1538     "id": "ee5731bf.7a59",
1539     "type": "outcomeTrue",
1540     "name": "true",
1541     "xml": "<outcome value='true'>\n",
1542     "comments": "",
1543     "outputs": 1,
1544     "x": 1788,
1545     "y": 1272.9999694824219,
1546     "z": "afcbb687.85236",
1547     "wires": [
1548       [
1549         "8a2c10ff.716378"
1550       ]
1551     ]
1552   },
1553   {
1554     "id": "ab97d7c6.69d6c8",
1555     "type": "set",
1556     "name": "set ac1_route",
1557     "xml": "<set>\n<parameter name='prop.l3vpn.ac1_route' value='`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].value`' />\n",
1558     "comments": "",
1559     "x": 2172,
1560     "y": 1164.9999694824219,
1561     "z": "afcbb687.85236",
1562     "wires": []
1563   },
1564   {
1565     "id": "9bb53e2e.efe8e8",
1566     "type": "set",
1567     "name": "set ac2_route",
1568     "xml": "<set>\n<parameter name='prop.l3vpn.ac2_route' value='`$network-topology-operation-input.network-request-input.network-input-parameters.param[$idx].value`' />\n",
1569     "comments": "",
1570     "x": 2170,
1571     "y": 1264.9999694824219,
1572     "z": "afcbb687.85236",
1573     "wires": []
1574   },
1575   {
1576     "id": "35d0769.4fc008a",
1577     "type": "execute",
1578     "name": "execute split ac2-route",
1579     "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='split' >\n<parameter name=\"original_string\" value='`$prop.l3vpn.ac2-route`'/>\n<parameter name=\"regex\" value=\" ## \"/>\n<parameter name=\"ctx_memory_result_key\" value=\"route2\"/>\n",
1580     "comments": "",
1581     "outputs": 1,
1582     "x": 2194,
1583     "y": 1309.9999694824219,
1584     "z": "afcbb687.85236",
1585     "wires": [
1586       [
1587         "7c6566d5.b2a9b",
1588         "90dfb534.cb1ad8"
1589       ]
1590     ]
1591   },
1592   {
1593     "id": "416ea37c.b615f4",
1594     "type": "block",
1595     "name": "block atomic",
1596     "xml": "<block atomic=\"true\">\n",
1597     "atomic": "false",
1598     "comments": "",
1599     "outputs": 1,
1600     "x": 1926,
1601     "y": 1213.9999694824219,
1602     "z": "afcbb687.85236",
1603     "wires": [
1604       [
1605         "ab97d7c6.69d6c8",
1606         "f9dfb478.509fa"
1607       ]
1608     ]
1609   },
1610   {
1611     "id": "8a2c10ff.716378",
1612     "type": "block",
1613     "name": "block atomic",
1614     "xml": "<block atomic=\"true\">\n",
1615     "atomic": "false",
1616     "comments": "",
1617     "outputs": 1,
1618     "x": 1927,
1619     "y": 1272.9999694824219,
1620     "z": "afcbb687.85236",
1621     "wires": [
1622       [
1623         "9bb53e2e.efe8e8",
1624         "35d0769.4fc008a"
1625       ]
1626     ]
1627   },
1628   {
1629     "id": "fb6e4c2e.3cc6e8",
1630     "type": "execute",
1631     "name": "execute vrf1-id",
1632     "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='generateUUID' >\n<parameter name=\"ctx-destination\" value=\"prop.l3vpn.vrf1-id\"/>\n",
1633     "comments": "",
1634     "outputs": 1,
1635     "x": 796,
1636     "y": 620,
1637     "z": "afcbb687.85236",
1638     "wires": [
1639       [
1640         "6687816c.51c6a"
1641       ]
1642     ]
1643   },
1644   {
1645     "id": "f086eb6d.36e988",
1646     "type": "execute",
1647     "name": "execute vrf2-id",
1648     "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='generateUUID' >\n<parameter name=\"ctx-destination\" value=\"prop.l3vpn.vrf2-id\"/>\n",
1649     "comments": "",
1650     "outputs": 1,
1651     "x": 793.3333740234375,
1652     "y": 677.333251953125,
1653     "z": "afcbb687.85236",
1654     "wires": [
1655       [
1656         "ef8aa3a.49722e"
1657       ]
1658     ]
1659   },
1660   {
1661     "id": "ef8aa3a.49722e",
1662     "type": "failure",
1663     "name": "failure",
1664     "xml": "<outcome value='failure'>\n",
1665     "comments": "",
1666     "outputs": 1,
1667     "x": 1043.3333740234375,
1668     "y": 683.333251953125,
1669     "z": "afcbb687.85236",
1670     "wires": [
1671       [
1672         "7888c7c1.9e6b28"
1673       ]
1674     ]
1675   },
1676   {
1677     "id": "6687816c.51c6a",
1678     "type": "failure",
1679     "name": "failure",
1680     "xml": "<outcome value='failure'>\n",
1681     "comments": "",
1682     "outputs": 1,
1683     "x": 1043,
1684     "y": 624.9999389648438,
1685     "z": "afcbb687.85236",
1686     "wires": [
1687       [
1688         "75199177.ec8fa"
1689       ]
1690     ]
1691   },
1692   {
1693     "id": "75199177.ec8fa",
1694     "type": "returnFailure",
1695     "name": "return failure",
1696     "xml": "<return status='failure'>\n<parameter name='error-code' value='' />\n<parameter name='error-message' value=\"An error occured while generation vpn policy ID\" />\n",
1697     "comments": "",
1698     "x": 1224,
1699     "y": 622.9999389648438,
1700     "z": "afcbb687.85236",
1701     "wires": []
1702   },
1703   {
1704     "id": "7888c7c1.9e6b28",
1705     "type": "returnFailure",
1706     "name": "return failure",
1707     "xml": "<return status='failure'>\n<parameter name='error-code' value='' />\n<parameter name='error-message' value=\"An error occured while generation vpn policy ID\" />\n",
1708     "comments": "",
1709     "x": 1224.3333740234375,
1710     "y": 681.333251953125,
1711     "z": "afcbb687.85236",
1712     "wires": []
1713   },
1714   {
1715     "id": "490fa182.d51e38",
1716     "type": "block",
1717     "name": "block : atomic",
1718     "xml": "<block atomic=\"true\">\n",
1719     "atomic": "false",
1720     "comments": "",
1721     "outputs": 1,
1722     "x": 868,
1723     "y": 1066,
1724     "z": "afcbb687.85236",
1725     "wires": [
1726       [
1727         "f1c4e62c.acf5f",
1728         "edbfaa69.4481f",
1729         "660c6e65.05f44"
1730       ]
1731     ]
1732   },
1733   {
1734     "id": "edbfaa69.4481f",
1735     "type": "execute",
1736     "name": "execute RestApiCallNode IPWAN Site Config",
1737     "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"templateFileName\" value=\"$prop.sdncRestApi.tempDir +'/l3smvpntemplate.json'\"/>\n<parameter name=\"restapiUrl\" value=\"$prop.sdncRestApi.thirdpartySdnc.url +'/restconf/data/huawei-ac-net-l3vpn-svc:l3vpn-svc-cfg/vpn-services'\"/>\n<parameter name=\"restapiUser\" value=\"$prop.sdncRestApi.thirdpartySdnc.user\"/>\n<parameter name=\"restapiPassword\" value=\"$prop.sdncRestApi.thirdpartySdnc.password\"/>\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"post\"/>\n<parameter name=\"responsePrefix\" value=\"restapi-result\"/>",
1738     "comments": "",
1739     "outputs": 1,
1740     "x": 1174,
1741     "y": 1061.9999694824219,
1742     "z": "afcbb687.85236",
1743     "wires": [
1744       []
1745     ]
1746   },
1747   {
1748     "id": "660c6e65.05f44",
1749     "type": "execute",
1750     "name": "execute RestApiCallNode IPWAN VRF Config",
1751     "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"templateFileName\" value=\"$prop.sdncRestApi.tempDir +'/l3smvpntemplate.json'\"/>\n<parameter name=\"restapiUrl\" value=\"$prop.sdncRestApi.thirdpartySdnc.url +'/restconf/data/huawei-ac-net-l3vpn-svc:l3vpn-svc-cfg/vpn-services'\"/>\n<parameter name=\"restapiUser\" value=\"$prop.sdncRestApi.thirdpartySdnc.user\"/>\n<parameter name=\"restapiPassword\" value=\"$prop.sdncRestApi.thirdpartySdnc.password\"/>\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"post\"/>\n<parameter name=\"responsePrefix\" value=\"restapi-result\"/>",
1752     "comments": "",
1753     "outputs": 1,
1754     "x": 1172,
1755     "y": 1132.9999694824219,
1756     "z": "afcbb687.85236",
1757     "wires": [
1758       []
1759     ]
1760   },
1761   {
1762     "id": "b38bd339.2df29",
1763     "type": "failure",
1764     "name": "failure",
1765     "xml": "<outcome value='failure'>\n",
1766     "comments": "",
1767     "outputs": 1,
1768     "x": 2419,
1769     "y": 1208.9999694824219,
1770     "z": "afcbb687.85236",
1771     "wires": [
1772       [
1773         "91359bf2.ca7a7"
1774       ]
1775     ]
1776   },
1777   {
1778     "id": "91359bf2.ca7a7",
1779     "type": "returnFailure",
1780     "name": "return failure",
1781     "xml": "<return status='failure'>\n<parameter name='error-code' value='' />\n<parameter name='error-message' value=\"An error occured while splitting sna1_route\" />\n",
1782     "comments": "",
1783     "x": 2600,
1784     "y": 1206.9999694824219,
1785     "z": "afcbb687.85236",
1786     "wires": []
1787   },
1788   {
1789     "id": "7c6566d5.b2a9b",
1790     "type": "failure",
1791     "name": "failure",
1792     "xml": "<outcome value='failure'>\n",
1793     "comments": "",
1794     "outputs": 1,
1795     "x": 2417,
1796     "y": 1310.9999694824219,
1797     "z": "afcbb687.85236",
1798     "wires": [
1799       [
1800         "f6d0c6a9.1391a8"
1801       ]
1802     ]
1803   },
1804   {
1805     "id": "f6d0c6a9.1391a8",
1806     "type": "returnFailure",
1807     "name": "return failure",
1808     "xml": "<return status='failure'>\n<parameter name='error-code' value='' />\n<parameter name='error-message' value=\"An error occured while splitting sna1_route\" />\n",
1809     "comments": "",
1810     "x": 2598,
1811     "y": 1308.9999694824219,
1812     "z": "afcbb687.85236",
1813     "wires": []
1814   },
1815   {
1816     "id": "1e11b04b.0ff178",
1817     "type": "failure",
1818     "name": "success",
1819     "xml": "<outcome value='success'>\n",
1820     "comments": "",
1821     "outputs": 1,
1822     "x": 2418,
1823     "y": 1142.9999694824219,
1824     "z": "afcbb687.85236",
1825     "wires": [
1826       [
1827         "55f4fd6f.ed453c"
1828       ]
1829     ]
1830   },
1831   {
1832     "id": "90dfb534.cb1ad8",
1833     "type": "failure",
1834     "name": "success",
1835     "xml": "<outcome value='success'>\n",
1836     "comments": "",
1837     "outputs": 1,
1838     "x": 2414,
1839     "y": 1262.9999694824219,
1840     "z": "afcbb687.85236",
1841     "wires": [
1842       [
1843         "58f0e3b1.633ccc"
1844       ]
1845     ]
1846   },
1847   {
1848     "id": "55f4fd6f.ed453c",
1849     "type": "set",
1850     "name": "set route1 ip-prefix next-hop",
1851     "xml": "<set>\n<parameter name='prop.l3vpn.sna1-route.ip-prefix' value='`$route1[0]`' />\n<parameter name='prop.l3vpn.sna1-route.next-hop' value='`$route1[1]`' />\n",
1852     "comments": "",
1853     "x": 2625,
1854     "y": 1136.9999694824219,
1855     "z": "afcbb687.85236",
1856     "wires": []
1857   },
1858   {
1859     "id": "58f0e3b1.633ccc",
1860     "type": "set",
1861     "name": "set route2 ip-prefix next-hop",
1862     "xml": "<set>\n<parameter name='prop.l3vpn.sna2-route.ip-prefix' value='`$route2[0]`' />\n<parameter name='prop.l3vpn.sna2-route.next-hop' value='`$route2[1]`' />",
1863     "comments": "",
1864     "x": 2625,
1865     "y": 1255.9999694824219,
1866     "z": "afcbb687.85236",
1867     "wires": []
1868   },
1869   {
1870     "id": "fb5a457c.e3d938",
1871     "type": "execute",
1872     "name": "execute generate-underlay-network-id",
1873     "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='generateUUID' >\n<parameter name=\"ctx-destination\" value=\"prop.l3vpn.network-id\"/>\n",
1874     "comments": "",
1875     "outputs": 1,
1876     "x": 852,
1877     "y": 771,
1878     "z": "afcbb687.85236",
1879     "wires": [
1880       []
1881     ]
1882   },
1883   {
1884     "id": "7b0c7c0c.cadfec",
1885     "type": "switchNode",
1886     "name": "switch service-data.networks_length",
1887     "xml": "<switch test='`$service-data.networks.network_length`'>\n",
1888     "comments": "",
1889     "outputs": 1,
1890     "x": 810,
1891     "y": 852,
1892     "z": "afcbb687.85236",
1893     "wires": [
1894       [
1895         "3f9ab1b0.ebe9de",
1896         "3e9e6437.52d94c"
1897       ]
1898     ]
1899   },
1900   {
1901     "id": "3f9ab1b0.ebe9de",
1902     "type": "other",
1903     "name": "Null",
1904     "xml": "<outcome value=''>\n",
1905     "comments": "",
1906     "outputs": 1,
1907     "x": 1083.8095703125,
1908     "y": 820.952392578125,
1909     "z": "afcbb687.85236",
1910     "wires": [
1911       [
1912         "29d18753.fcaf7"
1913       ]
1914     ]
1915   },
1916   {
1917     "id": "3e9e6437.52d94c",
1918     "type": "other",
1919     "name": "other",
1920     "xml": "<outcome value='Other'>\n",
1921     "comments": "",
1922     "outputs": 1,
1923     "x": 1078.666748046875,
1924     "y": 866.6666870117188,
1925     "z": "afcbb687.85236",
1926     "wires": [
1927       [
1928         "81dbeda3.9b8ed8"
1929       ]
1930     ]
1931   },
1932   {
1933     "id": "29d18753.fcaf7",
1934     "type": "set",
1935     "name": "set nidx",
1936     "xml": "<set>\n<parameter name='nidx' value='0' />\n",
1937     "comments": "",
1938     "x": 1236.8095703125,
1939     "y": 820.5238037109375,
1940     "z": "afcbb687.85236",
1941     "wires": []
1942   },
1943   {
1944     "id": "81dbeda3.9b8ed8",
1945     "type": "set",
1946     "name": "set nidx",
1947     "xml": "<set>\n<parameter name='nidx' value='`$service-data.networks.network_length`' />\n",
1948     "comments": "",
1949     "x": 1238.2381591796875,
1950     "y": 865.5238647460938,
1951     "z": "afcbb687.85236",
1952     "wires": []
1953   },
1954   {
1955     "id": "aec2b21c.351b48",
1956     "type": "set",
1957     "name": "set network in service-data",
1958     "xml": "<set>\n<parameter name=\"service-data.networks.network[$nidx].network-id\" value='`$prop.l3vpn.network-id`' />\n<parameter name='service-data.networks.network[$nidx].network-data.sdnc-request-header.' value='`$network-topology-operation-input.sdnc-request-header.`' />\n<parameter name='service-data.networks.network[$nidx].network-data.request-information.' value='`$network-topology-operation-input.request-information.`' />\n<parameter name='service-data.networks.network[$nidx].network-data.service-information.' value='`$network-topology-operation-input.service-information.`' />\n<parameter name='service-data.networks.network[$nidx].network-data.network-information.' value='`$network-topology-operation-input.network-information.`' />\n<parameter name='service-data.networks.network[$nidx].network-data.network-request-input.' value='`$network-topology-operation-input.network-request-input.`' />\n<parameter name=\"service-data.networks.network_length\" value='`$nidx+1`' />\n\n",
1959     "comments": "",
1960     "x": 792,
1961     "y": 915,
1962     "z": "afcbb687.85236",
1963     "wires": []
1964   },
1965   {
1966     "id": "fd85e187.c7dde",
1967     "type": "set",
1968     "name": "set networkId and network-object-path",
1969     "xml": "<set>\n<parameter name='networkId' value='`$prop.l3vpn.network-id`' />\n<parameter name=\"network-object-path\" value=\"`'restconf/config/GENERIC-RESOURCE-API:services/service/'  + $network-topology-operation-input.service-information.service-instance-id  + '/service-data/networks/network/'  + $prop.l3vpn.network-id  + '/network-data/'` \" />",
1970     "comments": "",
1971     "x": 776,
1972     "y": 1345,
1973     "z": "afcbb687.85236",
1974     "wires": []
1975   },
1976   {
1977     "id": "4308a2c5.6e7bac",
1978     "type": "returnSuccess",
1979     "name": "return success",
1980     "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=\"`$error-message`\" />\n",
1981     "comments": "",
1982     "x": 691,
1983     "y": 1470,
1984     "z": "afcbb687.85236",
1985     "wires": []
1986   },
1987   {
1988     "id": "8381990.da591e8",
1989     "type": "set",
1990     "name": "set network-level-oper-status",
1991     "xml": "<set>\n<parameter name='service-data.networks.network[$nidx].network-data.network-level-oper-status.order-status' value='Created' />\n<parameter name='service-data.networks.network[$nidx].network-data.network-level-oper-status.last-rpc-action' value='`$network-topology-operation-input.sdnc-request-header.svc-action`' />\n<parameter name='service-data.networks.network[$nidx].network-data.network-level-oper-status.last-action' value='`$network-topology-operation-input.request-information.request-action`' />",
1992     "comments": "",
1993     "x": 748,
1994     "y": 1404,
1995     "z": "afcbb687.85236",
1996     "wires": []
1997   }
1998 ]