Merge "Added SQL dump for IPAM tables"
[sdnc/oam.git] / platform-logic / generic-resource-api / src / main / json / GENERIC-RESOURCE-API_vnf-topology-operation.json
1 [
2   {
3     "id": "7bde6af5.3548a4",
4     "type": "dgstart",
5     "name": "DGSTART",
6     "outputs": 1,
7     "x": 101.71429443359375,
8     "y": 102.41365432739258,
9     "z": "d01dd033.8ac4a",
10     "wires": [
11       [
12         "e157b5ae.b89b18"
13       ]
14     ]
15   },
16   {
17     "id": "e157b5ae.b89b18",
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": 177,
26     "y": 142.65176582336426,
27     "z": "d01dd033.8ac4a",
28     "wires": [
29       [
30         "48440c73.4b21e4"
31       ]
32     ]
33   },
34   {
35     "id": "48440c73.4b21e4",
36     "type": "method",
37     "name": "method vnf-topology-operation",
38     "xml": "<method rpc='vnf-topology-operation' mode='sync'>\n",
39     "comments": "",
40     "outputs": 1,
41     "x": 170.1429214477539,
42     "y": 182.41364860534668,
43     "z": "d01dd033.8ac4a",
44     "wires": [
45       [
46         "22b966ec.08b71a"
47       ]
48     ]
49   },
50   {
51     "id": "ddc89afc.a79548",
52     "type": "comment",
53     "name": "vnf-topology-operation",
54     "info": "",
55     "comments": "",
56     "x": 496.0591506958008,
57     "y": 49.99999809265137,
58     "z": "d01dd033.8ac4a",
59     "wires": []
60   },
61   {
62     "id": "22b966ec.08b71a",
63     "type": "block",
64     "name": "block : atomic",
65     "xml": "<block atomic=\"true\">",
66     "atomic": "true",
67     "outputs": 1,
68     "x": 185.8810577392578,
69     "y": 369.10718536376953,
70     "z": "d01dd033.8ac4a",
71     "wires": [
72       [
73         "c63a8d0b.7cd2d",
74         "9a9f4c36.42c6e",
75         "63014890.7d3f18"
76       ]
77     ]
78   },
79   {
80     "id": "c63a8d0b.7cd2d",
81     "type": "returnSuccess",
82     "name": "return success",
83     "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",
84     "comments": "",
85     "x": 478.3810119628906,
86     "y": 519.2712182998657,
87     "z": "d01dd033.8ac4a",
88     "wires": []
89   },
90   {
91     "id": "9a9f4c36.42c6e",
92     "type": "switchNode",
93     "name": "switch svc-action",
94     "xml": "<switch test='`$vnf-topology-operation-input.sdnc-request-header.svc-action`'>\n",
95     "comments": "",
96     "outputs": 1,
97     "x": 481.28572845458984,
98     "y": 367.3184289932251,
99     "z": "d01dd033.8ac4a",
100     "wires": [
101       [
102         "7166573d.f3e208",
103         "91d66056.0ca95",
104         "37b3898c.305b16",
105         "e44be482.faad98",
106         "746a31a7.54817",
107         "43b3d6b0.c09de8",
108         "7acd2ca5.9b68c4"
109       ]
110     ]
111   },
112   {
113     "id": "7166573d.f3e208",
114     "type": "outcome",
115     "name": "assign",
116     "xml": "<outcome value='assign'>\n",
117     "comments": "",
118     "outputs": 1,
119     "x": 893.0952606201172,
120     "y": 77.93756580352783,
121     "z": "d01dd033.8ac4a",
122     "wires": [
123       [
124         "16b2d01e.2203e"
125       ]
126     ]
127   },
128   {
129     "id": "91d66056.0ca95",
130     "type": "outcome",
131     "name": "unassign",
132     "xml": "<outcome value='unassign'>\n",
133     "comments": "",
134     "outputs": 1,
135     "x": 910.1430587768555,
136     "y": 639.1283464431763,
137     "z": "d01dd033.8ac4a",
138     "wires": [
139       [
140         "18d76be8.6f0684"
141       ]
142     ]
143   },
144   {
145     "id": "e44be482.faad98",
146     "type": "other",
147     "name": "other",
148     "xml": "<outcome value='Other'>\n",
149     "comments": "",
150     "outputs": 1,
151     "x": 898.8573303222656,
152     "y": 1231.3186054229736,
153     "z": "d01dd033.8ac4a",
154     "wires": [
155       [
156         "7c46c4a8.c5114c"
157       ]
158     ]
159   },
160   {
161     "id": "7c46c4a8.c5114c",
162     "type": "returnFailure",
163     "name": "return failure",
164     "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=\"`$vnf-topology-operation-input.sdnc-request-header.svc-action + ' is not a valid svc-action'`\" />\n",
165     "comments": "",
166     "x": 1132.0477600097656,
167     "y": 1231.3186664581299,
168     "z": "d01dd033.8ac4a",
169     "wires": []
170   },
171   {
172     "id": "63014890.7d3f18",
173     "type": "call",
174     "name": "call GENERIC-RESOURCE-API:validate-vnf-input",
175     "xml": "<call module='GENERIC-RESOURCE-API' rpc='validate-vnf-input' mode='sync' >\n",
176     "comments": "",
177     "outputs": 1,
178     "x": 587.1309814453125,
179     "y": 258.794713973999,
180     "z": "d01dd033.8ac4a",
181     "wires": [
182       []
183     ]
184   },
185   {
186     "id": "16b2d01e.2203e",
187     "type": "call",
188     "name": "call GENERIC-RESOURCE-API:vnf-topology-operation-assign",
189     "xml": "<call module='GENERIC-RESOURCE-API' rpc='vnf-topology-operation-assign' mode='sync' >\n",
190     "comments": "",
191     "outputs": 1,
192     "x": 1235.2381134033203,
193     "y": 77.50902652740479,
194     "z": "d01dd033.8ac4a",
195     "wires": [
196       []
197     ]
198   },
199   {
200     "id": "20a6f0ca.ebd98",
201     "type": "call",
202     "name": "call GENERIC-RESOURCE-API:vnf-topology-operation-deactivate",
203     "xml": "<call module='GENERIC-RESOURCE-API' rpc='vnf-topology-operation-deactivate' mode='sync' >\n",
204     "comments": "",
205     "outputs": 1,
206     "x": 1710.571566581726,
207     "y": 583.8424263000488,
208     "z": "d01dd033.8ac4a",
209     "wires": [
210       []
211     ]
212   },
213   {
214     "id": "18d76be8.6f0684",
215     "type": "call",
216     "name": "call GENERIC-RESOURCE-API:vnf-topology-operation-unassign",
217     "xml": "<call module='GENERIC-RESOURCE-API' rpc='vnf-topology-operation-unassign' mode='sync' >\n",
218     "comments": "",
219     "outputs": 1,
220     "x": 1274.2381896972656,
221     "y": 643.8424272537231,
222     "z": "d01dd033.8ac4a",
223     "wires": [
224       []
225     ]
226   },
227   {
228     "id": "37b3898c.305b16",
229     "type": "outcome",
230     "name": "deactivate",
231     "xml": "<outcome value='deactivate'>\n",
232     "comments": "",
233     "outputs": 1,
234     "x": 900.238166809082,
235     "y": 447.50903511047363,
236     "z": "d01dd033.8ac4a",
237     "wires": [
238       [
239         "3399642f.f8978c"
240       ]
241     ]
242   },
243   {
244     "id": "7bd14237.45986c",
245     "type": "call",
246     "name": "call GENERIC-RESOURCE-API:vnf-topology-operation-activate",
247     "xml": "<call module='GENERIC-RESOURCE-API' rpc='vnf-topology-operation-activate' mode='sync' >\n",
248     "comments": "",
249     "outputs": 1,
250     "x": 1724.3811988830566,
251     "y": 303.41370391845703,
252     "z": "d01dd033.8ac4a",
253     "wires": [
254       []
255     ]
256   },
257   {
258     "id": "746a31a7.54817",
259     "type": "outcome",
260     "name": "activate",
261     "xml": "<outcome value='activate'>\n",
262     "comments": "",
263     "outputs": 1,
264     "x": 896.0475997924805,
265     "y": 169.0803337097168,
266     "z": "d01dd033.8ac4a",
267     "wires": [
268       [
269         "82bdf0ff.efdf4"
270       ]
271     ]
272   },
273   {
274     "id": "43b3d6b0.c09de8",
275     "type": "outcome",
276     "name": "create",
277     "xml": "<outcome value='create'>\n",
278     "comments": "",
279     "outputs": 1,
280     "x": 911.7144889831543,
281     "y": 771.5000133514404,
282     "z": "d01dd033.8ac4a",
283     "wires": [
284       [
285         "45a0dc92.069df4"
286       ]
287     ]
288   },
289   {
290     "id": "7acd2ca5.9b68c4",
291     "type": "outcome",
292     "name": "delete",
293     "xml": "<outcome value='delete'>\n",
294     "comments": "",
295     "outputs": 1,
296     "x": 909.7145233154297,
297     "y": 986.5000548362732,
298     "z": "d01dd033.8ac4a",
299     "wires": [
300       [
301         "15d3bdce.a379d2"
302       ]
303     ]
304   },
305   {
306     "id": "d48650ef.7c891",
307     "type": "switchNode",
308     "name": "switch request-action",
309     "xml": "<switch test='`$vnf-topology-operation-input.request-information.request-action`'>\n",
310     "comments": "",
311     "outputs": 1,
312     "x": 1137.714370727539,
313     "y": 219.50001049041748,
314     "z": "d01dd033.8ac4a",
315     "wires": [
316       [
317         "d11685a9.f62eb8",
318         "d06a8d19.4d6d1",
319         "4d5727ac.a53ee8",
320         "a770a856.f607b8"
321       ]
322     ]
323   },
324   {
325     "id": "d06a8d19.4d6d1",
326     "type": "outcome",
327     "name": "ActivateSiteInstance",
328     "xml": "<outcome value='ActivateSiteInstance'>",
329     "comments": "",
330     "outputs": 1,
331     "x": 1387.1906280517578,
332     "y": 168.9792537689209,
333     "z": "d01dd033.8ac4a",
334     "wires": [
335       [
336         "f4ae7362.f5fcf"
337       ]
338     ]
339   },
340   {
341     "id": "d11685a9.f62eb8",
342     "type": "other",
343     "name": "other",
344     "xml": "<outcome value='Other'>\n",
345     "comments": "",
346     "outputs": 1,
347     "x": 1346.0954399108887,
348     "y": 304.35725593566895,
349     "z": "d01dd033.8ac4a",
350     "wires": [
351       [
352         "7bd14237.45986c"
353       ]
354     ]
355   },
356   {
357     "id": "82bdf0ff.efdf4",
358     "type": "block",
359     "name": "block : atomic",
360     "xml": "<block atomic=\"true\">",
361     "atomic": "true",
362     "outputs": 1,
363     "x": 1076.714370727539,
364     "y": 164.50001049041748,
365     "z": "d01dd033.8ac4a",
366     "wires": [
367       [
368         "d48650ef.7c891"
369       ]
370     ]
371   },
372   {
373     "id": "f4ae7362.f5fcf",
374     "type": "call",
375     "name": "call GENERIC-RESOURCE-API:site-vnf-topology-operation-activate",
376     "xml": "<call module='GENERIC-RESOURCE-API' rpc='site-vnf-topology-operation-activate' mode='sync' >\n",
377     "comments": "",
378     "outputs": 1,
379     "x": 1760.7144317626953,
380     "y": 167.50003623962402,
381     "z": "d01dd033.8ac4a",
382     "wires": [
383       []
384     ]
385   },
386   {
387     "id": "fd14ed12.5d0ad",
388     "type": "switchNode",
389     "name": "switch request-action",
390     "xml": "<switch test='`$vnf-topology-operation-input.request-information.request-action`'>\n",
391     "comments": "",
392     "outputs": 1,
393     "x": 1162.714485168457,
394     "y": 480.50000190734863,
395     "z": "d01dd033.8ac4a",
396     "wires": [
397       [
398         "58b64587.59c5ec",
399         "212999d2.74fa56",
400         "dac41099.6c197",
401         "eb0736e3.b5ac48"
402       ]
403     ]
404   },
405   {
406     "id": "212999d2.74fa56",
407     "type": "outcome",
408     "name": "DeactivateSiteInstance",
409     "xml": "<outcome value='DeactivateSiteInstance'>",
410     "comments": "",
411     "outputs": 1,
412     "x": 1406.1906814575195,
413     "y": 431.9792504310608,
414     "z": "d01dd033.8ac4a",
415     "wires": [
416       [
417         "cbe77765.242be8"
418       ]
419     ]
420   },
421   {
422     "id": "58b64587.59c5ec",
423     "type": "other",
424     "name": "other",
425     "xml": "<outcome value='Other'>\n",
426     "comments": "",
427     "outputs": 1,
428     "x": 1355.0954389572144,
429     "y": 582.357292175293,
430     "z": "d01dd033.8ac4a",
431     "wires": [
432       [
433         "20a6f0ca.ebd98"
434       ]
435     ]
436   },
437   {
438     "id": "3399642f.f8978c",
439     "type": "block",
440     "name": "block : atomic",
441     "xml": "<block atomic=\"true\">",
442     "atomic": "true",
443     "outputs": 1,
444     "x": 1101.714485168457,
445     "y": 425.50000190734863,
446     "z": "d01dd033.8ac4a",
447     "wires": [
448       [
449         "fd14ed12.5d0ad"
450       ]
451     ]
452   },
453   {
454     "id": "cbe77765.242be8",
455     "type": "call",
456     "name": "call GENERIC-RESOURCE-API:site-vnf-topology-operation-deactivate",
457     "xml": "<call module='GENERIC-RESOURCE-API' rpc='site-vnf-topology-operation-deactivate' mode='sync' >\n",
458     "comments": "",
459     "outputs": 1,
460     "x": 1775.714485168457,
461     "y": 429.5000329017639,
462     "z": "d01dd033.8ac4a",
463     "wires": [
464       []
465     ]
466   },
467   {
468     "id": "c2f6d68e.0458f8",
469     "type": "switchNode",
470     "name": "switch request-action",
471     "xml": "<switch test='`$vnf-topology-operation-input.request-information.request-action`'>\n",
472     "comments": "",
473     "outputs": 1,
474     "x": 1155.0479736328125,
475     "y": 824.0863809585571,
476     "z": "d01dd033.8ac4a",
477     "wires": [
478       [
479         "a9b7bffc.aa2b4",
480         "6b318116.5323d",
481         "42a23b75.158384",
482         "9c7e9e79.a7d92"
483       ]
484     ]
485   },
486   {
487     "id": "6b318116.5323d",
488     "type": "outcome",
489     "name": "CreateSiteInstance",
490     "xml": "<outcome value='CreateSiteInstance'>",
491     "comments": "",
492     "outputs": 1,
493     "x": 1365.5243759155273,
494     "y": 710.5656571388245,
495     "z": "d01dd033.8ac4a",
496     "wires": [
497       [
498         "55240075.eb5d6"
499       ]
500     ]
501   },
502   {
503     "id": "a9b7bffc.aa2b4",
504     "type": "other",
505     "name": "other",
506     "xml": "<outcome value='Other'>\n",
507     "comments": "",
508     "outputs": 1,
509     "x": 1337.4289016723633,
510     "y": 846.9435930252075,
511     "z": "d01dd033.8ac4a",
512     "wires": [
513       [
514         "298a6339.0b800c"
515       ]
516     ]
517   },
518   {
519     "id": "45a0dc92.069df4",
520     "type": "block",
521     "name": "block : atomic",
522     "xml": "<block atomic=\"true\">",
523     "atomic": "true",
524     "outputs": 1,
525     "x": 1094.0479736328125,
526     "y": 769.0863809585571,
527     "z": "d01dd033.8ac4a",
528     "wires": [
529       [
530         "c2f6d68e.0458f8"
531       ]
532     ]
533   },
534   {
535     "id": "55240075.eb5d6",
536     "type": "call",
537     "name": "call GENERIC-RESOURCE-API:site-vnf-topology-operation-create",
538     "xml": "<call module='GENERIC-RESOURCE-API' rpc='site-vnf-topology-operation-create' mode='sync' >\n",
539     "comments": "",
540     "outputs": 1,
541     "x": 1742.048080444336,
542     "y": 709.0864157676697,
543     "z": "d01dd033.8ac4a",
544     "wires": [
545       []
546     ]
547   },
548   {
549     "id": "298a6339.0b800c",
550     "type": "block",
551     "name": "block",
552     "xml": "<block>\n",
553     "atomic": "false",
554     "comments": "",
555     "outputs": 1,
556     "x": 1477.7144775390625,
557     "y": 848.0000162124634,
558     "z": "d01dd033.8ac4a",
559     "wires": [
560       []
561     ]
562   },
563   {
564     "id": "7fc78d60.cae204",
565     "type": "switchNode",
566     "name": "switch request-action",
567     "xml": "<switch test='`$vnf-topology-operation-input.request-information.request-action`'>\n",
568     "comments": "",
569     "outputs": 1,
570     "x": 1155.7145233154297,
571     "y": 1039.0000548362732,
572     "z": "d01dd033.8ac4a",
573     "wires": [
574       [
575         "598afaf3.9ab664",
576         "ad4f414f.86f22",
577         "80e244cd.d3b9b8",
578         "36b48dbf.e8f152"
579       ]
580     ]
581   },
582   {
583     "id": "ad4f414f.86f22",
584     "type": "outcome",
585     "name": "DeleteSiteInstance",
586     "xml": "<outcome value='DeleteSiteInstance'>",
587     "comments": "",
588     "outputs": 1,
589     "x": 1369.1907196044922,
590     "y": 970.4792723655701,
591     "z": "d01dd033.8ac4a",
592     "wires": [
593       [
594         "5ac9f6c1.9461d8"
595       ]
596     ]
597   },
598   {
599     "id": "598afaf3.9ab664",
600     "type": "other",
601     "name": "other",
602     "xml": "<outcome value='Other'>\n",
603     "comments": "",
604     "outputs": 1,
605     "x": 1364.0954933166504,
606     "y": 1158.8573412895203,
607     "z": "d01dd033.8ac4a",
608     "wires": [
609       [
610         "7e90d46d.dd6c8c"
611       ]
612     ]
613   },
614   {
615     "id": "15d3bdce.a379d2",
616     "type": "block",
617     "name": "block : atomic",
618     "xml": "<block atomic=\"true\">",
619     "atomic": "true",
620     "outputs": 1,
621     "x": 1094.7145233154297,
622     "y": 984.0000548362732,
623     "z": "d01dd033.8ac4a",
624     "wires": [
625       [
626         "7fc78d60.cae204"
627       ]
628     ]
629   },
630   {
631     "id": "5ac9f6c1.9461d8",
632     "type": "call",
633     "name": "call GENERIC-RESOURCE-API:site-vnf-topology-operation-delete",
634     "xml": "<call module='GENERIC-RESOURCE-API' rpc='site-vnf-topology-operation-delete' mode='sync' >\n",
635     "comments": "",
636     "outputs": 1,
637     "x": 1742.7145233154297,
638     "y": 969.0000548362732,
639     "z": "d01dd033.8ac4a",
640     "wires": [
641       []
642     ]
643   },
644   {
645     "id": "7e90d46d.dd6c8c",
646     "type": "block",
647     "name": "block",
648     "xml": "<block>\n",
649     "atomic": "false",
650     "comments": "",
651     "outputs": 1,
652     "x": 1504.3810691833496,
653     "y": 1159.9137644767761,
654     "z": "d01dd033.8ac4a",
655     "wires": [
656       []
657     ]
658   },
659   {
660     "id": "4d5727ac.a53ee8",
661     "type": "outcome",
662     "name": "ActivateSDWANDeviceInstance",
663     "xml": "<outcome value='ActivateSDWANDeviceInstance'>",
664     "comments": "",
665     "outputs": 1,
666     "x": 1415.381088256836,
667     "y": 218.00007581710815,
668     "z": "d01dd033.8ac4a",
669     "wires": [
670       [
671         "707c6b49.988594"
672       ]
673     ]
674   },
675   {
676     "id": "707c6b49.988594",
677     "type": "call",
678     "name": "call GENERIC-RESOURCE-API:sdwan-vnf-topology-operation-device-activate",
679     "xml": "<call module='GENERIC-RESOURCE-API' rpc='sdwan-vnf-topology-operation-device-activate' mode='sync' >\n",
680     "comments": "",
681     "outputs": 1,
682     "x": 1850.90478515625,
683     "y": 217.52084827423096,
684     "z": "d01dd033.8ac4a",
685     "wires": [
686       []
687     ]
688   },
689   {
690     "id": "dac41099.6c197",
691     "type": "outcome",
692     "name": "DeactivateSDWANDeviceInstance",
693     "xml": "<outcome value='DeactivateSDWANDeviceInstance'>",
694     "comments": "",
695     "outputs": 1,
696     "x": 1447.3809204101562,
697     "y": 480.00002908706665,
698     "z": "d01dd033.8ac4a",
699     "wires": [
700       [
701         "ac8efd87.9dc06"
702       ]
703     ]
704   },
705   {
706     "id": "ac8efd87.9dc06",
707     "type": "call",
708     "name": "call GENERIC-RESOURCE-API:sdwan-vnf-topology-operation-device-deactivate",
709     "xml": "<call module='GENERIC-RESOURCE-API' rpc='sdwan-vnf-topology-operation-device-deactivate' mode='sync' >\n",
710     "comments": "",
711     "outputs": 1,
712     "x": 1903.9046173095703,
713     "y": 479.52086448669434,
714     "z": "d01dd033.8ac4a",
715     "wires": [
716       []
717     ]
718   },
719   {
720     "id": "2da816b6.4e7c0a",
721     "type": "call",
722     "name": "call GENERIC-RESOURCE-API:sdwan-vnf-topology-operation-wanport-activate",
723     "xml": "<call module='GENERIC-RESOURCE-API' rpc='sdwan-vnf-topology-operation-wanport-activate' mode='sync' >\n",
724     "comments": "",
725     "outputs": 1,
726     "x": 1855.3809204101562,
727     "y": 262.99999809265137,
728     "z": "d01dd033.8ac4a",
729     "wires": [
730       []
731     ]
732   },
733   {
734     "id": "a770a856.f607b8",
735     "type": "outcome",
736     "name": "ActivateSDWANPortInstance",
737     "xml": "<outcome value='ActivateSDWANPortInstance'>",
738     "comments": "",
739     "outputs": 1,
740     "x": 1419.8572235107422,
741     "y": 263.47922563552856,
742     "z": "d01dd033.8ac4a",
743     "wires": [
744       [
745         "2da816b6.4e7c0a"
746       ]
747     ]
748   },
749   {
750     "id": "eb0736e3.b5ac48",
751     "type": "outcome",
752     "name": "DeactivateSDWANPortInstance",
753     "xml": "<outcome value='DeactivateSDWANPortInstance'>",
754     "comments": "",
755     "outputs": 1,
756     "x": 1439.3809661865234,
757     "y": 518.3333444595337,
758     "z": "d01dd033.8ac4a",
759     "wires": [
760       [
761         "f22af468.5fba28"
762       ]
763     ]
764   },
765   {
766     "id": "f22af468.5fba28",
767     "type": "call",
768     "name": "call GENERIC-RESOURCE-API:sdwan-vnf-topology-operation-wanport-deactivate",
769     "xml": "<call module='GENERIC-RESOURCE-API' rpc='sdwan-vnf-topology-operation-wanport-deactivate' mode='sync' >\n",
770     "comments": "",
771     "outputs": 1,
772     "x": 1913.9046173095703,
773     "y": 534.8541464805603,
774     "z": "d01dd033.8ac4a",
775     "wires": [
776       []
777     ]
778   },
779   {
780     "id": "42a23b75.158384",
781     "type": "outcome",
782     "name": "CreateSDWANPortInstance",
783     "xml": "<outcome value='CreateSDWANPortInstance'>",
784     "comments": "",
785     "outputs": 1,
786     "x": 1415.3812713623047,
787     "y": 799.333491563797,
788     "z": "d01dd033.8ac4a",
789     "wires": [
790       [
791         "589ef7ee.6f2508"
792       ]
793     ]
794   },
795   {
796     "id": "589ef7ee.6f2508",
797     "type": "call",
798     "name": "call GENERIC-RESOURCE-API:sdwan-vnf-topology-operation-wanport-create",
799     "xml": "<call module='GENERIC-RESOURCE-API' rpc='sdwan-vnf-topology-operation-wanport-create' mode='sync' >\n",
800     "comments": "",
801     "outputs": 1,
802     "x": 1871.9048919677734,
803     "y": 803.8542709350586,
804     "z": "d01dd033.8ac4a",
805     "wires": [
806       []
807     ]
808   },
809   {
810     "id": "80e244cd.d3b9b8",
811     "type": "outcome",
812     "name": "DeleteSDWANPortInstance",
813     "xml": "<outcome value='DeleteSDWANPortInstance'>",
814     "comments": "",
815     "outputs": 1,
816     "x": 1432.0477600097656,
817     "y": 1095.3334431648254,
818     "z": "d01dd033.8ac4a",
819     "wires": [
820       [
821         "9255592d.86eb88"
822       ]
823     ]
824   },
825   {
826     "id": "9255592d.86eb88",
827     "type": "call",
828     "name": "call GENERIC-RESOURCE-API:sdwan-vnf-topology-operation-wanport-delete",
829     "xml": "<call module='GENERIC-RESOURCE-API' rpc='sdwan-vnf-topology-operation-wanport-delete' mode='sync' >\n",
830     "comments": "",
831     "outputs": 1,
832     "x": 1888.5714569091797,
833     "y": 1094.8542785644531,
834     "z": "d01dd033.8ac4a",
835     "wires": [
836       []
837     ]
838   },
839   {
840     "id": "36b48dbf.e8f152",
841     "type": "outcome",
842     "name": "DeleteSDWANDeviceInstance",
843     "xml": "<outcome value='DeleteSDWANDeviceInstance'>",
844     "comments": "",
845     "outputs": 1,
846     "x": 1440.7459106445312,
847     "y": 1035.531349658966,
848     "z": "d01dd033.8ac4a",
849     "wires": [
850       [
851         "fa87fad4.5037b8"
852       ]
853     ]
854   },
855   {
856     "id": "fa87fad4.5037b8",
857     "type": "call",
858     "name": "call GENERIC-RESOURCE-API:sdwan-vnf-topology-operation-device-delete",
859     "xml": "<call module='GENERIC-RESOURCE-API' rpc='sdwan-vnf-topology-operation-device-delete' mode='sync' >\n",
860     "comments": "",
861     "outputs": 1,
862     "x": 1873.269515991211,
863     "y": 1035.0520629882812,
864     "z": "d01dd033.8ac4a",
865     "wires": [
866       []
867     ]
868   },
869   {
870     "id": "9c7e9e79.a7d92",
871     "type": "outcome",
872     "name": "CreateSDWANDeviceInstance",
873     "xml": "<outcome value='CreateSDWANDeviceInstance'>",
874     "comments": "",
875     "outputs": 1,
876     "x": 1430.745620727539,
877     "y": 755.531455039978,
878     "z": "d01dd033.8ac4a",
879     "wires": [
880       [
881         "42e2eb47.a51c74"
882       ]
883     ]
884   },
885   {
886     "id": "42e2eb47.a51c74",
887     "type": "call",
888     "name": "call GENERIC-RESOURCE-API:sdwan-vnf-topology-operation-device-create",
889     "xml": "<call module='GENERIC-RESOURCE-API' rpc='sdwan-vnf-topology-operation-device-create' mode='sync' >\n",
890     "comments": "",
891     "outputs": 1,
892     "x": 1887.269287109375,
893     "y": 754.0522689819336,
894     "z": "d01dd033.8ac4a",
895     "wires": [
896       []
897     ]
898   }
899 ]