Chore: Add gerrit maven verify GHA workflow
[sdnc/oam.git] / platform-logic / generic-resource-api / src / main / json / GENERIC-RESOURCE-API_validate-security-zone-input.json
1 [
2     {
3         "id": "d8f6b3bb.4c275",
4         "type": "dgstart",
5         "name": "DGSTART",
6         "outputs": 1,
7         "x": 235.55557250976562,
8         "y": 315.5555419921875,
9         "z": "893326ee.bae438",
10         "wires": [
11             [
12                 "a018c9a4.117f98"
13             ]
14         ]
15     },
16     {
17         "id": "a018c9a4.117f98",
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": 391.8412780761719,
26         "y": 389.7936553955078,
27         "z": "893326ee.bae438",
28         "wires": [
29             [
30                 "3f03d10e.2ffb5e"
31             ]
32         ]
33     },
34     {
35         "id": "3f03d10e.2ffb5e",
36         "type": "method",
37         "name": "validate-security-zone-input",
38         "xml": "<method rpc='validate-security-zone-input' mode='sync'>\n",
39         "comments": "",
40         "outputs": 1,
41         "x": 391.9841842651367,
42         "y": 453.22223949432373,
43         "z": "893326ee.bae438",
44         "wires": [
45             [
46                 "b2b60df0.c53fb"
47             ]
48         ]
49     },
50     {
51         "id": "b2b60df0.c53fb",
52         "type": "block",
53         "name": "block : atomic",
54         "xml": "<block atomic=\"true\">",
55         "atomic": "true",
56         "outputs": 1,
57         "x": 405.3056182861328,
58         "y": 733.9990367889404,
59         "z": "893326ee.bae438",
60         "wires": [
61             [
62                 "e18f70ed.64e6e",
63                 "c55d0b64.80ebf8",
64                 "798d06aa.649188",
65                 "9a6b6b65.fb46e8",
66                 "e80fb296.5b5af",
67                 "36ba5c7b.d8e654"
68             ]
69         ]
70     },
71     {
72         "id": "e18f70ed.64e6e",
73         "type": "switchNode",
74         "name": "switch svc-request-id",
75         "xml": "<switch test='`$security-zone-topology-operation-input.sdnc-request-header.svc-request-id`'>\n",
76         "comments": "",
77         "outputs": 1,
78         "x": 740.3651428222656,
79         "y": 218.65082263946533,
80         "z": "893326ee.bae438",
81         "wires": [
82             [
83                 "991652a9.25d26"
84             ]
85         ]
86     },
87     {
88         "id": "991652a9.25d26",
89         "type": "other",
90         "name": "NULL",
91         "xml": "<outcome value=''>",
92         "comments": "",
93         "outputs": 1,
94         "x": 970.0794279915945,
95         "y": 216.65081936972456,
96         "z": "893326ee.bae438",
97         "wires": [
98             [
99                 "aa2be7a3.2f0818"
100             ]
101         ]
102     },
103     {
104         "id": "aa2be7a3.2f0818",
105         "type": "returnFailure",
106         "name": "return failure",
107         "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=\"sdnc-request-header.svc-request-id is a required input\" />\n",
108         "comments": "",
109         "x": 1121.5079345703125,
110         "y": 213.31748580932617,
111         "z": "893326ee.bae438",
112         "wires": []
113     },
114     {
115         "id": "c55d0b64.80ebf8",
116         "type": "switchNode",
117         "name": "switch svc-action",
118         "xml": "<switch test='`$security-zone-topology-operation-input.sdnc-request-header.svc-action`'>\n",
119         "comments": "",
120         "outputs": 1,
121         "x": 732.9364929199219,
122         "y": 172.22222137451172,
123         "z": "893326ee.bae438",
124         "wires": [
125             [
126                 "86d6351c.c6dd08"
127             ]
128         ]
129     },
130     {
131         "id": "86d6351c.c6dd08",
132         "type": "other",
133         "name": "NULL",
134         "xml": "<outcome value=''>",
135         "comments": "",
136         "outputs": 1,
137         "x": 968.6508483886719,
138         "y": 173.79364490509033,
139         "z": "893326ee.bae438",
140         "wires": [
141             [
142                 "b2821e24.be3db"
143             ]
144         ]
145     },
146     {
147         "id": "b2821e24.be3db",
148         "type": "returnFailure",
149         "name": "return failure",
150         "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=\"sdnc-request-header.svc-action is a required input\" />\n",
151         "comments": "",
152         "x": 1118.650821685791,
153         "y": 173.7936544418335,
154         "z": "893326ee.bae438",
155         "wires": []
156     },
157     {
158         "id": "798d06aa.649188",
159         "type": "switchNode",
160         "name": "switch request-action",
161         "xml": "<switch test='`$security-zone-topology-operation-input.request-information.request-action`'>\n",
162         "comments": "",
163         "outputs": 1,
164         "x": 742.9365386962891,
165         "y": 267.5079708099365,
166         "z": "893326ee.bae438",
167         "wires": [
168             [
169                 "cbf1edf6.578e5",
170                 "3a2f6108.3a98ce",
171                 "d7c95278.f68aa",
172                 "c59cbe0b.ae17b"
173             ]
174         ]
175     },
176     {
177         "id": "cbf1edf6.578e5",
178         "type": "other",
179         "name": "NULL",
180         "xml": "<outcome value=''>",
181         "comments": "",
182         "outputs": 1,
183         "x": 977.9841423034668,
184         "y": 331.3651924133301,
185         "z": "893326ee.bae438",
186         "wires": [
187             [
188                 "7c061461.ed6d7c"
189             ]
190         ]
191     },
192     {
193         "id": "7c061461.ed6d7c",
194         "type": "returnFailure",
195         "name": "return failure",
196         "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=\"request-information.request-action is a required input\" />\n",
197         "comments": "",
198         "x": 1149.412582397461,
199         "y": 331.36519145965576,
200         "z": "893326ee.bae438",
201         "wires": []
202     },
203     {
204         "id": "4bfff6bd.144358",
205         "type": "comment",
206         "name": "validate-security-zone-input - CHANGELOG",
207         "info": "3/22: Initial release 1.0.0",
208         "comments": "",
209         "x": 248.55557250976562,
210         "y": 219.5555419921875,
211         "z": "893326ee.bae438",
212         "wires": []
213     },
214     {
215         "id": "9a6b6b65.fb46e8",
216         "type": "switchNode",
217         "name": "switch svc-action",
218         "xml": "<switch test='`$security-zone-topology-operation-input.sdnc-request-header.svc-action`'>\n",
219         "comments": "",
220         "outputs": 1,
221         "x": 645.2222328186035,
222         "y": 739.5555782318115,
223         "z": "893326ee.bae438",
224         "wires": [
225             [
226                 "f61c14ca.d17008",
227                 "c832b3ea.1cb26",
228                 "ce191e6f.c63c",
229                 "83dfb84.6c9ec48",
230                 "f0422740.d800b8",
231                 "f1ddac97.f2155"
232             ]
233         ]
234     },
235     {
236         "id": "f61c14ca.d17008",
237         "type": "other",
238         "name": "assign",
239         "xml": "<outcome value='assign'>",
240         "comments": "",
241         "outputs": 1,
242         "x": 906.2699356079102,
243         "y": 575.1270084381104,
244         "z": "893326ee.bae438",
245         "wires": [
246             [
247                 "7ceecd60.009724"
248             ]
249         ]
250     },
251     {
252         "id": "c832b3ea.1cb26",
253         "type": "other",
254         "name": "activate",
255         "xml": "<outcome value='activate'>",
256         "comments": "",
257         "outputs": 1,
258         "x": 926.5555419921875,
259         "y": 762.5555725097656,
260         "z": "893326ee.bae438",
261         "wires": [
262             [
263                 "72bc9a53.a4a1c4"
264             ]
265         ]
266     },
267     {
268         "id": "ce191e6f.c63c",
269         "type": "other",
270         "name": "deactivate",
271         "xml": "<outcome value='deactivate'>",
272         "comments": "",
273         "outputs": 1,
274         "x": 933.5555419921875,
275         "y": 852.5555725097656,
276         "z": "893326ee.bae438",
277         "wires": [
278             [
279                 "ed55d557.297dd8"
280             ]
281         ]
282     },
283     {
284         "id": "7ceecd60.009724",
285         "type": "block",
286         "name": "block : atomic",
287         "xml": "<block atomic=\"true\">",
288         "atomic": "true",
289         "comments": "",
290         "outputs": 1,
291         "x": 1063.5555725097656,
292         "y": 577.8889179229736,
293         "z": "893326ee.bae438",
294         "wires": [
295             [
296                 "ba167228.b3ffe"
297             ]
298         ]
299     },
300     {
301         "id": "ba167228.b3ffe",
302         "type": "switchNode",
303         "name": "switch request-action",
304         "xml": "<switch test='`$security-zone-topology-operation-input.request-information.request-action`'>\n",
305         "comments": "",
306         "outputs": 1,
307         "x": 1271.8889541625977,
308         "y": 577.8889236450195,
309         "z": "893326ee.bae438",
310         "wires": [
311             [
312                 "e9519759.0bd708",
313                 "b5904d01.67034"
314             ]
315         ]
316     },
317     {
318         "id": "e9519759.0bd708",
319         "type": "other",
320         "name": "CreateSecurityZoneInstance",
321         "xml": "<outcome value='CreateSecurityZoneInstance'>",
322         "comments": "",
323         "outputs": 1,
324         "x": 1618.0793151855469,
325         "y": 505.0317816734314,
326         "z": "893326ee.bae438",
327         "wires": [
328             [
329                 "ec0a16a2.d398b8"
330             ]
331         ]
332     },
333     {
334         "id": "b5904d01.67034",
335         "type": "other",
336         "name": "Other",
337         "xml": "<outcome value='Other'>",
338         "comments": "",
339         "outputs": 1,
340         "x": 1557.5555534362793,
341         "y": 571.8889350891113,
342         "z": "893326ee.bae438",
343         "wires": [
344             [
345                 "6ff9efab.1acb8"
346             ]
347         ]
348     },
349     {
350         "id": "6ff9efab.1acb8",
351         "type": "returnFailure",
352         "name": "return failure",
353         "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=\"request-information.request-action is a required to be CreateSecurityZoneInstance for svc-action=assign\" />\n",
354         "comments": "",
355         "x": 1704.8888969421387,
356         "y": 573.5556974411011,
357         "z": "893326ee.bae438",
358         "wires": []
359     },
360     {
361         "id": "72bc9a53.a4a1c4",
362         "type": "block",
363         "name": "block : atomic",
364         "xml": "<block atomic=\"true\">",
365         "atomic": "true",
366         "outputs": 1,
367         "x": 1100.5555419921875,
368         "y": 762.5555725097656,
369         "z": "893326ee.bae438",
370         "wires": [
371             [
372                 "f8cd13e2.ec99a"
373             ]
374         ]
375     },
376     {
377         "id": "f8cd13e2.ec99a",
378         "type": "switchNode",
379         "name": "switch request-action",
380         "xml": "<switch test='`$security-zone-topology-operation-input.request-information.request-action`'>\n",
381         "comments": "",
382         "outputs": 1,
383         "x": 1317.5555419921875,
384         "y": 762.5555725097656,
385         "z": "893326ee.bae438",
386         "wires": [
387             [
388                 "29c24ed5.8c97a2",
389                 "12034d41.71a063"
390             ]
391         ]
392     },
393     {
394         "id": "29c24ed5.8c97a2",
395         "type": "other",
396         "name": "Other",
397         "xml": "<outcome value='Other'>",
398         "comments": "",
399         "outputs": 1,
400         "x": 1541.5555419921875,
401         "y": 803.5555725097656,
402         "z": "893326ee.bae438",
403         "wires": [
404             [
405                 "c4fec971.125ad8"
406             ]
407         ]
408     },
409     {
410         "id": "c4fec971.125ad8",
411         "type": "returnFailure",
412         "name": "return failure",
413         "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=\"request-information.request-action is a required to be CreateSecurityZoneInstance for svc-action=activate\" />\n",
414         "comments": "",
415         "x": 1710.5555419921875,
416         "y": 803.5555725097656,
417         "z": "893326ee.bae438",
418         "wires": []
419     },
420     {
421         "id": "ed55d557.297dd8",
422         "type": "block",
423         "name": "block : atomic",
424         "xml": "<block atomic=\"true\">",
425         "atomic": "true",
426         "outputs": 1,
427         "x": 1115.5555419921875,
428         "y": 851.5555725097656,
429         "z": "893326ee.bae438",
430         "wires": [
431             [
432                 "55f7035.720defc"
433             ]
434         ]
435     },
436     {
437         "id": "55f7035.720defc",
438         "type": "switchNode",
439         "name": "switch request-action",
440         "xml": "<switch test='`$security-zone-topology-operation-input.request-information.request-action`'>\n",
441         "comments": "",
442         "outputs": 1,
443         "x": 1332.5555419921875,
444         "y": 851.5555725097656,
445         "z": "893326ee.bae438",
446         "wires": [
447             [
448                 "94748701.276ad8",
449                 "94eb145d.dbec38"
450             ]
451         ]
452     },
453     {
454         "id": "94748701.276ad8",
455         "type": "other",
456         "name": "DeleteSecurityZoneInstance",
457         "xml": "<outcome value='DeleteSecurityZoneInstance'>",
458         "comments": "",
459         "outputs": 1,
460         "x": 1615.2220764160156,
461         "y": 850.8889589309692,
462         "z": "893326ee.bae438",
463         "wires": [
464             [
465                 "3e9b45b4.1ff76a"
466             ]
467         ]
468     },
469     {
470         "id": "94eb145d.dbec38",
471         "type": "other",
472         "name": "Other",
473         "xml": "<outcome value='Other'>",
474         "comments": "",
475         "outputs": 1,
476         "x": 1556.5555419921875,
477         "y": 892.5555725097656,
478         "z": "893326ee.bae438",
479         "wires": [
480             [
481                 "610782ce.0e012c"
482             ]
483         ]
484     },
485     {
486         "id": "610782ce.0e012c",
487         "type": "returnFailure",
488         "name": "return failure",
489         "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=\"request-information.request-action is a required to be DeleteSecurityZoneInstance for svc-action=deactivate\" />\n",
490         "comments": "",
491         "x": 1725.5555419921875,
492         "y": 892.5555725097656,
493         "z": "893326ee.bae438",
494         "wires": []
495     },
496     {
497         "id": "83dfb84.6c9ec48",
498         "type": "other",
499         "name": "unassign",
500         "xml": "<outcome value='unassign'>",
501         "comments": "",
502         "outputs": 1,
503         "x": 914.5554046630859,
504         "y": 1019.8888998031616,
505         "z": "893326ee.bae438",
506         "wires": [
507             [
508                 "97760e1d.874c1"
509             ]
510         ]
511     },
512     {
513         "id": "97760e1d.874c1",
514         "type": "block",
515         "name": "block : atomic",
516         "xml": "<block atomic=\"true\">",
517         "atomic": "true",
518         "outputs": 1,
519         "x": 1096.555435180664,
520         "y": 1015.8889226913452,
521         "z": "893326ee.bae438",
522         "wires": [
523             [
524                 "d856938c.c7fcd"
525             ]
526         ]
527     },
528     {
529         "id": "d856938c.c7fcd",
530         "type": "switchNode",
531         "name": "switch request-action",
532         "xml": "<switch test='`$security-zone-topology-operation-input.request-information.request-action`'>\n",
533         "comments": "",
534         "outputs": 1,
535         "x": 1313.555435180664,
536         "y": 1015.8889226913452,
537         "z": "893326ee.bae438",
538         "wires": [
539             [
540                 "8ba8ac96.939ac",
541                 "ac3bb1cc.3a778"
542             ]
543         ]
544     },
545     {
546         "id": "8ba8ac96.939ac",
547         "type": "other",
548         "name": "DeleteSecurityZoneInstance",
549         "xml": "<outcome value='DeleteSecurityZoneInstance'>",
550         "comments": "",
551         "outputs": 1,
552         "x": 1594.555305480957,
553         "y": 1016.8889398574829,
554         "z": "893326ee.bae438",
555         "wires": [
556             [
557                 "1b3b1eab.cd8bc1"
558             ]
559         ]
560     },
561     {
562         "id": "ac3bb1cc.3a778",
563         "type": "other",
564         "name": "Other",
565         "xml": "<outcome value='Other'>",
566         "comments": "",
567         "outputs": 1,
568         "x": 1537.555435180664,
569         "y": 1056.8889226913452,
570         "z": "893326ee.bae438",
571         "wires": [
572             [
573                 "cefb5d61.5cfae"
574             ]
575         ]
576     },
577     {
578         "id": "cefb5d61.5cfae",
579         "type": "returnFailure",
580         "name": "return failure",
581         "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=\"request-information.request-action is a required to be DeleteSecurityZoneInstance for svc-action=unassign\" />\n",
582         "comments": "",
583         "x": 1708.2221603393555,
584         "y": 1063.5555746555328,
585         "z": "893326ee.bae438",
586         "wires": []
587     },
588     {
589         "id": "ec0a16a2.d398b8",
590         "type": "block",
591         "name": "block : atomic",
592         "xml": "<block atomic=\"true\">",
593         "atomic": "true",
594         "comments": "",
595         "outputs": 1,
596         "x": 1864.0793266296387,
597         "y": 504.0317687988281,
598         "z": "893326ee.bae438",
599         "wires": [
600             [
601                 "8020e36.a7e482",
602                 "6c805fc8.58afb",
603                 "a182697b.c45e68",
604                 "c43eb58f.69d438",
605                 "474a1931.cb3468",
606                 "fb13eb4d.718288",
607                 "beb405ab.4654d8",
608                 "9bbcec2b.09769"
609             ]
610         ]
611     },
612     {
613         "id": "619f5f72.2ac62",
614         "type": "block",
615         "name": "block : atomic",
616         "xml": "<block atomic=\"true\">",
617         "atomic": "true",
618         "comments": "",
619         "outputs": 1,
620         "x": 1823.5555419921875,
621         "y": 763.5555725097656,
622         "z": "893326ee.bae438",
623         "wires": [
624             [
625                 "c43eb58f.69d438",
626                 "fb13eb4d.718288"
627             ]
628         ]
629     },
630     {
631         "id": "3e9b45b4.1ff76a",
632         "type": "block",
633         "name": "block : atomic",
634         "xml": "<block atomic=\"true\">",
635         "atomic": "true",
636         "comments": "",
637         "outputs": 1,
638         "x": 1869.5555419921875,
639         "y": 853.5555725097656,
640         "z": "893326ee.bae438",
641         "wires": [
642             [
643                 "c43eb58f.69d438",
644                 "fb13eb4d.718288"
645             ]
646         ]
647     },
648     {
649         "id": "1b3b1eab.cd8bc1",
650         "type": "block",
651         "name": "block : atomic",
652         "xml": "<block atomic=\"true\">",
653         "atomic": "true",
654         "comments": "",
655         "outputs": 1,
656         "x": 1853.555435180664,
657         "y": 1017.8889226913452,
658         "z": "893326ee.bae438",
659         "wires": [
660             [
661                 "c43eb58f.69d438"
662             ]
663         ]
664     },
665     {
666         "id": "8020e36.a7e482",
667         "type": "switchNode",
668         "name": "switch vlan-tag",
669         "xml": "<switch test='`$security-zone-topology-operation-input.security-zone-request-input.vlan-tag`'>\n",
670         "comments": "",
671         "outputs": 1,
672         "x": 2200.174575805664,
673         "y": 377.60317516326904,
674         "z": "893326ee.bae438",
675         "wires": [
676             [
677                 "219b4575.07624a"
678             ]
679         ]
680     },
681     {
682         "id": "219b4575.07624a",
683         "type": "other",
684         "name": "NULL",
685         "xml": "<outcome value=''>",
686         "comments": "",
687         "outputs": 1,
688         "x": 2366.1744232177734,
689         "y": 377.4127187728882,
690         "z": "893326ee.bae438",
691         "wires": [
692             [
693                 "8270f4ae.45f928"
694             ]
695         ]
696     },
697     {
698         "id": "8270f4ae.45f928",
699         "type": "returnFailure",
700         "name": "return failure",
701         "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=\"security-zone-topology-operation-input.security-zone-request-input.vlan-tag is a required input\" />\n",
702         "comments": "",
703         "x": 2522.365135192871,
704         "y": 377.41267108917236,
705         "z": "893326ee.bae438",
706         "wires": []
707     },
708     {
709         "id": "a182697b.c45e68",
710         "type": "switchNode",
711         "name": "switch onap-model-information.model-customization-uuid",
712         "xml": "<switch test='`$security-zone-topology-operation-input.allotted-resource-information.onap-model-information.model-customization-uuid`'>\n",
713         "comments": "",
714         "outputs": 1,
715         "x": 2334.4129180908203,
716         "y": 300.5556230545044,
717         "z": "893326ee.bae438",
718         "wires": [
719             [
720                 "d0a4dd20.c4866"
721             ]
722         ]
723     },
724     {
725         "id": "d0a4dd20.c4866",
726         "type": "other",
727         "name": "NULL",
728         "xml": "<outcome value=''>",
729         "comments": "",
730         "outputs": 1,
731         "x": 2628.412826538086,
732         "y": 301.5555639266968,
733         "z": "893326ee.bae438",
734         "wires": [
735             [
736                 "c36cc0f.8c7124"
737             ]
738         ]
739     },
740     {
741         "id": "c36cc0f.8c7124",
742         "type": "returnFailure",
743         "name": "return failure",
744         "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=\"security-zone-information.onap-model-information.model-customization-uuid is a required input\" />\n",
745         "comments": "",
746         "x": 2775.841293334961,
747         "y": 301.5555639266968,
748         "z": "893326ee.bae438",
749         "wires": []
750     },
751     {
752         "id": "e80fb296.5b5af",
753         "type": "returnSuccess",
754         "name": "return success",
755         "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",
756         "comments": "",
757         "x": 671.9126892089844,
758         "y": 1161.0555114746094,
759         "z": "893326ee.bae438",
760         "wires": []
761     },
762     {
763         "id": "6c805fc8.58afb",
764         "type": "get-resource",
765         "name": "get-resource AR_MODEL",
766         "xml": "<get-resource plugin='org.onap.ccsdk.sli.adaptors.resource.sql.SqlResource' resource='SQL'\n  key='SELECT * from ALLOTTED_RESOURCE_MODEL WHERE customization_uuid = $security-zone-topology-operation-input.allotted-resource-information.onap-model-information.model-customization-uuid'\n  pfx='ar-model'>\n\n",
767         "comments": "",
768         "outputs": 1,
769         "x": 2236.6076889038086,
770         "y": 522.0873641967773,
771         "z": "893326ee.bae438",
772         "wires": [
773             [
774                 "dea250d4.a547c",
775                 "a0f786da.b959f8"
776             ]
777         ]
778     },
779     {
780         "id": "d0b05c60.619cc",
781         "type": "returnFailure",
782         "name": "return failure",
783         "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=\"`'No alloted resource model found for model customization UUID ' + $security-zone-topology-operation-input.allotted-resource-information.onap-model-information.model-customization-uuid`\" />\n",
784         "comments": "",
785         "x": 2693.690872192383,
786         "y": 502.75396156311035,
787         "z": "893326ee.bae438",
788         "wires": []
789     },
790     {
791         "id": "dea250d4.a547c",
792         "type": "not-found",
793         "name": "not-found",
794         "xml": "<outcome value='not-found'>\n",
795         "comments": "",
796         "outputs": 1,
797         "x": 2494.9409523010254,
798         "y": 498.111177444458,
799         "z": "893326ee.bae438",
800         "wires": [
801             [
802                 "d0b05c60.619cc"
803             ]
804         ]
805     },
806     {
807         "id": "a0f786da.b959f8",
808         "type": "failure",
809         "name": "failure",
810         "xml": "<outcome value='failure'>\n",
811         "comments": "",
812         "outputs": 1,
813         "x": 2488.6909523010254,
814         "y": 530.611177444458,
815         "z": "893326ee.bae438",
816         "wires": [
817             [
818                 "d0b05c60.619cc"
819             ]
820         ]
821     },
822     {
823         "id": "3a2f6108.3a98ce",
824         "type": "other",
825         "name": "CreateSecurityZoneInstance",
826         "xml": "<outcome value='CreateSecurityZoneInstance'>",
827         "comments": "",
828         "outputs": 1,
829         "x": 1038.6032104492188,
830         "y": 253.17459869384766,
831         "z": "893326ee.bae438",
832         "wires": [
833             [
834                 "93d6c176.7fe5a"
835             ]
836         ]
837     },
838     {
839         "id": "d7c95278.f68aa",
840         "type": "other",
841         "name": "DeleteSecurityZoneInstance",
842         "xml": "<outcome value='DeleteSecurityZoneInstance'>",
843         "comments": "",
844         "outputs": 1,
845         "x": 1038.8888549804688,
846         "y": 290.6032180786133,
847         "z": "893326ee.bae438",
848         "wires": [
849             [
850                 "93d6c176.7fe5a"
851             ]
852         ]
853     },
854     {
855         "id": "c59cbe0b.ae17b",
856         "type": "other",
857         "name": "Other",
858         "xml": "<outcome value='Other'>",
859         "comments": "",
860         "outputs": 1,
861         "x": 981.7936515808105,
862         "y": 371.74609756469727,
863         "z": "893326ee.bae438",
864         "wires": [
865             [
866                 "bef0c21f.d802e"
867             ]
868         ]
869     },
870     {
871         "id": "bef0c21f.d802e",
872         "type": "returnFailure",
873         "name": "return failure",
874         "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=\"Invalid request-information.request-action \" />\n",
875         "comments": "",
876         "x": 1153.2220573425293,
877         "y": 372.7461128234863,
878         "z": "893326ee.bae438",
879         "wires": []
880     },
881     {
882         "id": "36ba5c7b.d8e654",
883         "type": "switchNode",
884         "name": "switch service-instance-id",
885         "xml": "<switch test='`$security-zone-topology-operation-input.service-information.service-instance-id`'>\n",
886         "comments": "",
887         "outputs": 1,
888         "x": 739.984130859375,
889         "y": 447.41273498535156,
890         "z": "893326ee.bae438",
891         "wires": [
892             [
893                 "d53e7631.c0fea8"
894             ]
895         ]
896     },
897     {
898         "id": "d53e7631.c0fea8",
899         "type": "other",
900         "name": "NULL",
901         "xml": "<outcome value=''>",
902         "comments": "",
903         "outputs": 1,
904         "x": 956.4127197265625,
905         "y": 448.41273498535156,
906         "z": "893326ee.bae438",
907         "wires": [
908             [
909                 "2579090b.0e1e76"
910             ]
911         ]
912     },
913     {
914         "id": "2579090b.0e1e76",
915         "type": "returnFailure",
916         "name": "return failure",
917         "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=\"service-information.service-instance-id is a required input\" />\n",
918         "comments": "",
919         "x": 1114.8412475585938,
920         "y": 447.41273498535156,
921         "z": "893326ee.bae438",
922         "wires": []
923     },
924     {
925         "id": "f0422740.d800b8",
926         "type": "other",
927         "name": "create",
928         "xml": "<outcome value='create'>",
929         "comments": "",
930         "outputs": 1,
931         "x": 913.3332862854004,
932         "y": 660.4629507064819,
933         "z": "893326ee.bae438",
934         "wires": [
935             [
936                 "46b3f2f8.0ea61c"
937             ]
938         ]
939     },
940     {
941         "id": "46b3f2f8.0ea61c",
942         "type": "block",
943         "name": "block : atomic",
944         "xml": "<block atomic=\"true\">",
945         "atomic": "true",
946         "comments": "",
947         "outputs": 1,
948         "x": 1073.9522857666016,
949         "y": 659.8915205001831,
950         "z": "893326ee.bae438",
951         "wires": [
952             [
953                 "52a155fb.f8541c"
954             ]
955         ]
956     },
957     {
958         "id": "52a155fb.f8541c",
959         "type": "switchNode",
960         "name": "switch request-action",
961         "xml": "<switch test='`$security-zone-topology-operation-input.request-information.request-action`'>\n",
962         "comments": "",
963         "outputs": 1,
964         "x": 1293.9522857666016,
965         "y": 659.8915205001831,
966         "z": "893326ee.bae438",
967         "wires": [
968             [
969                 "533f0552.201dac",
970                 "7340b4fd.0ee38c"
971             ]
972         ]
973     },
974     {
975         "id": "533f0552.201dac",
976         "type": "other",
977         "name": "Other",
978         "xml": "<outcome value='Other'>",
979         "comments": "",
980         "outputs": 1,
981         "x": 1551.285779953003,
982         "y": 663.8915729522705,
983         "z": "893326ee.bae438",
984         "wires": [
985             [
986                 "47df574e.a59c98"
987             ]
988         ]
989     },
990     {
991         "id": "47df574e.a59c98",
992         "type": "returnFailure",
993         "name": "return failure",
994         "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=\"request-information.request-action is a required to be CreateSecurityZoneInstance for svc-action=create\" />\n",
995         "comments": "",
996         "x": 1716.9522857666016,
997         "y": 663.8915405273438,
998         "z": "893326ee.bae438",
999         "wires": []
1000     },
1001     {
1002         "id": "7340b4fd.0ee38c",
1003         "type": "other",
1004         "name": "CreateSecurityZoneInstance",
1005         "xml": "<outcome value='CreateSecurityZoneInstance'>",
1006         "comments": "",
1007         "outputs": 1,
1008         "x": 1623.3332061767578,
1009         "y": 628.7962646484375,
1010         "z": "893326ee.bae438",
1011         "wires": [
1012             [
1013                 "e6d64f7d.65b1e"
1014             ]
1015         ]
1016     },
1017     {
1018         "id": "e6d64f7d.65b1e",
1019         "type": "block",
1020         "name": "block : atomic",
1021         "xml": "<block atomic=\"true\">",
1022         "atomic": "true",
1023         "comments": "",
1024         "outputs": 1,
1025         "x": 1859.3332061767578,
1026         "y": 627.7962646484375,
1027         "z": "893326ee.bae438",
1028         "wires": [
1029             [
1030                 "c43eb58f.69d438",
1031                 "fb13eb4d.718288"
1032             ]
1033         ]
1034     },
1035     {
1036         "id": "12034d41.71a063",
1037         "type": "other",
1038         "name": "CreateSecurityZoneInstance",
1039         "xml": "<outcome value='CreateSecurityZoneInstance'>",
1040         "comments": "",
1041         "outputs": 1,
1042         "x": 1608.3332595825195,
1043         "y": 762.1296367645264,
1044         "z": "893326ee.bae438",
1045         "wires": [
1046             [
1047                 "619f5f72.2ac62"
1048             ]
1049         ]
1050     },
1051     {
1052         "id": "f1ddac97.f2155",
1053         "type": "other",
1054         "name": "delete",
1055         "xml": "<outcome value='delete'>",
1056         "comments": "",
1057         "outputs": 1,
1058         "x": 926.6666564941406,
1059         "y": 937.1295366287231,
1060         "z": "893326ee.bae438",
1061         "wires": [
1062             [
1063                 "d42c764.9db5b88"
1064             ]
1065         ]
1066     },
1067     {
1068         "id": "d42c764.9db5b88",
1069         "type": "block",
1070         "name": "block : atomic",
1071         "xml": "<block atomic=\"true\">",
1072         "atomic": "true",
1073         "outputs": 1,
1074         "x": 1108.6666870117188,
1075         "y": 933.1295595169067,
1076         "z": "893326ee.bae438",
1077         "wires": [
1078             [
1079                 "9fad38e8.eba248"
1080             ]
1081         ]
1082     },
1083     {
1084         "id": "9fad38e8.eba248",
1085         "type": "switchNode",
1086         "name": "switch request-action",
1087         "xml": "<switch test='`$security-zone-topology-operation-input.request-information.request-action`'>\n",
1088         "comments": "",
1089         "outputs": 1,
1090         "x": 1325.6666870117188,
1091         "y": 933.1295595169067,
1092         "z": "893326ee.bae438",
1093         "wires": [
1094             [
1095                 "3f661399.88316c",
1096                 "fb7e534f.3179a"
1097             ]
1098         ]
1099     },
1100     {
1101         "id": "3f661399.88316c",
1102         "type": "other",
1103         "name": "DeleteSecurityZoneInstance",
1104         "xml": "<outcome value='DeleteSecurityZoneInstance'>",
1105         "comments": "",
1106         "outputs": 1,
1107         "x": 1606.6665573120117,
1108         "y": 934.1295766830444,
1109         "z": "893326ee.bae438",
1110         "wires": [
1111             [
1112                 "18534a5c.e61196"
1113             ]
1114         ]
1115     },
1116     {
1117         "id": "fb7e534f.3179a",
1118         "type": "other",
1119         "name": "Other",
1120         "xml": "<outcome value='Other'>",
1121         "comments": "",
1122         "outputs": 1,
1123         "x": 1549.6666870117188,
1124         "y": 974.1295595169067,
1125         "z": "893326ee.bae438",
1126         "wires": [
1127             [
1128                 "c5006813.200e48"
1129             ]
1130         ]
1131     },
1132     {
1133         "id": "c5006813.200e48",
1134         "type": "returnFailure",
1135         "name": "return failure",
1136         "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=\"request-information.request-action is a required to be DeleteSecurityZoneInstance for svc-action=delete\" />\n",
1137         "comments": "",
1138         "x": 1718.6666870117188,
1139         "y": 974.1295595169067,
1140         "z": "893326ee.bae438",
1141         "wires": []
1142     },
1143     {
1144         "id": "18534a5c.e61196",
1145         "type": "block",
1146         "name": "block : atomic",
1147         "xml": "<block atomic=\"true\">",
1148         "atomic": "true",
1149         "comments": "",
1150         "outputs": 1,
1151         "x": 1865.6666870117188,
1152         "y": 935.1295595169067,
1153         "z": "893326ee.bae438",
1154         "wires": [
1155             [
1156                 "c43eb58f.69d438",
1157                 "fb13eb4d.718288"
1158             ]
1159         ]
1160     },
1161     {
1162         "id": "93d6c176.7fe5a",
1163         "type": "block",
1164         "name": "block",
1165         "xml": "<block>\n",
1166         "atomic": "false",
1167         "comments": "",
1168         "outputs": 1,
1169         "x": 1254.9999656677246,
1170         "y": 284.499981880188,
1171         "z": "893326ee.bae438",
1172         "wires": [
1173             []
1174         ]
1175     },
1176     {
1177         "id": "c43eb58f.69d438",
1178         "type": "switchNode",
1179         "name": "switch allotted-resource-id",
1180         "xml": "<switch test='`$security-zone-topology-operation-input.allotted-resource-information.allotted-resource-id`'>\n",
1181         "comments": "",
1182         "outputs": 1,
1183         "x": 2236.349380493164,
1184         "y": 148.09522247314453,
1185         "z": "893326ee.bae438",
1186         "wires": [
1187             [
1188                 "95717a57.0e1fc8"
1189             ]
1190         ]
1191     },
1192     {
1193         "id": "95717a57.0e1fc8",
1194         "type": "other",
1195         "name": "NULL",
1196         "xml": "<outcome value=''>",
1197         "comments": "",
1198         "outputs": 1,
1199         "x": 2436.8850631713867,
1200         "y": 146.66665077209473,
1201         "z": "893326ee.bae438",
1202         "wires": [
1203             [
1204                 "7ad0865a.9d5808"
1205             ]
1206         ]
1207     },
1208     {
1209         "id": "7ad0865a.9d5808",
1210         "type": "returnFailure",
1211         "name": "return failure",
1212         "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=\"allotted-resource-information.allotted-resource-id is a required input\" />\n",
1213         "comments": "",
1214         "x": 2588.3135299682617,
1215         "y": 145.66665077209473,
1216         "z": "893326ee.bae438",
1217         "wires": []
1218     },
1219     {
1220         "id": "474a1931.cb3468",
1221         "type": "switchNode",
1222         "name": "switch allotted-resource-type",
1223         "xml": "<switch test='`$security-zone-topology-operation-input.allotted-resource-information.allotted-resource-type`'>\n",
1224         "comments": "",
1225         "outputs": 1,
1226         "x": 2242.7779235839844,
1227         "y": 183.29363822937012,
1228         "z": "893326ee.bae438",
1229         "wires": [
1230             [
1231                 "78aa6b52.fbc154"
1232             ]
1233         ]
1234     },
1235     {
1236         "id": "78aa6b52.fbc154",
1237         "type": "other",
1238         "name": "NULL",
1239         "xml": "<outcome value=''>",
1240         "comments": "",
1241         "outputs": 1,
1242         "x": 2443.3134689331055,
1243         "y": 181.86506843566895,
1244         "z": "893326ee.bae438",
1245         "wires": [
1246             [
1247                 "d2e8d08f.df20e"
1248             ]
1249         ]
1250     },
1251     {
1252         "id": "d2e8d08f.df20e",
1253         "type": "returnFailure",
1254         "name": "return failure",
1255         "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=\"allotted-resource-information.allotted-resource-type is a required input\" />\n",
1256         "comments": "",
1257         "x": 2594.7419357299805,
1258         "y": 180.86506843566895,
1259         "z": "893326ee.bae438",
1260         "wires": []
1261     },
1262     {
1263         "id": "fb13eb4d.718288",
1264         "type": "switchNode",
1265         "name": "switch parent-service-instance-id",
1266         "xml": "<switch test='`$security-zone-topology-operation-input.allotted-resource-information.parent-service-instance-id`'>\n",
1267         "comments": "",
1268         "outputs": 1,
1269         "x": 2255.63516998291,
1270         "y": 219.0079231262207,
1271         "z": "893326ee.bae438",
1272         "wires": [
1273             [
1274                 "dec9289b.c35878"
1275             ]
1276         ]
1277     },
1278     {
1279         "id": "dec9289b.c35878",
1280         "type": "other",
1281         "name": "NULL",
1282         "xml": "<outcome value=''>",
1283         "comments": "",
1284         "outputs": 1,
1285         "x": 2471.349319458008,
1286         "y": 216.1507797241211,
1287         "z": "893326ee.bae438",
1288         "wires": [
1289             [
1290                 "45bd6332.b157fc"
1291             ]
1292         ]
1293     },
1294     {
1295         "id": "45bd6332.b157fc",
1296         "type": "returnFailure",
1297         "name": "return failure",
1298         "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=\"allotted-resource-information.parent-service-instance-id is a required input\" />\n",
1299         "comments": "",
1300         "x": 2622.777786254883,
1301         "y": 215.1507797241211,
1302         "z": "893326ee.bae438",
1303         "wires": []
1304     },
1305     {
1306         "id": "beb405ab.4654d8",
1307         "type": "switchNode",
1308         "name": "switch trusted-network-role",
1309         "xml": "<switch test='`$security-zone-topology-operation-input.security-zone-request-input.trusted-network-role`'>\n",
1310         "comments": "",
1311         "outputs": 1,
1312         "x": 2231.984031677246,
1313         "y": 412.1983833312988,
1314         "z": "893326ee.bae438",
1315         "wires": [
1316             [
1317                 "20e7c9ab.48a486"
1318             ]
1319         ]
1320     },
1321     {
1322         "id": "20e7c9ab.48a486",
1323         "type": "other",
1324         "name": "NULL",
1325         "xml": "<outcome value=''>",
1326         "comments": "",
1327         "outputs": 1,
1328         "x": 2494.174690246582,
1329         "y": 408.5793528556824,
1330         "z": "893326ee.bae438",
1331         "wires": [
1332             [
1333                 "a43fc0ee.20e45"
1334             ]
1335         ]
1336     },
1337     {
1338         "id": "a43fc0ee.20e45",
1339         "type": "returnFailure",
1340         "name": "return failure",
1341         "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=\"security-zone-topology-operation-input.security-zone-request-input.trusted-network-role is a required input\" />\n",
1342         "comments": "",
1343         "x": 2659.174835205078,
1344         "y": 408.57931327819824,
1345         "z": "893326ee.bae438",
1346         "wires": []
1347     },
1348     {
1349         "id": "9bbcec2b.09769",
1350         "type": "switchNode",
1351         "name": "switch untrusted-network-role",
1352         "xml": "<switch test='`$security-zone-topology-operation-input.security-zone-request-input.untrusted-network-role`'>\n",
1353         "comments": "",
1354         "outputs": 1,
1355         "x": 2249.2224464416504,
1356         "y": 446.74599266052246,
1357         "z": "893326ee.bae438",
1358         "wires": [
1359             [
1360                 "d404d9bd.d65288"
1361             ]
1362         ]
1363     },
1364     {
1365         "id": "d404d9bd.d65288",
1366         "type": "other",
1367         "name": "NULL",
1368         "xml": "<outcome value=''>",
1369         "comments": "",
1370         "outputs": 1,
1371         "x": 2494.22261428833,
1372         "y": 446.7459878921509,
1373         "z": "893326ee.bae438",
1374         "wires": [
1375             [
1376                 "a2180ae0.fe41f8"
1377             ]
1378         ]
1379     },
1380     {
1381         "id": "a2180ae0.fe41f8",
1382         "type": "returnFailure",
1383         "name": "return failure",
1384         "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=\"security-zone-operation-input.security-zone-request-input.untrusted-network-role is a required input\" />\n",
1385         "comments": "",
1386         "x": 2660.651081085205,
1387         "y": 446.74595737457275,
1388         "z": "893326ee.bae438",
1389         "wires": []
1390     }
1391 ]