From aeb98e944093d7ce9679bdb8f7c4f232f2f6e1fa Mon Sep 17 00:00:00 2001 From: Rahul_cool Date: Mon, 2 Mar 2020 20:19:55 +0530 Subject: [PATCH] SDNC DGs updated for nni usecase New Dgs are added for SOTN-NNI usecase Issue-ID: SDNC-899 Signed-off-by: Rahul_cool Change-Id: I33ab797c4d0f5b3f11e78843127cd373c478d594 Former-commit-id: 25d232700159699e44822acaa5f1d850292eb501 --- ...-RESOURCE-API_vf-module-topology-operation.json | 1232 ++++++++++++-------- ...ENERIC-RESOURCE-API_vnf-topology-operation.json | 987 +++++++++------- ...OURCE-API_sotn-vf-operation-l2vpn-activate.json | 78 ++ ...ESOURCE-API_sotn-vf-operation-l2vpn-create.json | 78 ++ ...RCE-API_sotn-vf-operation-l2vpn-deactivate.json | 78 ++ ...ESOURCE-API_sotn-vf-operation-l2vpn-delete.json | 78 ++ ...ESOURCE-API_sotn-vf-operation-uni-activate.json | 78 ++ ...-RESOURCE-API_sotn-vf-operation-uni-create.json | 78 ++ ...OURCE-API_sotn-vf-operation-uni-deactivate.json | 78 ++ ...-RESOURCE-API_sotn-vf-operation-uni-delete.json | 78 ++ ...n-vnf-topology-operation-underlay-activate.json | 78 ++ ...otn-vnf-topology-operation-underlay-create.json | 78 ++ ...vnf-topology-operation-underlay-deactivate.json | 78 ++ ...otn-vnf-topology-operation-underlay-delete.json | 78 ++ .../src/main/resources/graph.versions | 12 + ...C-RESOURCE-API_vf-module-topology-operation.xml | 24 + ...GENERIC-RESOURCE-API_vnf-topology-operation.xml | 9 + ...SOURCE-API_sotn-vf-operation-l2vpn-activate.xml | 13 + ...RESOURCE-API_sotn-vf-operation-l2vpn-create.xml | 13 + ...URCE-API_sotn-vf-operation-l2vpn-deactivate.xml | 13 + ...RESOURCE-API_sotn-vf-operation-l2vpn-delete.xml | 13 + ...RESOURCE-API_sotn-vf-operation-uni-activate.xml | 13 + ...C-RESOURCE-API_sotn-vf-operation-uni-create.xml | 13 + ...SOURCE-API_sotn-vf-operation-uni-deactivate.xml | 13 + ...C-RESOURCE-API_sotn-vf-operation-uni-delete.xml | 13 + ...tn-vnf-topology-operation-underlay-activate.xml | 13 + ...sotn-vnf-topology-operation-underlay-create.xml | 13 + ...-vnf-topology-operation-underlay-deactivate.xml | 13 + ...sotn-vnf-topology-operation-underlay-delete.xml | 13 + 29 files changed, 2432 insertions(+), 924 deletions(-) create mode 100644 platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-l2vpn-activate.json create mode 100644 platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-l2vpn-create.json create mode 100644 platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-l2vpn-deactivate.json create mode 100644 platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-l2vpn-delete.json create mode 100644 platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-activate.json create mode 100644 platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-create.json create mode 100644 platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-deactivate.json create mode 100644 platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-delete.json create mode 100644 platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vnf-topology-operation-underlay-activate.json create mode 100644 platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vnf-topology-operation-underlay-create.json create mode 100644 platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vnf-topology-operation-underlay-deactivate.json create mode 100644 platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vnf-topology-operation-underlay-delete.json create mode 100644 platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-l2vpn-activate.xml create mode 100644 platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-l2vpn-create.xml create mode 100644 platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-l2vpn-deactivate.xml create mode 100644 platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-l2vpn-delete.xml create mode 100644 platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-activate.xml create mode 100644 platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-create.xml create mode 100644 platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-deactivate.xml create mode 100644 platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-delete.xml create mode 100644 platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vnf-topology-operation-underlay-activate.xml create mode 100644 platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vnf-topology-operation-underlay-create.xml create mode 100644 platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vnf-topology-operation-underlay-deactivate.xml create mode 100644 platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vnf-topology-operation-underlay-delete.xml diff --git a/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_vf-module-topology-operation.json b/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_vf-module-topology-operation.json index 94207ca5..1ddbca18 100644 --- a/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_vf-module-topology-operation.json +++ b/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_vf-module-topology-operation.json @@ -1,20 +1,20 @@ [ { - "id": "33be195b.75d4fe", + "id": "153cea09.c75a8e", "type": "dgstart", "name": "DGSTART", "outputs": 1, - "x": 180, - "y": 166.70132446289062, - "z": "8b0e50c0.d902", + "x": 101.66668701171875, + "y": 63.33332824707031, + "z": "c4b0d07d.92515", "wires": [ [ - "887749a.214a238" + "fe3324a.ad54558" ] ] }, { - "id": "887749a.214a238", + "id": "fe3324a.ad54558", "type": "service-logic", "name": "GENERIC-RESOURCE-API ${project.version}", "module": "GENERIC-RESOURCE-API", @@ -22,1512 +22,1760 @@ "comments": "", "xml": "", "outputs": 1, - "x": 293.28570556640625, - "y": 206.9394359588623, - "z": "8b0e50c0.d902", + "x": 214.952392578125, + "y": 103.57143974304199, + "z": "c4b0d07d.92515", "wires": [ [ - "29dcb1df.dc1b8e" + "1618b716.647759" ] ] }, { - "id": "29dcb1df.dc1b8e", + "id": "1618b716.647759", "type": "method", "name": "method vf-module-topology-operation", "xml": "\n", "comments": "", "outputs": 1, - "x": 267.42862701416016, - "y": 246.70131874084473, - "z": "8b0e50c0.d902", + "x": 189.0953140258789, + "y": 143.3333225250244, + "z": "c4b0d07d.92515", "wires": [ [ - "5c539e88.795b58" + "647ccf73.e9d16" ] ] }, { - "id": "96b1a3b6.caafe8", + "id": "f21f2bc9.a7ee3", "type": "comment", "name": "vf-module-topology-operation", "info": "", "comments": "", - "x": 497.34483337402344, - "y": 149.28766632080078, - "z": "8b0e50c0.d902", + "x": 419.0115203857422, + "y": 45.91967010498047, + "z": "c4b0d07d.92515", "wires": [] }, { - "id": "5c539e88.795b58", + "id": "647ccf73.e9d16", "type": "block", "name": "block : atomic", "xml": "", "atomic": "true", "outputs": 1, - "x": 241.5000457763672, - "y": 580.061484336853, - "z": "8b0e50c0.d902", + "x": 163.16673278808594, + "y": 476.6934881210327, + "z": "c4b0d07d.92515", "wires": [ [ - "40f6b5c9.a683ec", - "28b20b0b.fec1e4", - "5bcfdc4b.d00a54" + "5a3085f5.d5ce44", + "3e48de1f.c44b7a", + "3ef5ce22.88127a" ] ] }, { - "id": "40f6b5c9.a683ec", + "id": "5a3085f5.d5ce44", "type": "returnSuccess", "name": "return success", "xml": "\n\n\n\n", "comments": "", - "x": 527.0000381469727, - "y": 753.5588731765747, - "z": "8b0e50c0.d902", + "x": 448.6667251586914, + "y": 650.1908769607544, + "z": "c4b0d07d.92515", "wires": [] }, { - "id": "28b20b0b.fec1e4", + "id": "3e48de1f.c44b7a", "type": "switchNode", "name": "switch svc-action", "xml": "\n", "comments": "", "outputs": 1, - "x": 537.9046478271484, - "y": 578.2727088928223, - "z": "8b0e50c0.d902", + "x": 459.5713348388672, + "y": 474.90471267700195, + "z": "c4b0d07d.92515", "wires": [ [ - "caeb3334.585a08", - "24b9aded.f55092", - "ff253716.ed1", - "ecd15846.92d2a", - "b53dc71f.db6408", - "dd8d2752.a0ec3", - "18068d49.c7b22b", - "f038d95a.4f467", - "47a5544f.c67324" + "e696c7e9.b47468", + "b98403f7.cef768", + "cee42607.61438", + "82718d35.9a5ac", + "c48c6e.2684d39", + "ddd5b918.cd6bc", + "b60cf1f8.580f9", + "56a5d05d.f27d2", + "d6e391fa.c98b78" ] ] }, { - "id": "caeb3334.585a08", + "id": "e696c7e9.b47468", "type": "outcome", "name": "assign", "xml": "\n", "comments": "", "outputs": 1, - "x": 749.3809280395508, - "y": 426.5586109161377, - "z": "8b0e50c0.d902", + "x": 671.0476150512695, + "y": 323.1906147003174, + "z": "c4b0d07d.92515", "wires": [ [ - "fcc6559a.f79908" + "69a629d9.7b14c" ] ] }, { - "id": "24b9aded.f55092", + "id": "b98403f7.cef768", "type": "outcome", "name": "unassign", "xml": "\n", "comments": "", "outputs": 1, - "x": 755.7619132995605, - "y": 614.7492380142212, - "z": "8b0e50c0.d902", + "x": 677.4286003112793, + "y": 511.3812417984009, + "z": "c4b0d07d.92515", "wires": [ [ - "4899f7bf.dcc26" + "66800c86.c97024" ] ] }, { - "id": "ff253716.ed1", + "id": "cee42607.61438", "type": "other", "name": "other", "xml": "\n", "comments": "", "outputs": 1, - "x": 659.4762649536133, - "y": 2030.2728834152222, - "z": "8b0e50c0.d902", + "x": 586.1429672241211, + "y": 2046.904836654663, + "z": "c4b0d07d.92515", "wires": [ [ - "e5f62cf2.166b38" + "11e297b8.71dcb" ] ] }, { - "id": "e5f62cf2.166b38", + "id": "11e297b8.71dcb", "type": "returnFailure", "name": "return failure", "xml": "\n\t\n\t\n \n", "comments": "", - "x": 853.666690826416, - "y": 2030.272952079773, - "z": "8b0e50c0.d902", + "x": 787.0000190734863, + "y": 2136.9048748016357, + "z": "c4b0d07d.92515", "wires": [] }, { - "id": "5bcfdc4b.d00a54", + "id": "3ef5ce22.88127a", "type": "call", "name": "call GENERIC-RESOURCE-API:validate-vf-module-input", "xml": "\n", "comments": "", "outputs": 1, - "x": 665.0832824707031, - "y": 324.0823812484741, - "z": "8b0e50c0.d902", + "x": 586.7499694824219, + "y": 220.7143850326538, + "z": "c4b0d07d.92515", "wires": [ [] ] }, { - "id": "eef0ba00.12b89", + "id": "d40c65e8.5ae13", "type": "call", "name": "call GENERIC-RESOURCE-API:vf-module-topology-operation-deactivate", "xml": "\n", "comments": "", "outputs": 1, - "x": 1131.5237197875977, - "y": 564.7966537475586, - "z": "8b0e50c0.d902", + "x": 1053.1904067993164, + "y": 461.4286575317383, + "z": "c4b0d07d.92515", "wires": [ [] ] }, { - "id": "4899f7bf.dcc26", + "id": "66800c86.c97024", "type": "call", "name": "call GENERIC-RESOURCE-API:vf-module-topology-operation-unassign", "xml": "\n", "comments": "", "outputs": 1, - "x": 1125.856990814209, - "y": 614.4633731842041, - "z": "8b0e50c0.d902", + "x": 1047.5236778259277, + "y": 511.0953769683838, + "z": "c4b0d07d.92515", "wires": [ [] ] }, { - "id": "58ba8f60.b4c0a", + "id": "a46899f8.43c288", "type": "outcome", "name": "deactivate", "xml": "\n", "comments": "", "outputs": 1, - "x": 759.857006072998, - "y": 565.4633274078369, - "z": "8b0e50c0.d902", + "x": 681.5236930847168, + "y": 462.0953311920166, + "z": "c4b0d07d.92515", "wires": [ [ - "eef0ba00.12b89" + "d40c65e8.5ae13" ] ] }, { - "id": "ecd15846.92d2a", + "id": "82718d35.9a5ac", "type": "outcome", "name": "changeassign", "xml": "\n", "comments": "", "outputs": 1, - "x": 770.3333282470703, - "y": 662.3679676055908, - "z": "8b0e50c0.d902", + "x": 692.0000152587891, + "y": 558.9999713897705, + "z": "c4b0d07d.92515", "wires": [ [ - "c288c362.34d07" + "e923b3d2.aa64b" ] ] }, { - "id": "c288c362.34d07", + "id": "e923b3d2.aa64b", "type": "call", "name": "call GENERIC-RESOURCE-API:vf-module-topology-operation-changeassign", "xml": "\n", "comments": "", "outputs": 1, - "x": 1139.4283981323242, - "y": 662.082103729248, - "z": "8b0e50c0.d902", + "x": 1061.095085144043, + "y": 558.7141075134277, + "z": "c4b0d07d.92515", "wires": [ [] ] }, { - "id": "b53dc71f.db6408", + "id": "c48c6e.2684d39", "type": "outcome", "name": "create", "xml": "\n", "comments": "", "outputs": 1, - "x": 756.0000076293945, - "y": 860.7013120651245, - "z": "8b0e50c0.d902", + "x": 677.6666946411133, + "y": 757.3333158493042, + "z": "c4b0d07d.92515", "wires": [ [ - "18e7ef46.d6b7b1" + "1e5afca3.bad373" ] ] }, { - "id": "607a2fa9.0f2298", + "id": "32944a32.f5fae6", "type": "switchNode", "name": "switch request-action", "xml": "", "comments": "", "outputs": 1, - "x": 994.333610534668, - "y": 868.2876752316952, - "z": "8b0e50c0.d902", + "x": 916.0002975463867, + "y": 764.9196790158749, + "z": "c4b0d07d.92515", "wires": [ [ - "7311d758.3c29a8", - "1c43fcbc.b491cb", - "1f820a59.6cfe26", - "263d1347.d54d4c", - "70589bb7.c48cd4", - "17d2ee47.67d4f2" + "dbc501f4.15c418", + "d866165c.1a50c", + "daf35240.82eef", + "11f10ff7.8f31", + "f7d471cc.6d2f08", + "daacc1e1.3a252", + "f1d4d27b.a55f18", + "cd308409.06664" ] ] }, { - "id": "1c43fcbc.b491cb", + "id": "d866165c.1a50c", "type": "outcome", "name": "CreateSDWANSiteInstance", "xml": "", "comments": "", "outputs": 1, - "x": 1284.809928894043, - "y": 776.7670440673828, - "z": "8b0e50c0.d902", + "x": 1206.4766159057617, + "y": 673.3990478515625, + "z": "c4b0d07d.92515", "wires": [ [ - "d033bd2f.c327f8" + "8c575c9d.eb50e8" ] ] }, { - "id": "7311d758.3c29a8", + "id": "dbc501f4.15c418", "type": "other", "name": "other", "xml": "\n", "comments": "", "outputs": 1, - "x": 1194.7143936157227, - "y": 952.1449384689331, - "z": "8b0e50c0.d902", + "x": 1126.3809814453125, + "y": 922.1103363037109, + "z": "c4b0d07d.92515", "wires": [ [ - "985190ee.26958" + "3de35ea1.4611ca" ] ] }, { - "id": "18e7ef46.d6b7b1", + "id": "1e5afca3.bad373", "type": "block", "name": "block : atomic", "xml": "", "atomic": "true", "outputs": 1, - "x": 942.3335266113281, - "y": 788.2876768112183, - "z": "8b0e50c0.d902", + "x": 864.0002136230469, + "y": 684.919680595398, + "z": "c4b0d07d.92515", "wires": [ [ - "607a2fa9.0f2298", - "8882f132.8ac148" + "32944a32.f5fae6", + "6b98be15.5c31b8" ] ] }, { - "id": "d033bd2f.c327f8", + "id": "8c575c9d.eb50e8", "type": "call", "name": "call GENERIC-RESOURCE-API:sdwan-vf-operation-site-create", "xml": "\n", "comments": "", "outputs": 1, - "x": 1708.3338012695312, - "y": 775.2878203392029, - "z": "8b0e50c0.d902", + "x": 1630.00048828125, + "y": 671.9198241233826, + "z": "c4b0d07d.92515", "wires": [ [] ] }, { - "id": "985190ee.26958", + "id": "3de35ea1.4611ca", "type": "block", "name": "block", "xml": "\n", "atomic": "false", "comments": "", "outputs": 1, - "x": 1348.0000457763672, - "y": 952.2013349533081, - "z": "8b0e50c0.d902", + "x": 1276.333251953125, + "y": 920.5000152587891, + "z": "c4b0d07d.92515", "wires": [ [] ] }, { - "id": "1f820a59.6cfe26", + "id": "daf35240.82eef", "type": "outcome", "name": "CreateSDWANPortInstance", "xml": "", "comments": "", "outputs": 1, - "x": 1258.6667861938477, - "y": 910.5348291397095, - "z": "8b0e50c0.d902", + "x": 1180.3334732055664, + "y": 807.1668329238892, + "z": "c4b0d07d.92515", "wires": [ [ - "10e74aca.5e9dcd" + "4c73beae.c4f208" ] ] }, { - "id": "10e74aca.5e9dcd", + "id": "4c73beae.c4f208", "type": "call", "name": "call GENERIC-RESOURCE-API:sdwan-vf-operation-wanport-create", "xml": "\n", "comments": "", "outputs": 1, - "x": 1731.1904830932617, - "y": 910.0555810928345, - "z": "8b0e50c0.d902", + "x": 1652.8571701049805, + "y": 806.6875848770142, + "z": "c4b0d07d.92515", "wires": [ [] ] }, { - "id": "263d1347.d54d4c", + "id": "11f10ff7.8f31", "type": "outcome", "name": "CreateSDWANDeviceInstance", "xml": "", "comments": "", "outputs": 1, - "x": 1267.0311088562012, - "y": 830.732789516449, - "z": "8b0e50c0.d902", + "x": 1188.69779586792, + "y": 727.3647933006287, + "z": "c4b0d07d.92515", "wires": [ [ - "f8c54fdf.a0282" + "16bfb20e.6eff86" ] ] }, { - "id": "f8c54fdf.a0282", + "id": "16bfb20e.6eff86", "type": "call", "name": "call GENERIC-RESOURCE-API:sdwan-vf-operation-device-create", "xml": "\n", "comments": "", "outputs": 1, - "x": 1722.5548973083496, - "y": 830.2536587715149, - "z": "8b0e50c0.d902", + "x": 1644.2215843200684, + "y": 726.8856625556946, + "z": "c4b0d07d.92515", "wires": [ [] ] }, { - "id": "70589bb7.c48cd4", + "id": "f7d471cc.6d2f08", "type": "outcome", "name": "CreateSDWANVpnInstance", "xml": "", "comments": "", "outputs": 1, - "x": 1297.0000267028809, - "y": 729.7013640403748, - "z": "8b0e50c0.d902", + "x": 1218.6667137145996, + "y": 626.3333678245544, + "z": "c4b0d07d.92515", "wires": [ [ - "69cbe655.d4531" + "e9749f09.7aac68" ] ] }, { - "id": "69cbe655.d4531", + "id": "e9749f09.7aac68", "type": "call", "name": "call GENERIC-RESOURCE-API:sdwan-vf-operation-vpn-create", "xml": "\n", "comments": "", "outputs": 1, - "x": 1705.5237998962402, - "y": 727.2221312522888, - "z": "8b0e50c0.d902", + "x": 1627.190486907959, + "y": 623.8541350364685, + "z": "c4b0d07d.92515", "wires": [ [] ] }, { - "id": "dd8d2752.a0ec3", + "id": "ddd5b918.cd6bc", "type": "outcome", "name": "activate", "xml": "\n", "comments": "", "outputs": 1, - "x": 746.0000076293945, - "y": 1056.0346250534058, - "z": "8b0e50c0.d902", + "x": 676, + "y": 1039.3333129882812, + "z": "c4b0d07d.92515", "wires": [ [ - "bcb67265.e288a" + "30af29ca.390ed6" ] ] }, { - "id": "c0fe026d.5bbbb", + "id": "7ab05668.71ae18", "type": "outcome", "name": "ActivateSDWANSiteInstance", "xml": "", "comments": "", "outputs": 1, - "x": 1276.1430587768555, - "y": 1058.933578491211, - "z": "8b0e50c0.d902", + "x": 1206.143051147461, + "y": 1042.2322664260864, + "z": "c4b0d07d.92515", "wires": [ [ - "5109a3a6.561364" + "1fcb5a9.ae883a5" ] ] }, { - "id": "bcb67265.e288a", + "id": "30af29ca.390ed6", "type": "block", "name": "block : atomic", "xml": "", "atomic": "true", "outputs": 1, - "x": 926.6667785644531, - "y": 1051.4543018341064, - "z": "8b0e50c0.d902", + "x": 856.6667709350586, + "y": 1034.752989768982, + "z": "c4b0d07d.92515", "wires": [ [ - "47246527.1e56ec" + "de6a9866.aa5828" ] ] }, { - "id": "5109a3a6.561364", + "id": "1fcb5a9.ae883a5", "type": "call", "name": "call GENERIC-RESOURCE-API:sdwan-vf-operation-site-activate", "xml": "\n", "comments": "", "outputs": 1, - "x": 1688.6669464111328, - "y": 1052.454360961914, - "z": "8b0e50c0.d902", + "x": 1618.6669387817383, + "y": 1035.7530488967896, + "z": "c4b0d07d.92515", "wires": [ [] ] }, { - "id": "c60830d0.17f5a", + "id": "e66705a2.bbcc4", "type": "outcome", "name": "ActivateSDWANDeviceInstance", "xml": "", "comments": "", "outputs": 1, - "x": 1265.33349609375, - "y": 1104.9543671607971, - "z": "8b0e50c0.d902", + "x": 1195.3334884643555, + "y": 1088.2530550956726, + "z": "c4b0d07d.92515", "wires": [ [ - "25d9361e.9c65ba" + "c1805771.0819f8" ] ] }, { - "id": "25d9361e.9c65ba", + "id": "c1805771.0819f8", "type": "call", "name": "call GENERIC-RESOURCE-API:sdwan-vf-operation-device-activate", "xml": "\n", "comments": "", "outputs": 1, - "x": 1700.857192993164, - "y": 1104.47513961792, - "z": "8b0e50c0.d902", + "x": 1630.8571853637695, + "y": 1087.7738275527954, + "z": "c4b0d07d.92515", "wires": [ [] ] }, { - "id": "b6aa92f9.cdc2a8", + "id": "64b056c.8877b28", "type": "call", "name": "call GENERIC-RESOURCE-API:sdwan-vf-operation-wanport-activate", "xml": "\n", "comments": "", "outputs": 1, - "x": 1699.3333206176758, - "y": 1189.95432138443, - "z": "8b0e50c0.d902", + "x": 1629.3333129882812, + "y": 1173.2530093193054, + "z": "c4b0d07d.92515", "wires": [ [] ] }, { - "id": "a18c69ab.01a818", + "id": "8e3e13b7.4d7fd8", "type": "outcome", "name": "ActivateSDWANPortInstance", "xml": "", "comments": "", "outputs": 1, - "x": 1263.8096237182617, - "y": 1190.4335489273071, - "z": "8b0e50c0.d902", + "x": 1193.8096160888672, + "y": 1173.7322368621826, + "z": "c4b0d07d.92515", "wires": [ [ - "b6aa92f9.cdc2a8" + "64b056c.8877b28" ] ] }, { - "id": "47246527.1e56ec", + "id": "de6a9866.aa5828", "type": "switchNode", "name": "switch request-action", "xml": "", "comments": "", "outputs": 1, - "x": 1003.0000076293945, - "y": 1118.0346250534058, - "z": "8b0e50c0.d902", + "x": 933, + "y": 1101.3333129882812, + "z": "c4b0d07d.92515", "wires": [ [ - "c0fe026d.5bbbb", - "c60830d0.17f5a", - "a18c69ab.01a818", - "4eb9f891.327f5", - "90d715c6.9c265", - "f02a5298.2eefc" + "7ab05668.71ae18", + "e66705a2.bbcc4", + "8e3e13b7.4d7fd8", + "ae7ebf9a.9d5728", + "e786a9cd.c7b768", + "c6ae21b.9d991e", + "470b9ad1.39ed14", + "7418d7ec.38a8f" ] ] }, { - "id": "4eb9f891.327f5", + "id": "ae7ebf9a.9d5728", "type": "other", "name": "other", "xml": "\n", "comments": "", "outputs": 1, - "x": 1195.5714874267578, - "y": 1239.2461342811584, - "z": "8b0e50c0.d902", + "x": 1123.9047241210938, + "y": 1277.5447998046875, + "z": "c4b0d07d.92515", "wires": [ [ - "5d183311.69fac4" + "3422a44a.60f054" ] ] }, { - "id": "90d715c6.9c265", + "id": "e786a9cd.c7b768", "type": "outcome", "name": "ActivateSDWANVpnInstance", "xml": "\n", "comments": "", "outputs": 1, - "x": 1279.0000076293945, - "y": 1014.0346250534058, - "z": "8b0e50c0.d902", + "x": 1209, + "y": 997.3333129882812, + "z": "c4b0d07d.92515", "wires": [ [ - "88c09726.eefab8" + "76d36ae2.9c9924" ] ] }, { - "id": "88c09726.eefab8", + "id": "76d36ae2.9c9924", "type": "call", "name": "call GENERIC-RESOURCE-API:sdwan-vf-operation-vpn-activate", "xml": "\n", "comments": "", "outputs": 1, - "x": 1694.523811340332, - "y": 1007.555401802063, - "z": "8b0e50c0.d902", + "x": 1624.5238037109375, + "y": 990.8540897369385, + "z": "c4b0d07d.92515", "wires": [ [] ] }, { - "id": "18068d49.c7b22b", + "id": "b60cf1f8.580f9", "type": "outcome", "name": "deactivate", "xml": "\n", "comments": "", "outputs": 1, - "x": 730, - "y": 1342.0347180366516, - "z": "8b0e50c0.d902", + "x": 668.333251953125, + "y": 1378.6666259765625, + "z": "c4b0d07d.92515", "wires": [ [ - "681e9593.4046f4" + "d902e7.6b323d18" ] ] }, { - "id": "1c91b5af.7e24a2", + "id": "b02c158c.dcddd", "type": "outcome", "name": "DeactivateSDWANSiteInstance", "xml": "", "comments": "", "outputs": 1, - "x": 1268.1431198120117, - "y": 1341.9336881637573, - "z": "8b0e50c0.d902", + "x": 1189.8097457885742, + "y": 1380.232195854187, + "z": "c4b0d07d.92515", "wires": [ [ - "45ef4065.1ebd28" + "8c270238.c3c8c8" ] ] }, { - "id": "681e9593.4046f4", + "id": "d902e7.6b323d18", "type": "block", "name": "block : atomic", "xml": "", "atomic": "true", "outputs": 1, - "x": 910.6667709350586, - "y": 1337.4543948173523, - "z": "8b0e50c0.d902", + "x": 832.3333969116211, + "y": 1375.752902507782, + "z": "c4b0d07d.92515", "wires": [ [ - "33bfb465.398c74" + "2518a88.ea22ad8" ] ] }, { - "id": "45ef4065.1ebd28", + "id": "8c270238.c3c8c8", "type": "call", "name": "call GENERIC-RESOURCE-API:sdwan-vf-operation-site-activate", "xml": "\n", "comments": "", "outputs": 1, - "x": 1685.6668853759766, - "y": 1343.4544248580933, - "z": "8b0e50c0.d902", + "x": 1607.333511352539, + "y": 1381.752932548523, + "z": "c4b0d07d.92515", "wires": [ [] ] }, { - "id": "a2c160f0.81abc8", + "id": "fa38900c.4b0c9", "type": "outcome", "name": "DeactivateSDWANDeviceInstance", "xml": "", "comments": "", "outputs": 1, - "x": 1249.3334884643555, - "y": 1390.954460144043, - "z": "8b0e50c0.d902", + "x": 1171.000114440918, + "y": 1429.2529678344727, + "z": "c4b0d07d.92515", "wires": [ [ - "6d633c2a.19ba84" + "49cf5463.b68144" ] ] }, { - "id": "6d633c2a.19ba84", + "id": "49cf5463.b68144", "type": "call", "name": "call GENERIC-RESOURCE-API:sdwan-vf-operation-device-deactivate", "xml": "\n", "comments": "", "outputs": 1, - "x": 1684.8571853637695, - "y": 1390.4752326011658, - "z": "8b0e50c0.d902", + "x": 1606.523811340332, + "y": 1428.7737402915955, + "z": "c4b0d07d.92515", "wires": [ [] ] }, { - "id": "534faaf3.c3270c", + "id": "55d87d86.c7c894", "type": "call", "name": "call GENERIC-RESOURCE-API:sdwan-vf-operation-wanport-deactivate", "xml": "\n", "comments": "", "outputs": 1, - "x": 1682.333396911621, - "y": 1468.9544343948364, - "z": "8b0e50c0.d902", + "x": 1604.0000228881836, + "y": 1507.252942085266, + "z": "c4b0d07d.92515", "wires": [ [] ] }, { - "id": "a881781.4a03f08", + "id": "9b4c7c3a.81ad58", "type": "outcome", "name": "DeactivateSDWANPortInstance", "xml": "", "comments": "", "outputs": 1, - "x": 1246.809700012207, - "y": 1469.4336619377136, - "z": "8b0e50c0.d902", + "x": 1168.4763259887695, + "y": 1507.7321696281433, + "z": "c4b0d07d.92515", "wires": [ [ - "534faaf3.c3270c" + "55d87d86.c7c894" ] ] }, { - "id": "33bfb465.398c74", + "id": "2518a88.ea22ad8", "type": "switchNode", "name": "switch request-action", "xml": "", "comments": "", "outputs": 1, - "x": 987, - "y": 1404.0347180366516, - "z": "8b0e50c0.d902", + "x": 908.6666259765625, + "y": 1442.3332257270813, + "z": "c4b0d07d.92515", "wires": [ [ - "1c91b5af.7e24a2", - "a2c160f0.81abc8", - "a881781.4a03f08", - "e96ddfb5.feaf6", - "627fe7de.350708", - "824d42e5.fe91b" + "b02c158c.dcddd", + "fa38900c.4b0c9", + "9b4c7c3a.81ad58", + "432728ba.c11a38", + "84d60925.31d678", + "a8e829e3.8183", + "ccae6641.31434", + "a6a8695d.564e28" ] ] }, { - "id": "e96ddfb5.feaf6", + "id": "432728ba.c11a38", "type": "other", "name": "other", "xml": "\n", "comments": "", "outputs": 1, - "x": 1182.571434020996, - "y": 1519.2462244033813, - "z": "8b0e50c0.d902", + "x": 1102.5712280273438, + "y": 1642.5446166992188, + "z": "c4b0d07d.92515", "wires": [ [ - "fc7b9ae9.e004f8" + "c7edf50f.976288" ] ] }, { - "id": "627fe7de.350708", + "id": "84d60925.31d678", "type": "outcome", "name": "DeactivateSDWANVpnInstance", "xml": "", "comments": "", "outputs": 1, - "x": 1263, - "y": 1300.0347180366516, - "z": "8b0e50c0.d902", + "x": 1184.6666259765625, + "y": 1338.3332257270813, + "z": "c4b0d07d.92515", "wires": [ [ - "51976a8e.a60084" + "db35e090.10dfe8" ] ] }, { - "id": "51976a8e.a60084", + "id": "db35e090.10dfe8", "type": "call", "name": "call GENERIC-RESOURCE-API:sdwan-vf-operation-vpn-activate", "xml": "\n", "comments": "", "outputs": 1, - "x": 1678.5238037109375, - "y": 1293.5554947853088, - "z": "8b0e50c0.d902", + "x": 1600.1904296875, + "y": 1331.8540024757385, + "z": "c4b0d07d.92515", "wires": [ [] ] }, { - "id": "fc7b9ae9.e004f8", + "id": "c7edf50f.976288", "type": "call", "name": "call GENERIC-RESOURCE-API:vf-module-topology-operation-deactivate", "xml": "\n", "comments": "", "outputs": 1, - "x": 1521.000114440918, - "y": 1519.7014350891113, - "z": "8b0e50c0.d902", + "x": 1457.6663208007812, + "y": 1642.9998168945312, + "z": "c4b0d07d.92515", "wires": [ [] ] }, { - "id": "5d183311.69fac4", + "id": "3422a44a.60f054", "type": "call", "name": "call GENERIC-RESOURCE-API:vf-module-topology-operation-activate", "xml": "\n", "comments": "", "outputs": 1, - "x": 1526, - "y": 1236.701344013214, - "z": "8b0e50c0.d902", + "x": 1632.666748046875, + "y": 1276.666748046875, + "z": "c4b0d07d.92515", "wires": [ [] ] }, { - "id": "a5ddeebb.393828", + "id": "e231092d.d187b8", "type": "call", "name": "call GENERIC-RESOURCE-API:vf-module-topology-operation-activate", "xml": "\n", "comments": "", "outputs": 1, - "x": 1123.9999656677246, - "y": 515.7012996673584, - "z": "8b0e50c0.d902", + "x": 1045.6666526794434, + "y": 412.3333034515381, + "z": "c4b0d07d.92515", "wires": [ [] ] }, { - "id": "d10ab8db.cf3c38", + "id": "d176524b.1e092", "type": "outcome", "name": "activate", "xml": "\n", "comments": "", "outputs": 1, - "x": 751.9999504089355, - "y": 516.367977142334, - "z": "8b0e50c0.d902", + "x": 673.6666374206543, + "y": 412.9999809265137, + "z": "c4b0d07d.92515", "wires": [ [ - "a5ddeebb.393828" + "e231092d.d187b8" ] ] }, { - "id": "f038d95a.4f467", + "id": "56a5d05d.f27d2", "type": "outcome", "name": "delete", "xml": "\n", "comments": "", "outputs": 1, - "x": 693.0000457763672, - "y": 1687.368046760559, - "z": "8b0e50c0.d902", + "x": 619.666748046875, + "y": 1704, + "z": "c4b0d07d.92515", "wires": [ [ - "10193305.fa5d35" + "dd00380.83700c8" ] ] }, { - "id": "b3ed8338.35bbd8", + "id": "6af9eda8.4f30b4", "type": "switchNode", "name": "switch request-action", "xml": "", "comments": "", "outputs": 1, - "x": 932.3335647583008, - "y": 1687.9544134140015, - "z": "8b0e50c0.d902", + "x": 865.6668930053711, + "y": 1794.5863361358643, + "z": "c4b0d07d.92515", "wires": [ [ - "f639dd.e0c2962", - "2f28b183.0a3116", - "2dac1bff.bca26c", - "c2c7f7f5.8148e8", - "8661a779.b1bbc8", - "c19404b2.ac4d9" + "acdba1bb.271aa8", + "41e45c65.4f48b4", + "365b77d0.aa0eb8", + "ac104092.6353d8", + "bd543300.11b69", + "63b5bf9.29c61c", + "24867b99.975184", + "86ad5770.f9ee38" ] ] }, { - "id": "2f28b183.0a3116", + "id": "41e45c65.4f48b4", "type": "outcome", "name": "DeleteSDWANSiteInstance", "xml": "", "comments": "", "outputs": 1, - "x": 1217.8101119995117, - "y": 1621.4338130950928, - "z": "8b0e50c0.d902", + "x": 1151.143440246582, + "y": 1728.0657358169556, + "z": "c4b0d07d.92515", "wires": [ [ - "272fa7f.e3f75d8" + "80fe0e03.e986c" ] ] }, { - "id": "f639dd.e0c2962", + "id": "acdba1bb.271aa8", "type": "other", "name": "other", "xml": "\n", "comments": "", "outputs": 1, - "x": 1131.7144317626953, - "y": 1778.8116731643677, - "z": "8b0e50c0.d902", + "x": 1075.047622680664, + "y": 1948.7767133712769, + "z": "c4b0d07d.92515", "wires": [ [ - "721cca52.351b1c" + "b65e68d0.d5eb2" ] ] }, { - "id": "10193305.fa5d35", + "id": "dd00380.83700c8", "type": "block", "name": "block : atomic", "xml": "", "atomic": "true", "outputs": 1, - "x": 879.3335647583008, - "y": 1614.9544115066528, - "z": "8b0e50c0.d902", + "x": 812.6668930053711, + "y": 1721.5863342285156, + "z": "c4b0d07d.92515", "wires": [ [ - "b3ed8338.35bbd8" + "6af9eda8.4f30b4" ] ] }, { - "id": "272fa7f.e3f75d8", + "id": "80fe0e03.e986c", "type": "call", "name": "call GENERIC-RESOURCE-API:sdwan-vf-operation-site-delete", "xml": "\n", "comments": "", "outputs": 1, - "x": 1621.333724975586, - "y": 1616.9546580314636, - "z": "8b0e50c0.d902", + "x": 1554.6670532226562, + "y": 1723.5865807533264, + "z": "c4b0d07d.92515", "wires": [ [] ] }, { - "id": "721cca52.351b1c", + "id": "b65e68d0.d5eb2", "type": "block", "name": "block", "xml": "\n", "atomic": "false", "comments": "", "outputs": 1, - "x": 1285.0000839233398, - "y": 1778.8680696487427, - "z": "8b0e50c0.d902", + "x": 1226.6664581298828, + "y": 1953.8332319259644, + "z": "c4b0d07d.92515", "wires": [ [] ] }, { - "id": "2dac1bff.bca26c", + "id": "365b77d0.aa0eb8", "type": "outcome", "name": "DeleteSDWANPortInstance", "xml": "", "comments": "", "outputs": 1, - "x": 1195.6668243408203, - "y": 1737.201563835144, - "z": "8b0e50c0.d902", + "x": 1140.666763305664, + "y": 1843.8334760665894, + "z": "c4b0d07d.92515", "wires": [ [ - "d36bdd40.7f4cb" + "fa46a4df.465f48" ] ] }, { - "id": "d36bdd40.7f4cb", + "id": "fa46a4df.465f48", "type": "call", "name": "call GENERIC-RESOURCE-API:sdwan-vf-operation-wanport-delete", "xml": "\n", "comments": "", "outputs": 1, - "x": 1668.1905212402344, - "y": 1736.722315788269, - "z": "8b0e50c0.d902", + "x": 1601.5238494873047, + "y": 1843.3542385101318, + "z": "c4b0d07d.92515", "wires": [ [] ] }, { - "id": "c2c7f7f5.8148e8", + "id": "ac104092.6353d8", "type": "outcome", "name": "DeleteSDWANDeviceInstance", "xml": "", "comments": "", "outputs": 1, - "x": 1220.0312194824219, - "y": 1660.3994517326355, - "z": "8b0e50c0.d902", + "x": 1153.3645477294922, + "y": 1767.0313744544983, + "z": "c4b0d07d.92515", "wires": [ [ - "4e0eb9d5.aa847" + "20de69e5.be86ce" ] ] }, { - "id": "4e0eb9d5.aa847", + "id": "20de69e5.be86ce", "type": "call", "name": "call GENERIC-RESOURCE-API:sdwan-vf-operation-device-delete", "xml": "\n", "comments": "", "outputs": 1, - "x": 1634.5550384521484, - "y": 1655.9203562736511, - "z": "8b0e50c0.d902", + "x": 1567.8883666992188, + "y": 1762.552278995514, + "z": "c4b0d07d.92515", "wires": [ [] ] }, { - "id": "8661a779.b1bbc8", + "id": "bd543300.11b69", "type": "outcome", "name": "DeleteSDWANVpnInstance", "xml": "", "comments": "", "outputs": 1, - "x": 1224.0000762939453, - "y": 1580.3680639266968, - "z": "8b0e50c0.d902", + "x": 1157.3334045410156, + "y": 1686.9999866485596, + "z": "c4b0d07d.92515", "wires": [ [ - "4efe6039.8a2b38" + "a935d1ef.f74388" ] ] }, { - "id": "4efe6039.8a2b38", + "id": "a935d1ef.f74388", "type": "call", "name": "call GENERIC-RESOURCE-API:sdwan-vf-operation-vpn-delete", "xml": "\n", "comments": "", "outputs": 1, - "x": 1617.5238800048828, - "y": 1580.888831615448, - "z": "8b0e50c0.d902", + "x": 1550.8572082519531, + "y": 1687.5207543373108, + "z": "c4b0d07d.92515", "wires": [ [] ] }, { - "id": "8882f132.8ac148", + "id": "6b98be15.5c31b8", "type": "record", "name": "record", "xml": "\n\n\n\n\n", "comments": "", "outputs": 1, - "x": 1083.7500076293945, - "y": 737.2915614545345, - "z": "8b0e50c0.d902", + "x": 1005.4166946411133, + "y": 633.9235652387142, + "z": "c4b0d07d.92515", "wires": [ [] ] }, { - "id": "17d2ee47.67d4f2", + "id": "daacc1e1.3a252", "type": "outcome", "name": "CreateSDWANLanPortInstance", "xml": "", "comments": "", "outputs": 1, - "x": 1260.743507385254, - "y": 871.5415625572205, - "z": "8b0e50c0.d902", + "x": 1182.4101943969727, + "y": 768.1735663414001, + "z": "c4b0d07d.92515", "wires": [ [ - "b44bb5fa.e9aaf8" + "7725c009.749b4" ] ] }, { - "id": "b44bb5fa.e9aaf8", + "id": "7725c009.749b4", "type": "call", "name": "call GENERIC-RESOURCE-API:sdwan-vf-operation-lanport-create", "xml": "\n", "comments": "", "outputs": 1, - "x": 1733.267204284668, - "y": 871.0623145103455, - "z": "8b0e50c0.d902", + "x": 1654.9338912963867, + "y": 767.6943182945251, + "z": "c4b0d07d.92515", "wires": [ [] ] }, { - "id": "f02a5298.2eefc", + "id": "c6ae21b.9d991e", "type": "outcome", "name": "ActivateSDWANLanPortInstance", "xml": "", "comments": "", "outputs": 1, - "x": 1272.743507385254, - "y": 1148.7915625572205, - "z": "8b0e50c0.d902", + "x": 1202.7434997558594, + "y": 1132.090250492096, + "z": "c4b0d07d.92515", "wires": [ [ - "3fa74ce7.5a3b6c" + "a9085f43.fb5d98" ] ] }, { - "id": "3fa74ce7.5a3b6c", + "id": "a9085f43.fb5d98", "type": "call", "name": "call GENERIC-RESOURCE-API:sdwan-vf-operation-lanport-activate", "xml": "\n", "comments": "", "outputs": 1, - "x": 1690.2671585083008, - "y": 1148.3123240470886, - "z": "8b0e50c0.d902", + "x": 1620.2671508789062, + "y": 1131.611011981964, + "z": "c4b0d07d.92515", "wires": [ [] ] }, { - "id": "824d42e5.fe91b", + "id": "a8e829e3.8183", "type": "outcome", "name": "DeactivateSDWANLanPortInstance", "xml": "", "comments": "", "outputs": 1, - "x": 1258.743507385254, - "y": 1435.0415625572205, - "z": "8b0e50c0.d902", + "x": 1180.4101333618164, + "y": 1473.3400702476501, + "z": "c4b0d07d.92515", "wires": [ [ - "c7eaff30.b937a" + "a0352b06.1ab6a" ] ] }, { - "id": "c7eaff30.b937a", + "id": "a0352b06.1ab6a", "type": "call", "name": "call GENERIC-RESOURCE-API:sdwan-vf-operation-lanport-deactivate", "xml": "\n", "comments": "", "outputs": 1, - "x": 1676.2671585083008, - "y": 1434.5623240470886, - "z": "8b0e50c0.d902", + "x": 1597.9337844848633, + "y": 1472.8608317375183, + "z": "c4b0d07d.92515", "wires": [ [] ] }, { - "id": "c19404b2.ac4d9", + "id": "63b5bf9.29c61c", "type": "outcome", "name": "DeleteSDWANLanPortInstance", "xml": "", "comments": "", "outputs": 1, - "x": 1222.743507385254, - "y": 1698.0415625572205, - "z": "8b0e50c0.d902", + "x": 1156.0768356323242, + "y": 1804.6734852790833, + "z": "c4b0d07d.92515", "wires": [ [ - "611bfd14.6cb0c4" + "d935e9d8.5a3f98" ] ] }, { - "id": "611bfd14.6cb0c4", + "id": "d935e9d8.5a3f98", "type": "call", "name": "call GENERIC-RESOURCE-API:sdwan-vf-operation-lanport-delete", "xml": "\n", "comments": "", "outputs": 1, - "x": 1640.2671585083008, - "y": 1697.5623240470886, - "z": "8b0e50c0.d902", + "x": 1573.600486755371, + "y": 1804.1942467689514, + "z": "c4b0d07d.92515", "wires": [ [] ] }, { - "id": "47a5544f.c67324", + "id": "d6e391fa.c98b78", "type": "outcome", "name": "update", "xml": "\n", "comments": "", "outputs": 1, - "x": 664.0000076293945, - "y": 1826.2876539230347, - "z": "8b0e50c0.d902", + "x": 590.6667098999023, + "y": 1842.9196071624756, + "z": "c4b0d07d.92515", "wires": [ [ - "7a09cd0b.a3ae6c" + "11620b80.062a65" ] ] }, { - "id": "7a09cd0b.a3ae6c", + "id": "11620b80.062a65", "type": "block", "name": "block : atomic", "xml": "", "atomic": "true", "outputs": 1, - "x": 838.3335037231445, - "y": 1830.874140739441, - "z": "8b0e50c0.d902", + "x": 771.6668319702148, + "y": 1937.5060634613037, + "z": "c4b0d07d.92515", "wires": [ [ - "f9c37f80.58b198" + "3c40302c.ff9b98" ] ] }, { - "id": "f9c37f80.58b198", + "id": "3c40302c.ff9b98", "type": "switchNode", "name": "switch request-action", "xml": "", "comments": "", "outputs": 1, - "x": 994.3335037231445, - "y": 1900.874140739441, - "z": "8b0e50c0.d902", + "x": 924.3335113525391, + "y": 2042.5059614181519, + "z": "c4b0d07d.92515", "wires": [ [ - "4313d5d.b934a2c", - "96008004.f3fb08" + "69288b61.625154", + "ce72f259.349b28" ] ] }, { - "id": "4313d5d.b934a2c", + "id": "69288b61.625154", "type": "outcome", "name": "SdwanBandwidthChange", "xml": "", "comments": "", "outputs": 1, - "x": 1232.999984741211, - "y": 1856.2877740859985, - "z": "8b0e50c0.d902", + "x": 1167.9998931884766, + "y": 2001.2531538009644, + "z": "c4b0d07d.92515", "wires": [ [ - "4a9a8312.107f34" + "66378131.684b6" ] ] }, { - "id": "4a9a8312.107f34", + "id": "66378131.684b6", "type": "call", "name": "call GENERIC-RESOURCE-API:sdwan-bandwidth-policy-change", "xml": "\n", "comments": "", "outputs": 1, - "x": 1626.5237884521484, - "y": 1856.8085417747498, - "z": "8b0e50c0.d902", + "x": 1561.5237579345703, + "y": 2020.1070356369019, + "z": "c4b0d07d.92515", "wires": [ [] ] }, { - "id": "96008004.f3fb08", + "id": "ce72f259.349b28", "type": "other", "name": "other", "xml": "\n", "comments": "", "outputs": 1, - "x": 1158.714340209961, - "y": 1929.7313776016235, - "z": "8b0e50c0.d902", + "x": 1088.7141876220703, + "y": 2089.696635246277, + "z": "c4b0d07d.92515", "wires": [ [ - "da42a936.4d80e8" + "51152d6d.2147ec" ] ] }, { - "id": "da42a936.4d80e8", + "id": "51152d6d.2147ec", "type": "block", "name": "block", "xml": "\n", "atomic": "false", "comments": "", "outputs": 1, - "x": 1311.9999923706055, - "y": 1929.7877740859985, - "z": "8b0e50c0.d902", + "x": 1252.000015258789, + "y": 2094.7529706954956, + "z": "c4b0d07d.92515", "wires": [ [] ] }, { - "id": "409c63f3.0be97c", + "id": "f4f08860.8e36f", "type": "block", "name": "block : atomic", "xml": "", "atomic": "true", "outputs": 1, - "x": 2006.8573913574219, - "y": 366.987060546875, - "z": "8b0e50c0.d902", + "x": 1928.5240783691406, + "y": 263.6190643310547, + "z": "c4b0d07d.92515", "wires": [ [ - "cb5df7e4.b1ee5", - "977a2626.95574" + "4bf22256.7fc7ac", + "c762aa36.1446a8" ] ] }, { - "id": "cb5df7e4.b1ee5", + "id": "4bf22256.7fc7ac", "type": "set", "name": "set skip-mdsal-update to Y", "xml": "\n\n", "comments": "", - "x": 2253.6429443359375, - "y": 343.3411045074463, - "z": "8b0e50c0.d902", + "x": 2175.3096313476562, + "y": 239.97310829162598, + "z": "c4b0d07d.92515", "wires": [] }, { - "id": "977a2626.95574", + "id": "c762aa36.1446a8", "type": "set", "name": "set ack-final to 'N' (default)", "xml": "\n\n", "comments": "", - "x": 2254.071517944336, - "y": 383.34118843078613, - "z": "8b0e50c0.d902", + "x": 2175.7382049560547, + "y": 279.9731922149658, + "z": "c4b0d07d.92515", "wires": [] }, { - "id": "f8118221.e92548", + "id": "e1bfb2c0.c48e28", "type": "switchNode", "name": "so-response-url empty?", "xml": "\n", "comments": "", "outputs": 1, - "x": 1141.4285583496094, - "y": 220.98703002929688, - "z": "8b0e50c0.d902", + "x": 1063.0952453613281, + "y": 117.61903381347656, + "z": "c4b0d07d.92515", "wires": [ [ - "6aa69e65.ea868", - "8240759e.2b7448" + "33bd04c7.af5b24", + "f2d7cddb.b68ca" ] ] }, { - "id": "6aa69e65.ea868", + "id": "33bd04c7.af5b24", "type": "outcomeTrue", "name": "true", "xml": "\n", "comments": "", "outputs": 1, - "x": 1366.4285583496094, - "y": 176.98703002929688, - "z": "8b0e50c0.d902", + "x": 1288.0952453613281, + "y": 73.61903381347656, + "z": "c4b0d07d.92515", "wires": [ [ - "327527d3.7b4b18" + "782ea3fd.5ac0f4" ] ] }, { - "id": "8240759e.2b7448", + "id": "f2d7cddb.b68ca", "type": "outcomeFalse", "name": "false", "xml": "\n", "comments": "", "outputs": 1, - "x": 1356.4285583496094, - "y": 268.9870300292969, - "z": "8b0e50c0.d902", + "x": 1278.0952453613281, + "y": 165.61903381347656, + "z": "c4b0d07d.92515", "wires": [ [ - "7a731e6.34210e" + "571c94fa.79ac6c" ] ] }, { - "id": "7a731e6.34210e", + "id": "571c94fa.79ac6c", "type": "switchNode", "name": "so-response-url = ignored URL?", "xml": "\n", "comments": "", "outputs": 1, - "x": 1578.4285583496094, - "y": 269.9870300292969, - "z": "8b0e50c0.d902", + "x": 1500.0952453613281, + "y": 166.61903381347656, + "z": "c4b0d07d.92515", "wires": [ [ - "d46d074d.48dc58", - "6fce7505.b4aa9c" + "4b5b497a.23ca3", + "82a707d0.94da68" ] ] }, { - "id": "d46d074d.48dc58", + "id": "4b5b497a.23ca3", "type": "outcomeTrue", "name": "true", "xml": "\n", "comments": "", "outputs": 1, - "x": 1818.4285583496094, - "y": 268.9870300292969, - "z": "8b0e50c0.d902", + "x": 1740.0952453613281, + "y": 165.61903381347656, + "z": "c4b0d07d.92515", "wires": [ [ - "327527d3.7b4b18" + "782ea3fd.5ac0f4" ] ] }, { - "id": "6fce7505.b4aa9c", + "id": "82a707d0.94da68", "type": "outcomeFalse", "name": "false", "xml": "\n", "comments": "", "outputs": 1, - "x": 1826.4285583496094, - "y": 369.9870300292969, - "z": "8b0e50c0.d902", + "x": 1748.0952453613281, + "y": 266.61903381347656, + "z": "c4b0d07d.92515", "wires": [ [ - "409c63f3.0be97c" + "f4f08860.8e36f" ] ] }, { - "id": "327527d3.7b4b18", + "id": "782ea3fd.5ac0f4", "type": "call", "name": "call vf-module-topology-operation-assign-sync", "xml": "\n", "comments": "", "outputs": 1, - "x": 2325.285858154297, - "y": 175.1298828125, - "z": "8b0e50c0.d902", + "x": 2246.9525451660156, + "y": 71.76188659667969, + "z": "c4b0d07d.92515", "wires": [ [] ] }, { - "id": "486c23d4.36def4", + "id": "df9ced4b.6be258", "type": "execute", "name": "execute getProperties", "xml": "\n \n \n", "comments": "", "outputs": 1, - "x": 1132.3376159667969, - "y": 129.81817626953125, - "z": "8b0e50c0.d902", + "x": 1054.0043029785156, + "y": 26.450180053710938, + "z": "c4b0d07d.92515", "wires": [ [] ] }, { - "id": "fcc6559a.f79908", + "id": "69a629d9.7b14c", "type": "block", "name": "block", "xml": "\n", "atomic": "false", "comments": "", "outputs": 1, - "x": 941.4286804199219, - "y": 128, - "z": "8b0e50c0.d902", + "x": 863.0953674316406, + "y": 24.632003784179688, + "z": "c4b0d07d.92515", "wires": [ [ - "486c23d4.36def4", - "f8118221.e92548" + "df9ced4b.6be258", + "e1bfb2c0.c48e28" ] ] + }, + { + "id": "f1d4d27b.a55f18", + "type": "outcome", + "name": "CreateSOTNUniInstance", + "xml": "", + "comments": "", + "outputs": 1, + "x": 1180, + "y": 841.6666870117188, + "z": "c4b0d07d.92515", + "wires": [ + [ + "7c693995.3f2d28" + ] + ] + }, + { + "id": "7c693995.3f2d28", + "type": "call", + "name": "call GENERIC-RESOURCE-API:sotn-vf-operation-uni-create", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 1652.523696899414, + "y": 841.1874389648438, + "z": "c4b0d07d.92515", + "wires": [ + [] + ] + }, + { + "id": "470b9ad1.39ed14", + "type": "outcome", + "name": "ActivateSOTNUniInstance", + "xml": "", + "comments": "", + "outputs": 1, + "x": 1194.9999923706055, + "y": 1208.3333101272583, + "z": "c4b0d07d.92515", + "wires": [ + [ + "7e2db8fc.02b99" + ] + ] + }, + { + "id": "7e2db8fc.02b99", + "type": "call", + "name": "call GENERIC-RESOURCE-API:sotn-vf-operation-uni-activate", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 1605.8568649291992, + "y": 1206.187252998352, + "z": "c4b0d07d.92515", + "wires": [ + [] + ] + }, + { + "id": "ccae6641.31434", + "type": "outcome", + "name": "DeactivateSOTNUniInstance", + "xml": "", + "comments": "", + "outputs": 1, + "x": 1155.2777099609375, + "y": 1543.6109008789062, + "z": "c4b0d07d.92515", + "wires": [ + [ + "d1293598.e627c8" + ] + ] + }, + { + "id": "d1293598.e627c8", + "type": "call", + "name": "call GENERIC-RESOURCE-API:sotn-vf-operation-uni-deactivate", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 1581.1347045898438, + "y": 1541.4649047851562, + "z": "c4b0d07d.92515", + "wires": [ + [] + ] + }, + { + "id": "24867b99.975184", + "type": "outcome", + "name": "DeleteSOTNUniInstance", + "xml": "", + "comments": "", + "outputs": 1, + "x": 1131.9444122314453, + "y": 1880.2776288986206, + "z": "c4b0d07d.92515", + "wires": [ + [ + "7e42b134.72d018" + ] + ] + }, + { + "id": "7e42b134.72d018", + "type": "call", + "name": "call GENERIC-RESOURCE-API:sotn-vf-operation-uni-delete", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 1554.4679718017578, + "y": 1881.4649152755737, + "z": "c4b0d07d.92515", + "wires": [ + [] + ] + }, + { + "id": "86ad5770.f9ee38", + "type": "outcome", + "name": "DeleteSOTNL2VpnInstance", + "xml": "", + "comments": "", + "outputs": 1, + "x": 1130.2777252197266, + "y": 1915.2776594161987, + "z": "c4b0d07d.92515", + "wires": [ + [ + "a36b8be3.d2254" + ] + ] + }, + { + "id": "a36b8be3.d2254", + "type": "call", + "name": "call GENERIC-RESOURCE-API:sotn-vf-operation-l2vpn-delete", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 1552.801284790039, + "y": 1916.4649457931519, + "z": "c4b0d07d.92515", + "wires": [ + [] + ] + }, + { + "id": "a6a8695d.564e28", + "type": "outcome", + "name": "DeactivateSOTNL2VpnInstance", + "xml": "", + "comments": "", + "outputs": 1, + "x": 1183.61083984375, + "y": 1590.2775268554688, + "z": "c4b0d07d.92515", + "wires": [ + [ + "ca6eae0f.1d2c38" + ] + ] + }, + { + "id": "ca6eae0f.1d2c38", + "type": "call", + "name": "call GENERIC-RESOURCE-API:sotn-vf-operation-l2vpn-deactivate", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 1597.8012084960938, + "y": 1589.7981262207031, + "z": "c4b0d07d.92515", + "wires": [ + [] + ] + }, + { + "id": "5441c097.300118", + "type": "call", + "name": "call GENERIC-RESOURCE-API:sotn-vf-operation-l2vpn-activate", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 1633.6109619140625, + "y": 1240.2778930664062, + "z": "c4b0d07d.92515", + "wires": [ + [] + ] + }, + { + "id": "7418d7ec.38a8f", + "type": "outcome", + "name": "ActivateSOTNL2VpnInstance", + "xml": "", + "comments": "", + "outputs": 1, + "x": 1209.4207458496094, + "y": 1242.4239501953125, + "z": "c4b0d07d.92515", + "wires": [ + [ + "5441c097.300118" + ] + ] + }, + { + "id": "cd308409.06664", + "type": "outcome", + "name": "CreateSOTNL2VpnInstance", + "xml": "", + "comments": "", + "outputs": 1, + "x": 1198.6110229492188, + "y": 881.9444274902344, + "z": "c4b0d07d.92515", + "wires": [ + [ + "3fcd184d.9e71a" + ] + ] + }, + { + "id": "3fcd184d.9e71a", + "type": "call", + "name": "call GENERIC-RESOURCE-API:sotn-vf-operation-l2vpn-create", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 1672.8011474609375, + "y": 879.7983093261719, + "z": "c4b0d07d.92515", + "wires": [ + [] + ] } ] \ No newline at end of file diff --git a/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_vnf-topology-operation.json b/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_vnf-topology-operation.json index 1336db55..862af35e 100644 --- a/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_vnf-topology-operation.json +++ b/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_vnf-topology-operation.json @@ -1,20 +1,20 @@ [ { - "id": "7f4aec0b.5502f4", + "id": "8fdeb7a9.28b73", "type": "dgstart", "name": "DGSTART", "outputs": 1, - "x": 330, - "y": 210.98507690429688, - "z": "f5eee496.37583", + "x": 133.33334350585938, + "y": 198.65174865722656, + "z": "4222f00.ce0af9", "wires": [ [ - "3c7ef46a.98dca4" + "ac89694.ba92398" ] ] }, { - "id": "3c7ef46a.98dca4", + "id": "ac89694.ba92398", "type": "service-logic", "name": "GENERIC-RESOURCE-API ${project.version}", "module": "GENERIC-RESOURCE-API", @@ -22,1314 +22,1437 @@ "comments": "", "xml": "", "outputs": 1, - "x": 413.28570556640625, - "y": 272.2231750488281, - "z": "f5eee496.37583", + "x": 216.61904907226562, + "y": 259.8898468017578, + "z": "4222f00.ce0af9", "wires": [ [ - "b47a6501.64ba38" + "4ed3dee7.bee43" ] ] }, { - "id": "b47a6501.64ba38", + "id": "4ed3dee7.bee43", "type": "method", "name": "method vnf-topology-operation", "xml": "\n", "comments": "", "outputs": 1, - "x": 405.42862701416016, - "y": 334.985071182251, - "z": "f5eee496.37583", + "x": 208.76197052001953, + "y": 322.65174293518066, + "z": "4222f00.ce0af9", "wires": [ [ - "76bed0c3.5ba96" + "323edb9d.64f90c" ] ] }, { - "id": "af2b7b93.b6f818", + "id": "f6611062.32edc8", "type": "comment", "name": "vnf-topology-operation", "info": "", "comments": "", - "x": 729.9162979125977, - "y": 54, - "z": "f5eee496.37583", + "x": 533.249641418457, + "y": 41.66667175292969, + "z": "4222f00.ce0af9", "wires": [] }, { - "id": "76bed0c3.5ba96", + "id": "323edb9d.64f90c", "type": "block", "name": "block : atomic", "xml": "", "atomic": "true", "outputs": 1, - "x": 429.16676330566406, - "y": 664.6785974502563, - "z": "f5eee496.37583", + "x": 232.50010681152344, + "y": 652.345269203186, + "z": "4222f00.ce0af9", "wires": [ [ - "c01d08e.c985a78", - "f3cdf661.920ac", - "33260e4d.c20b2a" + "bb8e5eb.0d904a", + "a9e4287a.aac75", + "f6d8c8e4.810ef8" ] ] }, { - "id": "c01d08e.c985a78", + "id": "bb8e5eb.0d904a", "type": "returnSuccess", "name": "return success", "xml": "\n\n\n\n", "comments": "", - "x": 721.6667175292969, - "y": 819.8426303863525, - "z": "f5eee496.37583", + "x": 525.0000610351562, + "y": 807.5093021392822, + "z": "4222f00.ce0af9", "wires": [] }, { - "id": "f3cdf661.920ac", + "id": "a9e4287a.aac75", "type": "switchNode", "name": "switch svc-action", "xml": "\n", "comments": "", "outputs": 1, - "x": 724.5714340209961, - "y": 662.8898410797119, - "z": "f5eee496.37583", + "x": 527.9047775268555, + "y": 650.5565128326416, + "z": "4222f00.ce0af9", "wires": [ [ - "6a62e528.843adc", - "27ec3c87.0a16a4", - "141ab523.6149e3", - "8445a42.64341d8", - "baec8114.d828c8", - "90f19b33.a1e3a", - "26901c7e.371ebc" + "94449c01.485b08", + "ab1de4a6.ec9de8", + "22cb5ee7.7cac7a", + "1bb1a526.b8fb8b", + "d38893a3.06ce68", + "7c2e0e4c.dbf17", + "80230dcd.458b9" ] ] }, { - "id": "6a62e528.843adc", + "id": "94449c01.485b08", "type": "outcome", "name": "assign", "xml": "\n", "comments": "", "outputs": 1, - "x": 1059.3809814453125, - "y": 490.5089511871338, - "z": "f5eee496.37583", + "x": 862.7143249511719, + "y": 478.1756229400635, + "z": "4222f00.ce0af9", "wires": [ [ - "1151efa6.7d7988" + "30e9386b.1bf9e" ] ] }, { - "id": "27ec3c87.0a16a4", + "id": "ab1de4a6.ec9de8", "type": "outcome", "name": "unassign", "xml": "\n", "comments": "", "outputs": 1, - "x": 1135.4287996292114, - "y": 1259.6997060775757, - "z": "f5eee496.37583", + "x": 938.7621431350708, + "y": 1247.3663778305054, + "z": "4222f00.ce0af9", "wires": [ [ - "b7aab17f.d8737" + "e1715245.60eaa" ] ] }, { - "id": "8445a42.64341d8", + "id": "1bb1a526.b8fb8b", "type": "other", "name": "other", "xml": "\n", "comments": "", "outputs": 1, - "x": 1119.1430358886719, - "y": 1947.8899335861206, - "z": "f5eee496.37583", + "x": 922.4763793945312, + "y": 1935.5566053390503, + "z": "4222f00.ce0af9", "wires": [ [ - "1a454130.e9b437" + "6484b763.09f248" ] ] }, { - "id": "1a454130.e9b437", + "id": "6484b763.09f248", "type": "returnFailure", "name": "return failure", "xml": "\n\t\n\t\n \n", "comments": "", - "x": 1352.3334655761719, - "y": 1947.8899946212769, - "z": "f5eee496.37583", + "x": 1155.6668090820312, + "y": 1935.5566663742065, + "z": "4222f00.ce0af9", "wires": [] }, { - "id": "33260e4d.c20b2a", + "id": "f6d8c8e4.810ef8", "type": "call", "name": "call GENERIC-RESOURCE-API:validate-vnf-input", "xml": "\n", "comments": "", "outputs": 1, - "x": 830.4166870117188, - "y": 415.3661289215088, - "z": "f5eee496.37583", + "x": 633.7500305175781, + "y": 403.0328006744385, + "z": "4222f00.ce0af9", "wires": [ [] ] }, { - "id": "b1c75a1f.b736a", + "id": "429c50f6.4998d", "type": "call", "name": "call GENERIC-RESOURCE-API:vnf-topology-operation-deactivate", "xml": "\n", "comments": "", "outputs": 1, - "x": 1941.857307434082, - "y": 1213.4137859344482, - "z": "f5eee496.37583", + "x": 1758.52392578125, + "y": 1224.4137573242188, + "z": "4222f00.ce0af9", "wires": [ [] ] }, { - "id": "b7aab17f.d8737", + "id": "e1715245.60eaa", "type": "call", "name": "call GENERIC-RESOURCE-API:vnf-topology-operation-unassign", "xml": "\n", "comments": "", "outputs": 1, - "x": 1499.5239305496216, - "y": 1264.4137868881226, - "z": "f5eee496.37583", + "x": 1304.52392578125, + "y": 1268.7471923828125, + "z": "4222f00.ce0af9", "wires": [ [] ] }, { - "id": "141ab523.6149e3", + "id": "22cb5ee7.7cac7a", "type": "outcome", "name": "deactivate", "xml": "\n", "comments": "", "outputs": 1, - "x": 1104.5238800048828, - "y": 999.080415725708, - "z": "f5eee496.37583", + "x": 907.8572235107422, + "y": 986.7470874786377, + "z": "4222f00.ce0af9", "wires": [ [ - "174a6915.f20dff" + "cdaea7ef.202f1" ] ] }, { - "id": "9c2d6c28.9eabb8", + "id": "5f7fbdef.90e2d4", "type": "call", "name": "call GENERIC-RESOURCE-API:vnf-topology-operation-activate", "xml": "\n", "comments": "", "outputs": 1, - "x": 1898.666877746582, - "y": 872.9850749969482, - "z": "f5eee496.37583", + "x": 1710.33349609375, + "y": 885.6517333984375, + "z": "4222f00.ce0af9", "wires": [ [] ] }, { - "id": "baec8114.d828c8", + "id": "d38893a3.06ce68", "type": "outcome", "name": "activate", "xml": "\n", "comments": "", "outputs": 1, - "x": 1067.3333129882812, - "y": 660.6517143249512, - "z": "f5eee496.37583", + "x": 870.6666564941406, + "y": 648.3183860778809, + "z": "4222f00.ce0af9", "wires": [ [ - "272242b5.b176e6" + "b35b44fe.c5e848" ] ] }, { - "id": "90f19b33.a1e3a", + "id": "7c2e0e4c.dbf17", "type": "outcome", "name": "create", "xml": "\n", "comments": "", "outputs": 1, - "x": 1137.0002298355103, - "y": 1392.0713729858398, - "z": "f5eee496.37583", + "x": 940.3335733413696, + "y": 1379.7380447387695, + "z": "4222f00.ce0af9", "wires": [ [ - "e8ab363a.a04b1" + "fe327fc4.4bce4" ] ] }, { - "id": "26901c7e.371ebc", + "id": "80230dcd.458b9", "type": "outcome", "name": "delete", "xml": "\n", "comments": "", "outputs": 1, - "x": 1130.000228881836, - "y": 1703.0713829994202, - "z": "f5eee496.37583", + "x": 933.3335723876953, + "y": 1690.7380547523499, + "z": "4222f00.ce0af9", "wires": [ [ - "948c6273.9d905" + "b29c169a.b9c29" ] ] }, { - "id": "a9e35ff1.79f4e8", + "id": "dcb80299.88d2d8", "type": "switchNode", "name": "switch request-action", "xml": "\n", "comments": "", "outputs": 1, - "x": 1309.0000839233398, - "y": 716.0713911056519, - "z": "f5eee496.37583", + "x": 1112.3334274291992, + "y": 703.7380628585815, + "z": "4222f00.ce0af9", "wires": [ [ - "f87379c.1e07488", - "c36c43cc.aeeda8", - "13164371.5de335", - "a2611719.24c7b", - "176f424b.dada06", - "39f3b84c.87449" + "e5663cdc.f3bed8", + "7304998c.6c78d8", + "8d2f7cd0.1216b", + "e5c3291c.26157", + "6ed7f901.e4837", + "f1eb2324.c790d", + "793759a8.9ea39" ] ] }, { - "id": "c36c43cc.aeeda8", + "id": "7304998c.6c78d8", "type": "outcome", "name": "ActivateSiteInstance", "xml": "", "comments": "", "outputs": 1, - "x": 1569.4763259887695, - "y": 638.5506420135498, - "z": "f5eee496.37583", + "x": 1372.809669494629, + "y": 626.2173137664795, + "z": "4222f00.ce0af9", "wires": [ [ - "bb367534.ef4ec8" + "fe22d944.1fc73" ] ] }, { - "id": "f87379c.1e07488", + "id": "e5663cdc.f3bed8", "type": "other", "name": "other", "xml": "\n", "comments": "", "outputs": 1, - "x": 1542.3811111450195, - "y": 873.9286479949951, - "z": "f5eee496.37583", + "x": 1342.3810424804688, + "y": 888.2620239257812, + "z": "4222f00.ce0af9", "wires": [ [ - "9c2d6c28.9eabb8" + "5f7fbdef.90e2d4" ] ] }, { - "id": "272242b5.b176e6", + "id": "b35b44fe.c5e848", "type": "block", "name": "block : atomic", "xml": "", "atomic": "true", "outputs": 1, - "x": 1248.0000839233398, - "y": 661.0713911056519, - "z": "f5eee496.37583", + "x": 1051.3334274291992, + "y": 648.7380628585815, + "z": "4222f00.ce0af9", "wires": [ [ - "a9e35ff1.79f4e8" + "dcb80299.88d2d8" ] ] }, { - "id": "bb367534.ef4ec8", + "id": "fe22d944.1fc73", "type": "call", "name": "call GENERIC-RESOURCE-API:site-vnf-topology-operation-activate", "xml": "\n", "comments": "", "outputs": 1, - "x": 1936.000129699707, - "y": 641.0714244842529, - "z": "f5eee496.37583", + "x": 1739.3334732055664, + "y": 628.7380962371826, + "z": "4222f00.ce0af9", "wires": [ [] ] }, { - "id": "bf370495.757518", + "id": "ca1873d2.9915c8", "type": "switchNode", "name": "switch request-action", "xml": "\n", "comments": "", "outputs": 1, - "x": 1367.0001983642578, - "y": 1032.071382522583, - "z": "f5eee496.37583", + "x": 1170.3335418701172, + "y": 1019.7380542755127, + "z": "4222f00.ce0af9", "wires": [ [ - "49eaa74e.8c768", - "673e8d63.ef464c", - "6f7de94e.d598f", - "3bbdbf03.70f7", - "9e5f5985.9a8c28", - "12389cbe.8a7ceb" + "c7150aee.048ae", + "a855fae3.c07", + "149bd874.b6e848", + "f2c6835b.e4dce8", + "23e0c188.77d676", + "7fbdfe6d.74e92" ] ] }, { - "id": "673e8d63.ef464c", + "id": "a855fae3.c07", "type": "outcome", "name": "DeactivateSiteInstance", "xml": "", "comments": "", "outputs": 1, - "x": 1610.4763946533203, - "y": 983.5506310462952, - "z": "f5eee496.37583", + "x": 1413.8097381591797, + "y": 971.2173027992249, + "z": "4222f00.ce0af9", "wires": [ [ - "76abc0e2.85bc5" + "b98150d7.417838" ] ] }, { - "id": "49eaa74e.8c768", + "id": "c7150aee.048ae", "type": "other", "name": "other", "xml": "\n", "comments": "", "outputs": 1, - "x": 1585.3811111450195, - "y": 1213.9286785125732, - "z": "f5eee496.37583", + "x": 1395.3810424804688, + "y": 1223.2620239257812, + "z": "4222f00.ce0af9", "wires": [ [ - "b1c75a1f.b736a" + "429c50f6.4998d" ] ] }, { - "id": "174a6915.f20dff", + "id": "cdaea7ef.202f1", "type": "block", "name": "block : atomic", "xml": "", "atomic": "true", "outputs": 1, - "x": 1306.0001983642578, - "y": 977.071382522583, - "z": "f5eee496.37583", + "x": 1109.3335418701172, + "y": 964.7380542755127, + "z": "4222f00.ce0af9", "wires": [ [ - "bf370495.757518" + "ca1873d2.9915c8" ] ] }, { - "id": "76abc0e2.85bc5", + "id": "b98150d7.417838", "type": "call", "name": "call GENERIC-RESOURCE-API:site-vnf-topology-operation-deactivate", "xml": "\n", "comments": "", "outputs": 1, - "x": 1980.0001983642578, - "y": 981.0714135169983, - "z": "f5eee496.37583", + "x": 1783.3335418701172, + "y": 968.738085269928, + "z": "4222f00.ce0af9", "wires": [ [] ] }, { - "id": "6945b0fa.57898", + "id": "e3b42cf5.a45af", "type": "switchNode", "name": "switch request-action", "xml": "\n", "comments": "", "outputs": 1, - "x": 1335.333625793457, - "y": 1478.6576824188232, - "z": "f5eee496.37583", + "x": 1138.6669692993164, + "y": 1466.324354171753, + "z": "4222f00.ce0af9", "wires": [ [ - "878cf713.a74bf", - "6f7cdd9b.38d304", - "6f40b7fc.70cde", - "40ffdf8b.d98258", - "6fc6cf80.2742", - "96eee0bd.7d8858" + "6adc7d8f.7076d4", + "b51aa3b1.e2b098", + "b80b7710.1796", + "7ffb66a7.7d6c7", + "68aa167c.112dc", + "3353033f.efa8dc", + "a5d6fe4e.3bf49" ] ] }, { - "id": "6f7cdd9b.38d304", + "id": "b51aa3b1.e2b098", "type": "outcome", "name": "CreateSiteInstance", "xml": "", "comments": "", "outputs": 1, - "x": 1590.8101167678833, - "y": 1331.1370167732239, - "z": "f5eee496.37583", + "x": 1394.1434602737427, + "y": 1318.8036885261536, + "z": "4222f00.ce0af9", "wires": [ [ - "b46cf4df.32707" + "ca881a35.a5529" ] ] }, { - "id": "878cf713.a74bf", + "id": "6adc7d8f.7076d4", "type": "other", "name": "other", "xml": "\n", "comments": "", "outputs": 1, - "x": 1557.714599609375, - "y": 1552.5149021148682, - "z": "f5eee496.37583", + "x": 1367.714485168457, + "y": 1586.8482398986816, + "z": "4222f00.ce0af9", "wires": [ [ - "2c3d033f.ef6ef4" + "a995e733.6624d" ] ] }, { - "id": "e8ab363a.a04b1", + "id": "fe327fc4.4bce4", "type": "block", "name": "block : atomic", "xml": "", "atomic": "true", "outputs": 1, - "x": 1319.3337144851685, - "y": 1389.6577405929565, - "z": "f5eee496.37583", + "x": 1122.6670579910278, + "y": 1377.3244123458862, + "z": "4222f00.ce0af9", "wires": [ [ - "6945b0fa.57898" + "e3b42cf5.a45af" ] ] }, { - "id": "b46cf4df.32707", + "id": "ca881a35.a5529", "type": "call", "name": "call GENERIC-RESOURCE-API:site-vnf-topology-operation-create", "xml": "\n", "comments": "", "outputs": 1, - "x": 1967.333821296692, - "y": 1329.657775402069, - "z": "f5eee496.37583", + "x": 1770.6671648025513, + "y": 1317.3244471549988, + "z": "4222f00.ce0af9", "wires": [ [] ] }, { - "id": "2c3d033f.ef6ef4", + "id": "a995e733.6624d", "type": "block", "name": "block", "xml": "\n", "atomic": "false", "comments": "", "outputs": 1, - "x": 1698.0001754760742, - "y": 1553.571325302124, - "z": "f5eee496.37583", + "x": 1508.0000610351562, + "y": 1587.9046630859375, + "z": "4222f00.ce0af9", "wires": [ [] ] }, { - "id": "c7a1cbe3.987808", + "id": "3304e593.ae05a2", "type": "switchNode", "name": "switch request-action", "xml": "\n", "comments": "", "outputs": 1, - "x": 1376.000228881836, - "y": 1755.5713829994202, - "z": "f5eee496.37583", + "x": 1179.3335723876953, + "y": 1743.2380547523499, + "z": "4222f00.ce0af9", "wires": [ [ - "c62eb926.85d33", - "7a7ae529.cd458c", - "5d404aca.28015c", - "24ef76eb.fe68ca", - "d11af3be.8899c", - "e8482541.be4a68" + "f68499ae.c551c", + "61c977c4.a99308", + "3a60ff9d.338988", + "6cb20a0.dcd7c78", + "c9636adc.daf0f8", + "c849034b.de7bb", + "36a6c0b5.0c1d9" ] ] }, { - "id": "7a7ae529.cd458c", + "id": "61c977c4.a99308", "type": "outcome", "name": "DeleteSiteInstance", "xml": "", "comments": "", "outputs": 1, - "x": 1616.476448059082, - "y": 1701.0506267547607, - "z": "f5eee496.37583", + "x": 1419.8097915649414, + "y": 1688.7172985076904, + "z": "4222f00.ce0af9", "wires": [ [ - "7f9a71f7.e7a108" + "7e6766e4.d1d63" ] ] }, { - "id": "c62eb926.85d33", + "id": "f68499ae.c551c", "type": "other", "name": "other", "xml": "\n", "comments": "", "outputs": 1, - "x": 1581.381233215332, - "y": 1951.428861618042, - "z": "f5eee496.37583", + "x": 1389.7146606445312, + "y": 1965.7623291015625, + "z": "4222f00.ce0af9", "wires": [ [ - "b15da572.e87ef" + "7e606597.d9e3f4" ] ] }, { - "id": "948c6273.9d905", + "id": "b29c169a.b9c29", "type": "block", "name": "block : atomic", "xml": "", "atomic": "true", "outputs": 1, - "x": 1315.000228881836, - "y": 1700.5713829994202, - "z": "f5eee496.37583", + "x": 1118.3335723876953, + "y": 1688.2380547523499, + "z": "4222f00.ce0af9", "wires": [ [ - "c7a1cbe3.987808" + "3304e593.ae05a2" ] ] }, { - "id": "7f9a71f7.e7a108", + "id": "7e6766e4.d1d63", "type": "call", "name": "call GENERIC-RESOURCE-API:site-vnf-topology-operation-delete", "xml": "\n", "comments": "", "outputs": 1, - "x": 1989.0002517700195, - "y": 1698.5713787078857, - "z": "f5eee496.37583", + "x": 1792.333595275879, + "y": 1686.2380504608154, + "z": "4222f00.ce0af9", "wires": [ [] ] }, { - "id": "b15da572.e87ef", + "id": "7e606597.d9e3f4", "type": "block", "name": "block", "xml": "\n", "atomic": "false", "comments": "", "outputs": 1, - "x": 1721.6668090820312, - "y": 1952.4852848052979, - "z": "f5eee496.37583", + "x": 1525.0001831054688, + "y": 1958.4853515625, + "z": "4222f00.ce0af9", "wires": [ [] ] }, { - "id": "13164371.5de335", + "id": "8d2f7cd0.1216b", "type": "outcome", "name": "ActivateSDWANDeviceInstance", "xml": "", "comments": "", "outputs": 1, - "x": 1600.6667556762695, - "y": 689.571455001831, - "z": "f5eee496.37583", + "x": 1404.000099182129, + "y": 677.2381267547607, + "z": "4222f00.ce0af9", "wires": [ [ - "bb7369d2.79a9b" + "38a8e37a.8a0dfc" ] ] }, { - "id": "bb7369d2.79a9b", + "id": "38a8e37a.8a0dfc", "type": "call", "name": "call GENERIC-RESOURCE-API:sdwan-vnf-topology-operation-device-activate", "xml": "\n", "comments": "", "outputs": 1, - "x": 2040.1904373168945, - "y": 688.092206954956, - "z": "f5eee496.37583", + "x": 1843.523780822754, + "y": 675.7588787078857, + "z": "4222f00.ce0af9", "wires": [ [] ] }, { - "id": "6f7de94e.d598f", + "id": "149bd874.b6e848", "type": "outcome", "name": "DeactivateSDWANDeviceInstance", "xml": "", "comments": "", "outputs": 1, - "x": 1651.666633605957, - "y": 1031.571409702301, - "z": "f5eee496.37583", + "x": 1454.9999771118164, + "y": 1019.2380814552307, + "z": "4222f00.ce0af9", "wires": [ [ - "5c24aa9.f8036d4" + "5a563206.aad004" ] ] }, { - "id": "5c24aa9.f8036d4", + "id": "5a563206.aad004", "type": "call", "name": "call GENERIC-RESOURCE-API:sdwan-vnf-topology-operation-device-deactivate", "xml": "\n", "comments": "", "outputs": 1, - "x": 2108.190330505371, - "y": 1031.0922451019287, - "z": "f5eee496.37583", + "x": 1911.5236740112305, + "y": 1018.7589168548584, + "z": "4222f00.ce0af9", "wires": [ [] ] }, { - "id": "fd3d0953.02e43", + "id": "3a9b518c.93c52e", "type": "call", "name": "call GENERIC-RESOURCE-API:sdwan-vnf-topology-operation-wanport-activate", "xml": "\n", "comments": "", "outputs": 1, - "x": 2037.666633605957, - "y": 728.5713939666748, - "z": "f5eee496.37583", + "x": 1840.9999771118164, + "y": 716.2380657196045, + "z": "4222f00.ce0af9", "wires": [ [] ] }, { - "id": "a2611719.24c7b", + "id": "e5c3291c.26157", "type": "outcome", "name": "ActivateSDWANPortInstance", "xml": "", "comments": "", "outputs": 1, - "x": 1594.142951965332, - "y": 736.0506114959717, - "z": "f5eee496.37583", + "x": 1397.4762954711914, + "y": 723.7172832489014, + "z": "4222f00.ce0af9", "wires": [ [ - "fd3d0953.02e43" + "3a9b518c.93c52e" ] ] }, { - "id": "3bbdbf03.70f7", + "id": "f2c6835b.e4dce8", "type": "outcome", "name": "DeactivateSDWANPortInstance", "xml": "", "comments": "", "outputs": 1, - "x": 1643.6666793823242, - "y": 1069.904725074768, - "z": "f5eee496.37583", + "x": 1447.0000228881836, + "y": 1057.5713968276978, + "z": "4222f00.ce0af9", "wires": [ [ - "25fa8901.ea4226" + "9cd1da68.7c00b8" ] ] }, { - "id": "25fa8901.ea4226", + "id": "9cd1da68.7c00b8", "type": "call", "name": "call GENERIC-RESOURCE-API:sdwan-vnf-topology-operation-wanport-deactivate", "xml": "\n", "comments": "", "outputs": 1, - "x": 2118.190330505371, - "y": 1086.4255270957947, - "z": "f5eee496.37583", + "x": 1921.5236740112305, + "y": 1074.0921988487244, + "z": "4222f00.ce0af9", "wires": [ [] ] }, { - "id": "6f40b7fc.70cde", + "id": "b80b7710.1796", "type": "outcome", "name": "CreateSDWANPortInstance", "xml": "", "comments": "", "outputs": 1, - "x": 1640.6670122146606, - "y": 1419.9048511981964, - "z": "f5eee496.37583", + "x": 1444.00035572052, + "y": 1407.571522951126, + "z": "4222f00.ce0af9", "wires": [ [ - "cbbee8f6.313cb8" + "683a64bd.1411b4" ] ] }, { - "id": "cbbee8f6.313cb8", + "id": "683a64bd.1411b4", "type": "call", "name": "call GENERIC-RESOURCE-API:sdwan-vnf-topology-operation-wanport-create", "xml": "\n", "comments": "", "outputs": 1, - "x": 2097.1906328201294, - "y": 1424.425630569458, - "z": "f5eee496.37583", + "x": 1900.5239763259888, + "y": 1412.0923023223877, + "z": "4222f00.ce0af9", "wires": [ [] ] }, { - "id": "5d404aca.28015c", + "id": "3a60ff9d.338988", "type": "outcome", "name": "DeleteSDWANPortInstance", "xml": "", "comments": "", "outputs": 1, - "x": 1652.3334655761719, - "y": 1811.9047713279724, - "z": "f5eee496.37583", + "x": 1455.6668090820312, + "y": 1799.571443080902, + "z": "4222f00.ce0af9", "wires": [ [ - "15dc39bf.cd04de" + "f08cabbe.1566c" ] ] }, { - "id": "15dc39bf.cd04de", + "id": "f08cabbe.1566c", "type": "call", "name": "call GENERIC-RESOURCE-API:sdwan-vnf-topology-operation-wanport-delete", "xml": "\n", "comments": "", "outputs": 1, - "x": 2078.8571853637695, - "y": 1811.4256267547607, - "z": "f5eee496.37583", + "x": 1882.190528869629, + "y": 1799.0922985076904, + "z": "4222f00.ce0af9", "wires": [ [] ] }, { - "id": "24ef76eb.fe68ca", + "id": "6cb20a0.dcd7c78", "type": "outcome", "name": "DeleteSDWANDeviceInstance", "xml": "", "comments": "", "outputs": 1, - "x": 1661.0316162109375, - "y": 1752.102677822113, - "z": "f5eee496.37583", + "x": 1464.3649597167969, + "y": 1739.7693495750427, + "z": "4222f00.ce0af9", "wires": [ [ - "ebf4bbea.e5ce9" + "353aaf17.4c28b8" ] ] }, { - "id": "ebf4bbea.e5ce9", + "id": "353aaf17.4c28b8", "type": "call", "name": "call GENERIC-RESOURCE-API:sdwan-vnf-topology-operation-device-delete", "xml": "\n", "comments": "", "outputs": 1, - "x": 2093.555221557617, - "y": 1751.6233911514282, - "z": "f5eee496.37583", + "x": 1896.8885650634766, + "y": 1739.290062904358, + "z": "4222f00.ce0af9", "wires": [ [] ] }, { - "id": "40ffdf8b.d98258", + "id": "7ffb66a7.7d6c7", "type": "outcome", "name": "CreateSDWANDeviceInstance", "xml": "", "comments": "", "outputs": 1, - "x": 1656.031361579895, - "y": 1376.1028146743774, - "z": "f5eee496.37583", + "x": 1459.3647050857544, + "y": 1363.7694864273071, + "z": "4222f00.ce0af9", "wires": [ [ - "618700fa.fa57e" + "be3e977e.2c5d4" ] ] }, { - "id": "618700fa.fa57e", + "id": "be3e977e.2c5d4", "type": "call", "name": "call GENERIC-RESOURCE-API:sdwan-vnf-topology-operation-device-create", "xml": "\n", "comments": "", "outputs": 1, - "x": 2112.555027961731, - "y": 1374.623628616333, - "z": "f5eee496.37583", + "x": 1915.8883714675903, + "y": 1362.2903003692627, + "z": "4222f00.ce0af9", "wires": [ [] ] }, { - "id": "176f424b.dada06", + "id": "6ed7f901.e4837", "type": "outcome", "name": "ActivateSDWANVpnInstance", "xml": "", "comments": "", "outputs": 1, - "x": 1598.2961502075195, - "y": 785.1484661102295, - "z": "f5eee496.37583", + "x": 1406.6295166015625, + "y": 764.4818115234375, + "z": "4222f00.ce0af9", "wires": [ [ - "4be7a0af.f34808" + "3bf7e2c.06ec69e" ] ] }, { - "id": "39f3b84c.87449", + "id": "f1eb2324.c790d", "type": "outcome", "name": "ActivateSDWANSiteInstance", "xml": "", "comments": "", "outputs": 1, - "x": 1602.2961502075195, - "y": 827.8149089813232, - "z": "f5eee496.37583", + "x": 1410.6295166015625, + "y": 807.1482543945312, + "z": "4222f00.ce0af9", "wires": [ [ - "4be7a0af.f34808" + "3bf7e2c.06ec69e" ] ] }, { - "id": "4be7a0af.f34808", + "id": "3bf7e2c.06ec69e", "type": "block", "name": "block : atomic", "xml": "", "atomic": "true", "outputs": 1, - "x": 1873.296142578125, - "y": 805.8149607181549, - "z": "f5eee496.37583", + "x": 1681.629508972168, + "y": 785.1483061313629, + "z": "4222f00.ce0af9", "wires": [ [ - "f5fc6a61.fbff" + "8153499b.6e1098" ] ] }, { - "id": "f5fc6a61.fbff", + "id": "8153499b.6e1098", "type": "call", "name": "call GENERIC-RESOURCE-API:vnf-topology-operation-vpn-site-resource-activate", "xml": "\n", "comments": "", "outputs": 1, - "x": 2251.2959899902344, - "y": 803.148619890213, - "z": "f5eee496.37583", + "x": 2059.6293563842773, + "y": 782.481965303421, + "z": "4222f00.ce0af9", "wires": [ [] ] }, { - "id": "8713d091.3458c8", + "id": "68ae2f99.4d69e", "type": "call", "name": "call GENERIC-RESOURCE-API:vnf-topology-operation-vpn-site-resource-deactivate", "xml": "\n", "comments": "", "outputs": 1, - "x": 2304.3332138061523, - "y": 1141.9380941390991, - "z": "f5eee496.37583", + "x": 2107.6665573120117, + "y": 1129.6047658920288, + "z": "4222f00.ce0af9", "wires": [ [] ] }, { - "id": "61c74aac.7351c4", + "id": "2a02ee62.b6456a", "type": "block", "name": "block : atomic", "xml": "", "atomic": "true", "outputs": 1, - "x": 1907.3333053588867, - "y": 1143.6044387817383, - "z": "f5eee496.37583", + "x": 1710.666648864746, + "y": 1131.271110534668, + "z": "4222f00.ce0af9", "wires": [ [ - "8713d091.3458c8" + "68ae2f99.4d69e" ] ] }, { - "id": "12389cbe.8a7ceb", + "id": "7fbdfe6d.74e92", "type": "outcome", "name": "DeactivateSDWANSiteInstance", "xml": "", "comments": "", "outputs": 1, - "x": 1649.3332901000977, - "y": 1165.6044034957886, - "z": "f5eee496.37583", + "x": 1452.666633605957, + "y": 1153.2710752487183, + "z": "4222f00.ce0af9", "wires": [ [ - "61c74aac.7351c4" + "2a02ee62.b6456a" ] ] }, { - "id": "9e5f5985.9a8c28", + "id": "23e0c188.77d676", "type": "outcome", "name": "DeactivateSDWANVpnInstance", "xml": "", "comments": "", "outputs": 1, - "x": 1643.3332595825195, - "y": 1122.9379558563232, - "z": "f5eee496.37583", + "x": 1446.666603088379, + "y": 1110.604627609253, + "z": "4222f00.ce0af9", "wires": [ [ - "61c74aac.7351c4" + "2a02ee62.b6456a" ] ] }, { - "id": "6fc6cf80.2742", + "id": "68aa167c.112dc", "type": "outcome", "name": "CreateSDWANVpnInstance", "xml": "", "comments": "", "outputs": 1, - "x": 1636.851692199707, - "y": 1474.592924118042, - "z": "f5eee496.37583", + "x": 1440.1850357055664, + "y": 1462.2595958709717, + "z": "4222f00.ce0af9", "wires": [ [ - "6a26d308.85095c" + "8a987eaf.1c41f8" ] ] }, { - "id": "96eee0bd.7d8858", + "id": "3353033f.efa8dc", "type": "outcome", "name": "CreateSDWANSiteInstance", "xml": "", "comments": "", "outputs": 1, - "x": 1628.8516693115234, - "y": 1516.2593126296997, - "z": "f5eee496.37583", + "x": 1432.1850128173828, + "y": 1503.9259843826294, + "z": "4222f00.ce0af9", "wires": [ [ - "6a26d308.85095c" + "8a987eaf.1c41f8" ] ] }, { - "id": "6a26d308.85095c", + "id": "8a987eaf.1c41f8", "type": "block", "name": "block : atomic", "xml": "", "atomic": "true", "outputs": 1, - "x": 1886.8516845703125, - "y": 1494.2593479156494, - "z": "f5eee496.37583", + "x": 1690.1850280761719, + "y": 1481.926019668579, + "z": "4222f00.ce0af9", "wires": [ [ - "b45845a5.efe788" + "ba617d6f.b174d" ] ] }, { - "id": "b45845a5.efe788", + "id": "ba617d6f.b174d", "type": "call", "name": "call GENERIC-RESOURCE-API:vnf-topology-operation-vpn-site-resource-create", "xml": "\n", "comments": "", "outputs": 1, - "x": 2264.851531982422, - "y": 1491.5930070877075, - "z": "f5eee496.37583", + "x": 2068.1848754882812, + "y": 1479.2596788406372, + "z": "4222f00.ce0af9", "wires": [ [] ] }, { - "id": "d11af3be.8899c", + "id": "c9636adc.daf0f8", "type": "outcome", "name": "DeleteSDWANVpnInstance", "xml": "", "comments": "", "outputs": 1, - "x": 1643.333381652832, - "y": 1858.9380779266357, - "z": "f5eee496.37583", + "x": 1446.6667251586914, + "y": 1846.6047496795654, + "z": "4222f00.ce0af9", "wires": [ [ - "f4a10691.8e0f9" + "74eb4885.217568" ] ] }, { - "id": "e8482541.be4a68", + "id": "c849034b.de7bb", "type": "outcome", "name": "DeleteSDWANSiteInstance", "xml": "", "comments": "", "outputs": 1, - "x": 1643.333381652832, - "y": 1899.604642868042, - "z": "f5eee496.37583", + "x": 1446.6667251586914, + "y": 1887.2713146209717, + "z": "4222f00.ce0af9", "wires": [ [ - "f4a10691.8e0f9" + "74eb4885.217568" ] ] }, { - "id": "f4a10691.8e0f9", + "id": "74eb4885.217568", "type": "block", "name": "block : atomic", "xml": "", "atomic": "true", "outputs": 1, - "x": 1893.3333740234375, - "y": 1878.6045017242432, - "z": "f5eee496.37583", + "x": 1696.6667175292969, + "y": 1866.2711734771729, + "z": "4222f00.ce0af9", "wires": [ [ - "ae8b0dcf.01d3b" + "1d78c22.9c0523e" ] ] }, { - "id": "ae8b0dcf.01d3b", + "id": "1d78c22.9c0523e", "type": "call", "name": "call GENERIC-RESOURCE-API:vnf-topology-operation-vpn-site-resource-delete", "xml": "\n", "comments": "", "outputs": 1, - "x": 2271.333221435547, - "y": 1875.9381608963013, - "z": "f5eee496.37583", + "x": 2074.6665649414062, + "y": 1863.604832649231, + "z": "4222f00.ce0af9", "wires": [ [] ] }, { - "id": "90dfa10c.d03aa", + "id": "4b721b98.8de544", "type": "set", "name": "set skip-mdsal-update to Y", "xml": "\n\n", "comments": "", - "x": 2420.0318908691406, - "y": 381.4920959472656, - "z": "f5eee496.37583", + "x": 2223.365234375, + "y": 369.1587677001953, + "z": "4222f00.ce0af9", "wires": [] }, { - "id": "18cf87e0.6196e8", + "id": "19c05886.3013f7", "type": "set", "name": "set ack-final to 'N'", "xml": "\n\n", "comments": "", - "x": 2391.841583251953, - "y": 445.8401184082031, - "z": "f5eee496.37583", + "x": 2195.1749267578125, + "y": 433.5067901611328, + "z": "4222f00.ce0af9", "wires": [] }, { - "id": "11b35a07.5a2e3e", + "id": "babbb832.10e11", "type": "block", "name": "block : atomic", "xml": "", "atomic": "true", "outputs": 1, - "x": 2183.381134033203, - "y": 384.4126281738281, - "z": "f5eee496.37583", + "x": 1986.7144775390625, + "y": 372.0792999267578, + "z": "4222f00.ce0af9", "wires": [ [ - "90dfa10c.d03aa", - "18cf87e0.6196e8" + "4b721b98.8de544", + "19c05886.3013f7" ] ] }, { - "id": "2b315e75.81704a", + "id": "df28f745.38b6c8", "type": "comment", "name": "ack-final=N triggers Provider to call vnf-topology-operation-aysnc DG", "info": "", "comments": "", - "x": 2604.158966064453, - "y": 486.8094787597656, - "z": "f5eee496.37583", + "x": 2407.4923095703125, + "y": 474.4761505126953, + "z": "4222f00.ce0af9", "wires": [] }, { - "id": "14ca87f8.41176", + "id": "b74ae95.15c3798", "type": "switchNode", "name": "so-response-url empty?", "xml": "\n", "comments": "", "outputs": 1, - "x": 1289.2857971191406, - "y": 231.28570556640625, - "z": "f5eee496.37583", + "x": 1092.619140625, + "y": 218.95237731933594, + "z": "4222f00.ce0af9", "wires": [ [ - "26f3c83e.94f3d", - "8cb49b5.ced0668" + "d060b162.861068", + "174d2265.acef4e" ] ] }, { - "id": "26f3c83e.94f3d", + "id": "d060b162.861068", "type": "outcomeTrue", "name": "true", "xml": "\n", "comments": "", "outputs": 1, - "x": 1514.2857971191406, - "y": 187.28570556640625, - "z": "f5eee496.37583", + "x": 1317.619140625, + "y": 174.95237731933594, + "z": "4222f00.ce0af9", "wires": [ [ - "98eada69.09cbf8" + "2d99ad86.7ea77a" ] ] }, { - "id": "8cb49b5.ced0668", + "id": "174d2265.acef4e", "type": "outcomeFalse", "name": "false", "xml": "\n", "comments": "", "outputs": 1, - "x": 1504.2857971191406, - "y": 279.28570556640625, - "z": "f5eee496.37583", + "x": 1307.619140625, + "y": 266.95237731933594, + "z": "4222f00.ce0af9", "wires": [ [ - "7f12b283.43e464" + "81914c1b.0b07d8" ] ] }, { - "id": "7f12b283.43e464", + "id": "81914c1b.0b07d8", "type": "switchNode", "name": "so-response-url = ignored URL?", "xml": "\n", "comments": "", "outputs": 1, - "x": 1726.2857971191406, - "y": 280.28570556640625, - "z": "f5eee496.37583", + "x": 1529.619140625, + "y": 267.95237731933594, + "z": "4222f00.ce0af9", "wires": [ [ - "d9307a61.e9cdb8", - "3106a2ed.a08146" + "bf23c330.4d5838", + "51e5200d.187d08" ] ] }, { - "id": "98eada69.09cbf8", + "id": "2d99ad86.7ea77a", "type": "call", "name": "call vnf-topology-operation-assign-sync", "xml": "\n", "comments": "", "outputs": 1, - "x": 2190.2857971191406, - "y": 188.28570556640625, - "z": "f5eee496.37583", + "x": 1993.619140625, + "y": 175.95237731933594, + "z": "4222f00.ce0af9", "wires": [ [] ] }, { - "id": "d9307a61.e9cdb8", + "id": "bf23c330.4d5838", "type": "outcomeTrue", "name": "true", "xml": "\n", "comments": "", "outputs": 1, - "x": 1966.2857971191406, - "y": 279.28570556640625, - "z": "f5eee496.37583", + "x": 1769.619140625, + "y": 266.95237731933594, + "z": "4222f00.ce0af9", "wires": [ [ - "98eada69.09cbf8" + "2d99ad86.7ea77a" ] ] }, { - "id": "3106a2ed.a08146", + "id": "51e5200d.187d08", "type": "outcomeFalse", "name": "false", "xml": "\n", "comments": "", "outputs": 1, - "x": 1974.2857971191406, - "y": 380.28570556640625, - "z": "f5eee496.37583", + "x": 1777.619140625, + "y": 367.95237731933594, + "z": "4222f00.ce0af9", "wires": [ [ - "11b35a07.5a2e3e" + "babbb832.10e11" ] ] }, { - "id": "87242f67.49446", + "id": "3a76d55f.574fea", "type": "execute", "name": "execute getProperties", "xml": "\n \n \n", "comments": "", "outputs": 1, - "x": 1302.6622619628906, - "y": 121.54547119140625, - "z": "f5eee496.37583", + "x": 1105.99560546875, + "y": 109.21214294433594, + "z": "4222f00.ce0af9", "wires": [ [] ] }, { - "id": "1151efa6.7d7988", + "id": "30e9386b.1bf9e", "type": "block", "name": "block", "xml": "\n", "atomic": "false", "comments": "", "outputs": 1, - "x": 1111.7533264160156, - "y": 119.727294921875, - "z": "f5eee496.37583", + "x": 915.086669921875, + "y": 107.39396667480469, + "z": "4222f00.ce0af9", "wires": [ [ - "14ca87f8.41176", - "87242f67.49446" + "b74ae95.15c3798", + "3a76d55f.574fea" ] ] + }, + { + "id": "a5d6fe4e.3bf49", + "type": "outcome", + "name": "CreateSOTNUnderlayInstance", + "xml": "", + "comments": "", + "outputs": 1, + "x": 1440, + "y": 1541.6666259765625, + "z": "4222f00.ce0af9", + "wires": [ + [ + "b0a72405.4724e8" + ] + ] + }, + { + "id": "b0a72405.4724e8", + "type": "call", + "name": "call GENERIC-RESOURCE-API:sotn-vnf-topology-operation-underlay-create", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 1896.5236206054688, + "y": 1546.187405347824, + "z": "4222f00.ce0af9", + "wires": [ + [] + ] + }, + { + "id": "793759a8.9ea39", + "type": "outcome", + "name": "ActivateSOTNUnderlayInstance", + "xml": "", + "comments": "", + "outputs": 1, + "x": 1423.3333129882812, + "y": 845.9999420642853, + "z": "4222f00.ce0af9", + "wires": [ + [ + "a4e643a3.be23f" + ] + ] + }, + { + "id": "a4e643a3.be23f", + "type": "call", + "name": "call GENERIC-RESOURCE-API:sotn-vnf-topology-operation-underlay-activate", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 1883.1903076171875, + "y": 840.520751953125, + "z": "4222f00.ce0af9", + "wires": [ + [] + ] + }, + { + "id": "8f77f4e2.24c688", + "type": "outcome", + "name": "DeactivateSOTNUnderlayInstance", + "xml": "", + "comments": "", + "outputs": 1, + "x": 1455, + "y": 1189.333251953125, + "z": "4222f00.ce0af9", + "wires": [ + [ + "5859b61d.7a069" + ] + ] + }, + { + "id": "5859b61d.7a069", + "type": "call", + "name": "call GENERIC-RESOURCE-API:sotn-vnf-topology-operation-underlay-deactivate", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 1923.1903076171875, + "y": 1192.1871948242188, + "z": "4222f00.ce0af9", + "wires": [ + [] + ] + }, + { + "id": "36a6c0b5.0c1d9", + "type": "outcome", + "name": "DeleteSOTNUnderlayInstance", + "xml": "", + "comments": "", + "outputs": 1, + "x": 1455, + "y": 1921, + "z": "4222f00.ce0af9", + "wires": [ + [ + "93805448.bb27d8" + ] + ] + }, + { + "id": "93805448.bb27d8", + "type": "call", + "name": "call GENERIC-RESOURCE-API:sotn-vnf-topology-operation-underlay-delete", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 1893.1904296875, + "y": 1917.1873779296875, + "z": "4222f00.ce0af9", + "wires": [ + [] + ] } ] \ No newline at end of file diff --git a/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-l2vpn-activate.json b/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-l2vpn-activate.json new file mode 100644 index 00000000..a7b5394d --- /dev/null +++ b/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-l2vpn-activate.json @@ -0,0 +1,78 @@ +[ + { + "id": "6ddd4074.f6564", + "type": "dgstart", + "name": "DGSTART", + "outputs": 1, + "x": 234.80560302734375, + "y": 111.47219848632812, + "z": "d2e10b7b.600a68", + "wires": [ + [ + "ddeb5b5a.bb49b" + ] + ] + }, + { + "id": "ddeb5b5a.bb49b", + "type": "service-logic", + "name": "GENERIC-RESOURCE-API ${project.version}", + "module": "GENERIC-RESOURCE-API", + "version": "${project.version}", + "comments": "", + "xml": "", + "outputs": 1, + "x": 366.09129333496094, + "y": 160.71030712127686, + "z": "d2e10b7b.600a68", + "wires": [ + [ + "b1bc4dd3.fa521" + ] + ] + }, + { + "id": "b1bc4dd3.fa521", + "type": "method", + "name": "method sotn-vf-operation-l2vpn-activate", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 369.2342224121094, + "y": 245.47223091125488, + "z": "d2e10b7b.600a68", + "wires": [ + [ + "23b0f2c.b4c290e" + ] + ] + }, + { + "id": "23b0f2c.b4c290e", + "type": "block", + "name": "block : atomic", + "xml": "\n", + "atomic": "false", + "comments": "", + "outputs": 1, + "x": 510.3329429626465, + "y": 462.54641246795654, + "z": "d2e10b7b.600a68", + "wires": [ + [ + "6c6251b8.988708" + ] + ] + }, + { + "id": "6c6251b8.988708", + "type": "returnSuccess", + "name": "return success", + "xml": "\n\n\n\n", + "comments": "", + "x": 778.2500610351562, + "y": 545.0833129882812, + "z": "d2e10b7b.600a68", + "wires": [] + } +] \ No newline at end of file diff --git a/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-l2vpn-create.json b/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-l2vpn-create.json new file mode 100644 index 00000000..99d429eb --- /dev/null +++ b/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-l2vpn-create.json @@ -0,0 +1,78 @@ +[ + { + "id": "db0f78a5.c01a3", + "type": "dgstart", + "name": "DGSTART", + "outputs": 1, + "x": 160.27777099609375, + "y": 91.94441223144531, + "z": "7ef93f2c.40fb2", + "wires": [ + [ + "d8303e2.7d965c" + ] + ] + }, + { + "id": "d8303e2.7d965c", + "type": "service-logic", + "name": "GENERIC-RESOURCE-API ${project.version}", + "module": "GENERIC-RESOURCE-API", + "version": "${project.version}", + "comments": "", + "xml": "", + "outputs": 1, + "x": 291.56346130371094, + "y": 141.18252086639404, + "z": "7ef93f2c.40fb2", + "wires": [ + [ + "c458b05f.c1372" + ] + ] + }, + { + "id": "c458b05f.c1372", + "type": "method", + "name": "method sotn-vf-operation-l2vpn-create", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 294.7063903808594, + "y": 225.94444465637207, + "z": "7ef93f2c.40fb2", + "wires": [ + [ + "c5107308.c6aab" + ] + ] + }, + { + "id": "c5107308.c6aab", + "type": "block", + "name": "block : atomic", + "xml": "\n", + "atomic": "false", + "comments": "", + "outputs": 1, + "x": 435.8051109313965, + "y": 443.01862621307373, + "z": "7ef93f2c.40fb2", + "wires": [ + [ + "4e54cc73.474b5c" + ] + ] + }, + { + "id": "4e54cc73.474b5c", + "type": "returnSuccess", + "name": "return success", + "xml": "\n\n\n\n", + "comments": "", + "x": 703.7222290039062, + "y": 525.5555267333984, + "z": "7ef93f2c.40fb2", + "wires": [] + } +] \ No newline at end of file diff --git a/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-l2vpn-deactivate.json b/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-l2vpn-deactivate.json new file mode 100644 index 00000000..19781d05 --- /dev/null +++ b/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-l2vpn-deactivate.json @@ -0,0 +1,78 @@ +[ + { + "id": "90b43524.1bba", + "type": "dgstart", + "name": "DGSTART", + "outputs": 1, + "x": 178.13888549804688, + "y": 111.47219848632812, + "z": "c6830f2a.6a9d68", + "wires": [ + [ + "389b8a0e.3a0a5e" + ] + ] + }, + { + "id": "389b8a0e.3a0a5e", + "type": "service-logic", + "name": "GENERIC-RESOURCE-API ${project.version}", + "module": "GENERIC-RESOURCE-API", + "version": "${project.version}", + "comments": "", + "xml": "", + "outputs": 1, + "x": 309.42457580566406, + "y": 160.71030712127686, + "z": "c6830f2a.6a9d68", + "wires": [ + [ + "39e685a3.66f172" + ] + ] + }, + { + "id": "39e685a3.66f172", + "type": "method", + "name": "method sotn-vf-operation-l2vpn-deactivate", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 312.5675048828125, + "y": 245.47223091125488, + "z": "c6830f2a.6a9d68", + "wires": [ + [ + "a281b71.8f33f48" + ] + ] + }, + { + "id": "a281b71.8f33f48", + "type": "block", + "name": "block : atomic", + "xml": "\n", + "atomic": "false", + "comments": "", + "outputs": 1, + "x": 453.6662254333496, + "y": 462.54641246795654, + "z": "c6830f2a.6a9d68", + "wires": [ + [ + "dab0995.6fb4068" + ] + ] + }, + { + "id": "dab0995.6fb4068", + "type": "returnSuccess", + "name": "return success", + "xml": "\n\n\n\n", + "comments": "", + "x": 721.5833435058594, + "y": 545.0833129882812, + "z": "c6830f2a.6a9d68", + "wires": [] + } +] \ No newline at end of file diff --git a/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-l2vpn-delete.json b/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-l2vpn-delete.json new file mode 100644 index 00000000..223bb835 --- /dev/null +++ b/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-l2vpn-delete.json @@ -0,0 +1,78 @@ +[ + { + "id": "8398072c.bb", + "type": "dgstart", + "name": "DGSTART", + "outputs": 1, + "x": 164.8055419921875, + "y": 111.47222900390625, + "z": "227abea9.82942a", + "wires": [ + [ + "f7478e4.3f877f" + ] + ] + }, + { + "id": "f7478e4.3f877f", + "type": "service-logic", + "name": "GENERIC-RESOURCE-API ${project.version}", + "module": "GENERIC-RESOURCE-API", + "version": "${project.version}", + "comments": "", + "xml": "", + "outputs": 1, + "x": 296.0912322998047, + "y": 160.71033763885498, + "z": "227abea9.82942a", + "wires": [ + [ + "2116c7dc.76a62" + ] + ] + }, + { + "id": "2116c7dc.76a62", + "type": "method", + "name": "method sotn-vf-operation-l2vpn-delete", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 299.2341613769531, + "y": 245.472261428833, + "z": "227abea9.82942a", + "wires": [ + [ + "6477dca3.236454" + ] + ] + }, + { + "id": "6477dca3.236454", + "type": "block", + "name": "block : atomic", + "xml": "\n", + "atomic": "false", + "comments": "", + "outputs": 1, + "x": 440.33288192749023, + "y": 462.54644298553467, + "z": "227abea9.82942a", + "wires": [ + [ + "ef907cc.c0768" + ] + ] + }, + { + "id": "ef907cc.c0768", + "type": "returnSuccess", + "name": "return success", + "xml": "\n\n\n\n", + "comments": "", + "x": 708.25, + "y": 545.0833435058594, + "z": "227abea9.82942a", + "wires": [] + } +] \ No newline at end of file diff --git a/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-activate.json b/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-activate.json new file mode 100644 index 00000000..4d9aad4b --- /dev/null +++ b/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-activate.json @@ -0,0 +1,78 @@ +[ + { + "id": "b87fb992.37671", + "type": "dgstart", + "name": "DGSTART", + "outputs": 1, + "x": 179.8055419921875, + "y": 128.13888549804688, + "z": "28baf2a.ead510e", + "wires": [ + [ + "527522f9.ff69e4" + ] + ] + }, + { + "id": "527522f9.ff69e4", + "type": "service-logic", + "name": "GENERIC-RESOURCE-API ${project.version}", + "module": "GENERIC-RESOURCE-API", + "version": "${project.version}", + "comments": "", + "xml": "", + "outputs": 1, + "x": 311.0912322998047, + "y": 177.3769941329956, + "z": "28baf2a.ead510e", + "wires": [ + [ + "74e85c6a.58678c" + ] + ] + }, + { + "id": "74e85c6a.58678c", + "type": "method", + "name": "method sotn-vf-operation-uni-activate", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 314.2341613769531, + "y": 262.13891792297363, + "z": "28baf2a.ead510e", + "wires": [ + [ + "ae007ab1.699328" + ] + ] + }, + { + "id": "ae007ab1.699328", + "type": "block", + "name": "block : atomic", + "xml": "\n", + "atomic": "false", + "comments": "", + "outputs": 1, + "x": 455.33288192749023, + "y": 479.2130994796753, + "z": "28baf2a.ead510e", + "wires": [ + [ + "da013af.4338448" + ] + ] + }, + { + "id": "da013af.4338448", + "type": "returnSuccess", + "name": "return success", + "xml": "\n\n\n\n", + "comments": "", + "x": 723.25, + "y": 561.75, + "z": "28baf2a.ead510e", + "wires": [] + } +] \ No newline at end of file diff --git a/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-create.json b/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-create.json new file mode 100644 index 00000000..e137522c --- /dev/null +++ b/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-create.json @@ -0,0 +1,78 @@ +[ + { + "id": "5567fb41.3853ac", + "type": "block", + "name": "block : atomic", + "xml": "\n", + "atomic": "false", + "comments": "", + "outputs": 1, + "x": 442.02733993530273, + "y": 433.74087047576904, + "z": "6cf3d2be.22379c", + "wires": [ + [ + "a47debf4.9031c" + ] + ] + }, + { + "id": "67dcf0d.95d1c1", + "type": "dgstart", + "name": "DGSTART", + "outputs": 1, + "x": 166.5, + "y": 82.66665649414062, + "z": "6cf3d2be.22379c", + "wires": [ + [ + "13cbcd0e.cde623" + ] + ] + }, + { + "id": "13cbcd0e.cde623", + "type": "service-logic", + "name": "GENERIC-RESOURCE-API ${project.version}", + "module": "GENERIC-RESOURCE-API", + "version": "${project.version}", + "comments": "", + "xml": "", + "outputs": 1, + "x": 297.7856903076172, + "y": 131.90476512908936, + "z": "6cf3d2be.22379c", + "wires": [ + [ + "90d8ef48.9bbbb8" + ] + ] + }, + { + "id": "90d8ef48.9bbbb8", + "type": "method", + "name": "method sotn-vf-operation-uni-create", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 300.9286193847656, + "y": 216.66668891906738, + "z": "6cf3d2be.22379c", + "wires": [ + [ + "5567fb41.3853ac" + ] + ] + }, + { + "id": "a47debf4.9031c", + "type": "returnSuccess", + "name": "return success", + "xml": "\n\n\n\n", + "comments": "", + "x": 709.9444580078125, + "y": 516.2777709960938, + "z": "6cf3d2be.22379c", + "wires": [] + } +] \ No newline at end of file diff --git a/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-deactivate.json b/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-deactivate.json new file mode 100644 index 00000000..cc93cced --- /dev/null +++ b/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-deactivate.json @@ -0,0 +1,78 @@ +[ + { + "id": "2415414f.50ca06", + "type": "dgstart", + "name": "DGSTART", + "outputs": 1, + "x": 146.47222900390625, + "y": 99.80555725097656, + "z": "1b0c4510.2bf803", + "wires": [ + [ + "93a63e26.730fa8" + ] + ] + }, + { + "id": "93a63e26.730fa8", + "type": "service-logic", + "name": "GENERIC-RESOURCE-API ${project.version}", + "module": "GENERIC-RESOURCE-API", + "version": "${project.version}", + "comments": "", + "xml": "", + "outputs": 1, + "x": 277.75791931152344, + "y": 149.0436658859253, + "z": "1b0c4510.2bf803", + "wires": [ + [ + "1803fa4d.6adf06" + ] + ] + }, + { + "id": "1803fa4d.6adf06", + "type": "method", + "name": "method sotn-vf-operation-uni-deactivate", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 280.9008483886719, + "y": 233.80558967590332, + "z": "1b0c4510.2bf803", + "wires": [ + [ + "90b1cbb4.020398" + ] + ] + }, + { + "id": "90b1cbb4.020398", + "type": "block", + "name": "block : atomic", + "xml": "\n", + "atomic": "false", + "comments": "", + "outputs": 1, + "x": 421.999568939209, + "y": 450.879771232605, + "z": "1b0c4510.2bf803", + "wires": [ + [ + "32ad8bf6.04ca74" + ] + ] + }, + { + "id": "32ad8bf6.04ca74", + "type": "returnSuccess", + "name": "return success", + "xml": "\n\n\n\n", + "comments": "", + "x": 689.9166870117188, + "y": 533.4166717529297, + "z": "1b0c4510.2bf803", + "wires": [] + } +] \ No newline at end of file diff --git a/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-delete.json b/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-delete.json new file mode 100644 index 00000000..3f570006 --- /dev/null +++ b/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-delete.json @@ -0,0 +1,78 @@ +[ + { + "id": "16adb85b.30eaa8", + "type": "dgstart", + "name": "DGSTART", + "outputs": 1, + "x": 256.47216796875, + "y": 136.47222900390625, + "z": "5becc04d.b82dc8", + "wires": [ + [ + "a4bc46f6.cba6e" + ] + ] + }, + { + "id": "a4bc46f6.cba6e", + "type": "service-logic", + "name": "GENERIC-RESOURCE-API ${project.version}", + "module": "GENERIC-RESOURCE-API", + "version": "${project.version}", + "comments": "", + "xml": "", + "outputs": 1, + "x": 387.7578582763672, + "y": 185.71033763885498, + "z": "5becc04d.b82dc8", + "wires": [ + [ + "e2a7c6a2.0f6808" + ] + ] + }, + { + "id": "e2a7c6a2.0f6808", + "type": "method", + "name": "method sotn-vf-operation-uni-delete", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 390.9007873535156, + "y": 270.472261428833, + "z": "5becc04d.b82dc8", + "wires": [ + [ + "b67ab4ac.e7faa" + ] + ] + }, + { + "id": "b67ab4ac.e7faa", + "type": "block", + "name": "block : atomic", + "xml": "\n", + "atomic": "false", + "comments": "", + "outputs": 1, + "x": 531.9995079040527, + "y": 487.54644298553467, + "z": "5becc04d.b82dc8", + "wires": [ + [ + "2e21339.0553f4c" + ] + ] + }, + { + "id": "2e21339.0553f4c", + "type": "returnSuccess", + "name": "return success", + "xml": "\n\n\n\n", + "comments": "", + "x": 799.9166259765625, + "y": 570.0833435058594, + "z": "5becc04d.b82dc8", + "wires": [] + } +] \ No newline at end of file diff --git a/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vnf-topology-operation-underlay-activate.json b/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vnf-topology-operation-underlay-activate.json new file mode 100644 index 00000000..6b71cf5f --- /dev/null +++ b/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vnf-topology-operation-underlay-activate.json @@ -0,0 +1,78 @@ +[ + { + "id": "8e70cbab.9e762", + "type": "dgstart", + "name": "DGSTART", + "outputs": 1, + "x": 192.56666564941406, + "y": 127.56666564941406, + "z": "cee6034b.da01e8", + "wires": [ + [ + "a562bec1.5c6bb" + ] + ] + }, + { + "id": "a562bec1.5c6bb", + "type": "service-logic", + "name": "GENERIC-RESOURCE-API ${project.version}", + "module": "GENERIC-RESOURCE-API", + "version": "${project.version}", + "comments": "", + "xml": "", + "outputs": 1, + "x": 323.85235595703125, + "y": 176.8047742843628, + "z": "cee6034b.da01e8", + "wires": [ + [ + "bd2e1e6.b1131e" + ] + ] + }, + { + "id": "bd2e1e6.b1131e", + "type": "method", + "name": "method sotn-vnf-topology-operation-underlay-activate", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 326.9952850341797, + "y": 261.5666980743408, + "z": "cee6034b.da01e8", + "wires": [ + [ + "948a9c7.119abe" + ] + ] + }, + { + "id": "948a9c7.119abe", + "type": "block", + "name": "block : atomic", + "xml": "\n", + "atomic": "false", + "comments": "", + "outputs": 1, + "x": 468.0940055847168, + "y": 478.6408796310425, + "z": "cee6034b.da01e8", + "wires": [ + [ + "1b5215d4.38c512" + ] + ] + }, + { + "id": "1b5215d4.38c512", + "type": "returnSuccess", + "name": "return success", + "xml": "\n\n\n\n", + "comments": "", + "x": 721.566650390625, + "y": 589.566650390625, + "z": "cee6034b.da01e8", + "wires": [] + } +] \ No newline at end of file diff --git a/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vnf-topology-operation-underlay-create.json b/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vnf-topology-operation-underlay-create.json new file mode 100644 index 00000000..2a955c16 --- /dev/null +++ b/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vnf-topology-operation-underlay-create.json @@ -0,0 +1,78 @@ +[ + { + "id": "6e8e8f80.d43c1", + "type": "dgstart", + "name": "DGSTART", + "outputs": 1, + "x": 198.56666564941406, + "y": 102.56666564941406, + "z": "fcd8d790.9bb058", + "wires": [ + [ + "bbddfda2.fd8ca8" + ] + ] + }, + { + "id": "bbddfda2.fd8ca8", + "type": "service-logic", + "name": "GENERIC-RESOURCE-API ${project.version}", + "module": "GENERIC-RESOURCE-API", + "version": "${project.version}", + "comments": "", + "xml": "", + "outputs": 1, + "x": 482.85235595703125, + "y": 163.8047742843628, + "z": "fcd8d790.9bb058", + "wires": [ + [ + "b5eed43.f629328" + ] + ] + }, + { + "id": "b5eed43.f629328", + "type": "method", + "name": "method sotn-vnf-topology-operation-underlay-create", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 488.9952697753906, + "y": 248.5666961669922, + "z": "fcd8d790.9bb058", + "wires": [ + [ + "5debc633.a3523" + ] + ] + }, + { + "id": "5debc633.a3523", + "type": "block", + "name": "block : atomic", + "xml": "\n", + "atomic": "false", + "comments": "", + "outputs": 1, + "x": 627.0940055847168, + "y": 465.6408796310425, + "z": "fcd8d790.9bb058", + "wires": [ + [ + "f1ef9959.63e988" + ] + ] + }, + { + "id": "f1ef9959.63e988", + "type": "returnSuccess", + "name": "return success", + "xml": "\n\n\n\n", + "comments": "", + "x": 880.566650390625, + "y": 576.566650390625, + "z": "fcd8d790.9bb058", + "wires": [] + } +] \ No newline at end of file diff --git a/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vnf-topology-operation-underlay-deactivate.json b/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vnf-topology-operation-underlay-deactivate.json new file mode 100644 index 00000000..22f21465 --- /dev/null +++ b/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vnf-topology-operation-underlay-deactivate.json @@ -0,0 +1,78 @@ +[ + { + "id": "cbc1a13.7b8456", + "type": "dgstart", + "name": "DGSTART", + "outputs": 1, + "x": 154.56666564941406, + "y": 94.56666564941406, + "z": "81a75cb3.dfe96", + "wires": [ + [ + "58be845c.53f8dc" + ] + ] + }, + { + "id": "58be845c.53f8dc", + "type": "service-logic", + "name": "GENERIC-RESOURCE-API ${project.version}", + "module": "GENERIC-RESOURCE-API", + "version": "${project.version}", + "comments": "", + "xml": "", + "outputs": 1, + "x": 438.85235595703125, + "y": 155.8047742843628, + "z": "81a75cb3.dfe96", + "wires": [ + [ + "1e9f5313.eb2125" + ] + ] + }, + { + "id": "1e9f5313.eb2125", + "type": "method", + "name": "method sotn-vnf-topology-operation-underlay-deactivate", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 444.9952697753906, + "y": 240.5666961669922, + "z": "81a75cb3.dfe96", + "wires": [ + [ + "1920f1ef.4bc3e6" + ] + ] + }, + { + "id": "1920f1ef.4bc3e6", + "type": "block", + "name": "block : atomic", + "xml": "\n", + "atomic": "false", + "comments": "", + "outputs": 1, + "x": 583.0940055847168, + "y": 457.6408796310425, + "z": "81a75cb3.dfe96", + "wires": [ + [ + "7d3f17a8.8dc" + ] + ] + }, + { + "id": "7d3f17a8.8dc", + "type": "returnSuccess", + "name": "return success", + "xml": "\n\n\n\n", + "comments": "", + "x": 836.566650390625, + "y": 568.566650390625, + "z": "81a75cb3.dfe96", + "wires": [] + } +] \ No newline at end of file diff --git a/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vnf-topology-operation-underlay-delete.json b/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vnf-topology-operation-underlay-delete.json new file mode 100644 index 00000000..6610951e --- /dev/null +++ b/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vnf-topology-operation-underlay-delete.json @@ -0,0 +1,78 @@ +[ + { + "id": "3747de4a.ccc95a", + "type": "dgstart", + "name": "DGSTART", + "outputs": 1, + "x": 192.56666564941406, + "y": 124.56666564941406, + "z": "6d4d0934.24831", + "wires": [ + [ + "a6a68d99.1f09a8" + ] + ] + }, + { + "id": "a6a68d99.1f09a8", + "type": "service-logic", + "name": "GENERIC-RESOURCE-API ${project.version}", + "module": "GENERIC-RESOURCE-API", + "version": "${project.version}", + "comments": "", + "xml": "", + "outputs": 1, + "x": 476.85235595703125, + "y": 185.8047742843628, + "z": "6d4d0934.24831", + "wires": [ + [ + "19971b48.295af5" + ] + ] + }, + { + "id": "19971b48.295af5", + "type": "method", + "name": "method sotn-vnf-topology-operation-underlay-delete", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 482.9952697753906, + "y": 270.5666961669922, + "z": "6d4d0934.24831", + "wires": [ + [ + "d89b2a32.f1b858" + ] + ] + }, + { + "id": "d89b2a32.f1b858", + "type": "block", + "name": "block : atomic", + "xml": "\n", + "atomic": "false", + "comments": "", + "outputs": 1, + "x": 621.0940055847168, + "y": 487.6408796310425, + "z": "6d4d0934.24831", + "wires": [ + [ + "5e754ce4.b92d84" + ] + ] + }, + { + "id": "5e754ce4.b92d84", + "type": "returnSuccess", + "name": "return success", + "xml": "\n\n\n\n", + "comments": "", + "x": 874.566650390625, + "y": 598.566650390625, + "z": "6d4d0934.24831", + "wires": [] + } +] \ No newline at end of file diff --git a/platform-logic/generic-resource-api/src/main/resources/graph.versions b/platform-logic/generic-resource-api/src/main/resources/graph.versions index cd5b8203..52cb26f5 100755 --- a/platform-logic/generic-resource-api/src/main/resources/graph.versions +++ b/platform-logic/generic-resource-api/src/main/resources/graph.versions @@ -264,3 +264,15 @@ GENERIC-RESOURCE-API sdwan-vf-operation-lanport-delete ${project.version} sync GENERIC-RESOURCE-API sdwan-get-vf-module-lanport-param ${project.version} sync GENERIC-RESOURCE-API sdwan-bandwidth-policy-change ${project.version} sync GENERIC-RESOURCE-API send-so-response ${project.version} sync +GENERIC-RESOURCE-API sotn-vf-operation-uni-create ${project.version} sync +GENERIC-RESOURCE-API sotn-vf-operation-uni-activate ${project.version} sync +GENERIC-RESOURCE-API sotn-vf-operation-uni-deactivate ${project.version} sync +GENERIC-RESOURCE-API sotn-vf-operation-uni-delete ${project.version} sync +GENERIC-RESOURCE-API sotn-vf-operation-l2vpn-create ${project.version} sync +GENERIC-RESOURCE-API sotn-vf-operation-l2vpn-activate ${project.version} sync +GENERIC-RESOURCE-API sotn-vf-operation-l2vpn-deactivate ${project.version} sync +GENERIC-RESOURCE-API sotn-vf-operation-l2vpn-delete ${project.version} sync +GENERIC-RESOURCE-API sotn-vnf-topology-operation-underlay-create ${project.version} sync +GENERIC-RESOURCE-API sotn-vnf-topology-operation-underlay-activate ${project.version} sync +GENERIC-RESOURCE-API sotn-vnf-topology-operation-underlay-deactivate ${project.version} sync +GENERIC-RESOURCE-API sotn-vnf-topology-operation-underlay-delete ${project.version} sync diff --git a/platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_vf-module-topology-operation.xml b/platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_vf-module-topology-operation.xml index 9258d3b5..fa9cbd95 100644 --- a/platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_vf-module-topology-operation.xml +++ b/platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_vf-module-topology-operation.xml @@ -65,6 +65,12 @@ + + + + + + @@ -89,6 +95,12 @@ + + + + + + @@ -113,6 +125,12 @@ + + + + + + @@ -137,6 +155,12 @@ + + + + + + diff --git a/platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_vnf-topology-operation.xml b/platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_vnf-topology-operation.xml index c796dd88..74ce797f 100644 --- a/platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_vnf-topology-operation.xml +++ b/platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_vnf-topology-operation.xml @@ -57,6 +57,9 @@ + + + @@ -116,6 +119,9 @@ + + + @@ -144,6 +150,9 @@ + + + diff --git a/platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-l2vpn-activate.xml b/platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-l2vpn-activate.xml new file mode 100644 index 00000000..ca13a5e6 --- /dev/null +++ b/platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-l2vpn-activate.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-l2vpn-create.xml b/platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-l2vpn-create.xml new file mode 100644 index 00000000..3876fd24 --- /dev/null +++ b/platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-l2vpn-create.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-l2vpn-deactivate.xml b/platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-l2vpn-deactivate.xml new file mode 100644 index 00000000..c16d3b0e --- /dev/null +++ b/platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-l2vpn-deactivate.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-l2vpn-delete.xml b/platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-l2vpn-delete.xml new file mode 100644 index 00000000..89a18ed8 --- /dev/null +++ b/platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-l2vpn-delete.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-activate.xml b/platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-activate.xml new file mode 100644 index 00000000..9ccbd07f --- /dev/null +++ b/platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-activate.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-create.xml b/platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-create.xml new file mode 100644 index 00000000..f1c7ecd6 --- /dev/null +++ b/platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-create.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-deactivate.xml b/platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-deactivate.xml new file mode 100644 index 00000000..75822d17 --- /dev/null +++ b/platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-deactivate.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-delete.xml b/platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-delete.xml new file mode 100644 index 00000000..3920209a --- /dev/null +++ b/platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-delete.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vnf-topology-operation-underlay-activate.xml b/platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vnf-topology-operation-underlay-activate.xml new file mode 100644 index 00000000..28faefee --- /dev/null +++ b/platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vnf-topology-operation-underlay-activate.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vnf-topology-operation-underlay-create.xml b/platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vnf-topology-operation-underlay-create.xml new file mode 100644 index 00000000..1f7b0138 --- /dev/null +++ b/platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vnf-topology-operation-underlay-create.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vnf-topology-operation-underlay-deactivate.xml b/platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vnf-topology-operation-underlay-deactivate.xml new file mode 100644 index 00000000..28acdbf6 --- /dev/null +++ b/platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vnf-topology-operation-underlay-deactivate.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vnf-topology-operation-underlay-delete.xml b/platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vnf-topology-operation-underlay-delete.xml new file mode 100644 index 00000000..7c106ee8 --- /dev/null +++ b/platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vnf-topology-operation-underlay-delete.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + \ No newline at end of file -- 2.16.6