Bug fixing required for H release.
[sdnc/oam.git] / platform-logic / datachange / src / main / json / DataChange_esr-thirdparty-sdnc-discovery.json
index ba7a989..7b0ea05 100644 (file)
-[
-    {
-        "id": "197ffd5b.105fa3",
-        "type": "other",
-        "name": "update",
-        "xml": "<outcome value='Update'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 310,
-        "y": 360,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "8298d18a.63e4b"
-            ]
-        ]
-    },
-    {
-        "id": "3bcc844d.917dbc",
-        "type": "other",
-        "name": "delete",
-        "xml": "<outcome value='delete'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 310,
-        "y": 440,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "9a40237.2d204e"
-            ]
-        ]
-    },
-    {
-        "id": "9a40237.2d204e",
-        "type": "block",
-        "name": "block : atomic",
-        "xml": "<block atomic=\"true\">",
-        "atomic": "true",
-        "outputs": 1,
-        "x": 451.5,
-        "y": 440,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "7bf268a7.980d48",
-        "type": "comment",
-        "name": "TODO: Delete topology from AAI",
-        "info": "",
-        "comments": "",
-        "x": 384.3335189819336,
-        "y": 407.96899485588074,
-        "z": "a54d391e.88f7d8",
-        "wires": []
-    },
-    {
-        "id": "9d107456.f08fe8",
-        "type": "switchNode",
-        "name": "switch aai-event-trigger",
-        "xml": "<switch test=\"`$data-change-notification-input.aai-event-trigger`\">\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 140.5,
-        "y": 400,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "197ffd5b.105fa3",
-                "3bcc844d.917dbc"
-            ]
-        ]
-    },
-    {
-        "id": "68d03f9b.5e646",
-        "type": "block",
-        "name": "block : atomic",
-        "xml": "<block atomic=\"true\">",
-        "atomic": "true",
-        "outputs": 1,
-        "x": 871.5,
-        "y": 240,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "608a6bc.8344d94",
-                "7a11c3b.828ac3c",
-                "365e44a4.701f6c",
-                "a3a71589.3e7428",
-                "c3222caa.a5e2a"
-            ]
-        ]
-    },
-    {
-        "id": "7a11c3b.828ac3c",
-        "type": "execute",
-        "name": "execute RestApiCallNode Get token",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/actokentemplate.json'`\" />\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.url + '/controller/v2/tokens'`\" />\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"post\"/>\n<parameter name=\"responsePrefix\" value=\"token-result\"/>\n<parameter name=\"trustStoreFileName\" value=\"/opt/onap/sdnc/data/stores/truststore.onap.client.jks\"/>\n<parameter name=\"trustStorePassword\" value=\"adminadmin\"/>\n<parameter name=\"keyStoreFileName\" value=\"/opt/onap/sdnc/data/stores/sdnc.p12\"/>\n<parameter name=\"keyStorePassword\" value=\"adminadmin\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 1144.5001983642578,
-        "y": 161.00000953674316,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "15e6e327.6bb24d",
-                "b8526c6a.21372"
-            ]
-        ]
-    },
-    {
-        "id": "15e6e327.6bb24d",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 1358.0001983642578,
-        "y": 141.00000953674316,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "eada649a.e312c8"
-            ]
-        ]
-    },
-    {
-        "id": "b8526c6a.21372",
-        "type": "failure",
-        "name": "failure",
-        "xml": "<outcome value='failure'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 1354.0001983642578,
-        "y": 181.00000953674316,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "bf5d38a1.f76208"
-            ]
-        ]
-    },
-    {
-        "id": "eada649a.e312c8",
-        "type": "set",
-        "name": "set token-id",
-        "xml": "<set>\n<parameter name='prop.sdncRestApi.token_id' value='`$token-result.data.token_id`' />\n",
-        "comments": "",
-        "x": 1508.5001983642578,
-        "y": 141.00000953674316,
-        "z": "a54d391e.88f7d8",
-        "wires": []
-    },
-    {
-        "id": "3ad01439.f9afec",
-        "type": "execute",
-        "name": "execute RestApiCallNode Get Topology",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.url + '/restconf/data/ietf-network:networks'`\" />\n<parameter name=\"restapiUser\" value=\"`$prop.sdncRestApi.thirdpartySdnc.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.sdncRestApi.thirdpartySdnc.password`\" />\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"get\"/>\n<parameter name=\"responsePrefix\" value=\"topology\"/>\n<parameter name=\"trustStoreFileName\" value=\"/opt/onap/sdnc/data/stores/truststore.onap.client.jks\"/>\n<parameter name=\"trustStorePassword\" value=\"adminadmin\"/>\n<parameter name=\"keyStoreFileName\" value=\"/opt/onap/sdnc/data/stores/sdnc.p12\"/>\n<parameter name=\"keyStorePassword\" value=\"adminadmin\"/>\n<parameter name='customHttpHeaders' value=\"`'X-ACCESS-TOKEN=' + $prop.sdncRestApi.token_id`\" />",
-        "comments": "",
-        "outputs": 1,
-        "x": 1575.5001983642578,
-        "y": 261.00000953674316,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "a2f37f5d.3d152",
-                "76d94eec.78391"
-            ]
-        ]
-    },
-    {
-        "id": "a2f37f5d.3d152",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 1818.0001983642578,
-        "y": 281.00000953674316,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "f2edc52a.829ae8"
-            ]
-        ]
-    },
-    {
-        "id": "f2edc52a.829ae8",
-        "type": "block",
-        "name": "block : atomic",
-        "xml": "<block atomic=\"true\">",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 1975.5001983642578,
-        "y": 281.00000953674316,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "2876228a.bd45de"
-            ]
-        ]
-    },
-    {
-        "id": "f0deaa8b.a77c48",
-        "type": "returnFailure",
-        "name": "return failure",
-        "xml": "<return status='failure'>\n\t<parameter name='ack-final' value='Y'/>\n\t<parameter name=\"error-code\" value=\"500\" />\n    <parameter name=\"error-message\" value=\"Error executing Create vpn rest api\" />\n",
-        "comments": "",
-        "x": 1952.0001983642578,
-        "y": 181.00000953674316,
-        "z": "a54d391e.88f7d8",
-        "wires": []
-    },
-    {
-        "id": "76d94eec.78391",
-        "type": "failure",
-        "name": "failure",
-        "xml": "<outcome value='failure'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 1814.0001983642578,
-        "y": 181.00000953674316,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "f0deaa8b.a77c48"
-            ]
-        ]
-    },
-    {
-        "id": "a45743c4.fd9ac",
-        "type": "dgstart",
-        "name": "DGSTART",
-        "outputs": 1,
-        "x": 98,
-        "y": 100,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "4069c94b.4e3178"
-            ]
-        ]
-    },
-    {
-        "id": "4069c94b.4e3178",
-        "type": "service-logic",
-        "name": "DataChange ${project.version}",
-        "module": "DataChange",
-        "version": "${project.version}",
-        "comments": "",
-        "xml": "<service-logic xmlns='http://www.onap.org/sdnc/svclogic' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.onap.org/sdnc/svclogic ./svclogic.xsd' module='DataChange' version='${project.version}'>",
-        "outputs": 1,
-        "x": 164,
-        "y": 160,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "a97cf7f0.905958"
-            ]
-        ]
-    },
-    {
-        "id": "a97cf7f0.905958",
-        "type": "method",
-        "name": "method esr-thirdparty-sdnc-discovery",
-        "xml": "<method rpc='esr-thirdparty-sdnc-discovery' mode='sync'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 184,
-        "y": 240,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "8d013bc1.d159b8"
-            ]
-        ]
-    },
-    {
-        "id": "8d013bc1.d159b8",
-        "type": "block",
-        "name": "block : atomic",
-        "xml": "<block atomic=\"true\">\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 431.5,
-        "y": 240,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "9d107456.f08fe8"
-            ]
-        ]
-    },
-    {
-        "id": "2876228a.bd45de",
-        "type": "for",
-        "name": "for each Network",
-        "xml": "<for index='nidx' start='0' end='`$topology.networks.network_length`' >\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 1401.5002136230469,
-        "y": 380.0000247955322,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "ef7b8418.bcb8e8"
-            ]
-        ]
-    },
-    {
-        "id": "ef7b8418.bcb8e8",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 1550.0002136230469,
-        "y": 380.0000247955322,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "64202ed1.e0b41",
-                "93269044.8fece"
-            ]
-        ]
-    },
-    {
-        "id": "64202ed1.e0b41",
-        "type": "call",
-        "name": "call update-network-to-aai",
-        "xml": "<call module='DataChange' rpc='update-network-to-aai' mode='sync' >\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 1729.0002136230469,
-        "y": 400.0000247955322,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "93269044.8fece",
-        "type": "set",
-        "name": "set network",
-        "xml": "<set>\n<parameter name='network.' value='`$topology.networks.network[$nidx].`' />\n",
-        "comments": "",
-        "x": 1684.0002136230469,
-        "y": 360.0000247955322,
-        "z": "a54d391e.88f7d8",
-        "wires": []
-    },
-    {
-        "id": "bf5d38a1.f76208",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 1474.0001983642578,
-        "y": 181.00000953674316,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "9588f43b.0d44f8",
-        "type": "comment",
-        "name": "Do Nothing",
-        "info": "",
-        "comments": "",
-        "x": 1644.0001983642578,
-        "y": 221.00000953674316,
-        "z": "a54d391e.88f7d8",
-        "wires": []
-    },
-    {
-        "id": "60d84913.695d78",
-        "type": "switchNode",
-        "name": "switch type",
-        "xml": "<switch test=\"`$prop.sdncRestApi.type`\">\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 563,
-        "y": 360,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "de59227b.bacf9",
-                "1a34048f.8eca2b"
-            ]
-        ]
-    },
-    {
-        "id": "8298d18a.63e4b",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 430,
-        "y": 360,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "60d84913.695d78"
-            ]
-        ]
-    },
-    {
-        "id": "de59227b.bacf9",
-        "type": "other",
-        "name": "SOTN",
-        "xml": "<outcome value='SOTN'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 710,
-        "y": 240,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "68d03f9b.5e646"
-            ]
-        ]
-    },
-    {
-        "id": "1a34048f.8eca2b",
-        "type": "other",
-        "name": "other",
-        "xml": "<outcome value='Other'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 725.0000076293945,
-        "y": 479.00003242492676,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "7faf207a.622e5"
-            ]
-        ]
-    },
-    {
-        "id": "7faf207a.622e5",
-        "type": "returnFailure",
-        "name": "return failure",
-        "xml": "<return status='failure'>\n\t<parameter name='ack-final' value='Y'/>\n\t<parameter name=\"error-code\" value=\"500\" />\n    <parameter name=\"error-message\" value=\"`'Unsupported type = ' + $prop.sdncRestApi.type`\" />\n\n",
-        "comments": "",
-        "x": 903.0000076293945,
-        "y": 479.00003242492676,
-        "z": "a54d391e.88f7d8",
-        "wires": []
-    },
-    {
-        "id": "608a6bc.8344d94",
-        "type": "execute",
-        "name": "execute Properties",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.prop.PropertiesNode' method='readProperties' >\n    <parameter name='fileName' value='%SDNC_CONFIG_DIR%/generic-resource-api-dg.properties' />\n    <parameter name='contextPrefix' value='prop' />\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 1091.0001983642578,
-        "y": 121.00000953674316,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "365e44a4.701f6c",
-        "type": "switchNode",
-        "name": "switch prop.sdncRestApi.token_id",
-        "xml": "<switch test=\"`$prop.sdncRestApi.token_id`\">\n\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 1137.5001983642578,
-        "y": 241.00000953674316,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "b737a6fe.87cf68",
-                "878b1fd0.506dd"
-            ]
-        ]
-    },
-    {
-        "id": "b737a6fe.87cf68",
-        "type": "other",
-        "name": "Null",
-        "xml": "<outcome value=''>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 1354.0001983642578,
-        "y": 221.00000953674316,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "de7d499c.f87aa8"
-            ]
-        ]
-    },
-    {
-        "id": "878b1fd0.506dd",
-        "type": "other",
-        "name": "other",
-        "xml": "<outcome value='Other'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 1354.0001983642578,
-        "y": 261.00000953674316,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "3ad01439.f9afec"
-            ]
-        ]
-    },
-    {
-        "id": "de7d499c.f87aa8",
-        "type": "execute",
-        "name": "execute RestApiCallNode Get Topology",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.url + '/restconf/data/ietf-network:networks'`\" />\n<parameter name=\"restapiUser\" value=\"`$prop.sdncRestApi.thirdpartySdnc.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.sdncRestApi.thirdpartySdnc.password`\" />\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"get\"/>\n<parameter name=\"responsePrefix\" value=\"topology\"/>\n<parameter name=\"trustStoreFileName\" value=\"/opt/onap/sdnc/data/stores/truststore.onap.client.jks\"/>\n<parameter name=\"trustStorePassword\" value=\"adminadmin\"/>\n<parameter name=\"keyStoreFileName\" value=\"/opt/onap/sdnc/data/stores/sdnc.p12\"/>\n<parameter name=\"keyStorePassword\" value=\"adminadmin\"/>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 1575.5001983642578,
-        "y": 221.00000953674316,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "76d94eec.78391",
-                "a2f37f5d.3d152"
-            ]
-        ]
-    },
-    {
-        "id": "c3222caa.a5e2a",
-        "type": "execute",
-        "name": "execute RestconfDiscoveryNode",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restconfdiscovery.RestconfDiscoveryNode' method='establishSubscription' >\n<parameter name=\"subscriberId\" value=\"sotn-controller\" />\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.url + '/restconf/operations/ietf-subscribed-notifications:establish-subscription'`\" />\n<parameter name=\"restapiUser\" value=\"`$prop.sdncRestApi.thirdpartySdnc.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.sdncRestApi.thirdpartySdnc.password`\" />\n<parameter name=\"sseConnectURL\" value=\"`$prop.sdncRestApi.thirdpartySdnc.url + '/restconf/streams/yang-push-json'`\" />\n<parameter name=\"dirPath\" value=\"/opt/sdnc/restconfapi/yang/notification\" />\n<parameter name=\"format\" value=\"json\" />\n<parameter name=\"httpMethod\" value=\"post\" />\n<parameter name=\"trustStoreFileName\" value=\"/opt/onap/sdnc/data/stores/truststore.onap.client.jks\"/>\n<parameter name=\"trustStorePassword\" value=\"adminadmin\"/>\n<parameter name=\"keyStoreFileName\" value=\"/opt/onap/sdnc/data/stores/sdnc.p12\"/>\n<parameter name=\"keyStorePassword\" value=\"adminadmin\"/>\n<parameter name='customHttpHeaders' value=\"`'X-ACCESS-TOKEN=' + $prop.sdncRestApi.token_id`\" />\n<parameter name=\"module\" value=\"DataChange\" />\n<parameter name=\"rpc\" value=\"sotn-notification-handler\" />\n<parameter name=\"mode\" value=\"sync\" />",
-        "comments": "",
-        "outputs": 1,
-        "x": 1134.0001983642578,
-        "y": 381.00000953674316,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "a3a71589.3e7428",
-        "type": "set",
-        "name": "set encoding-format",
-        "xml": "<set>\n<parameter name='input' value='ietf-subscribed-notifications:establish-subscription.input.' />\n<parameter name=\"`$input + 'encoding'`\" value=\"encode-json\" />",
-        "comments": "",
-        "x": 1094.0001983642578,
-        "y": 341.00000953674316,
-        "z": "a54d391e.88f7d8",
-        "wires": []
-    },
-    {
-        "id": "98c18166.4a0f3",
-        "type": "comment",
-        "name": "Notification subscription",
-        "info": "",
-        "comments": "",
-        "x": 1099.000343322754,
-        "y": 298.00000858306885,
-        "z": "a54d391e.88f7d8",
-        "wires": []
-    }
+[\r
+    {\r
+        "id": "e773e89.91c6b98",\r
+        "type": "other",\r
+        "name": "update",\r
+        "xml": "<outcome value='Update'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 716,\r
+        "y": 331,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "e959cc87.47852"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "c1b624e8.c4a36",\r
+        "type": "other",\r
+        "name": "delete",\r
+        "xml": "<outcome value='Delete'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 716,\r
+        "y": 411,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "f94d770b.d7a21"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "f94d770b.d7a21",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "outputs": 1,\r
+        "x": 857.5,\r
+        "y": 411,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "4f7d3c56.d58604"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "a0413cd2.f1f8e8",\r
+        "type": "switchNode",\r
+        "name": "switch aai-event-trigger",\r
+        "xml": "<switch test=\"`$data-change-notification-input.aai-event-trigger`\">\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 546.5,\r
+        "y": 371,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "e773e89.91c6b98",\r
+                "c1b624e8.c4a36"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "24096151.ae8cf6",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "outputs": 1,\r
+        "x": 1243.5,\r
+        "y": 242,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "d3849c0c.290268",\r
+                "2e3a9914.38f54e",\r
+                "5d9111f6.fc1a7",\r
+                "e1aa7ec9.6ea95",\r
+                "4884da36.8dcb24"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "2e3a9914.38f54e",\r
+        "type": "execute",\r
+        "name": "execute RestApiCallNode Get token",\r
+        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/actokentemplate.json'`\" />\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.url + '/controller/v2/tokens'`\" />\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"post\"/>\n<parameter name=\"responsePrefix\" value=\"token-result\"/>\n<parameter name=\"trustStoreFileName\" value=\"/opt/onap/sdnc/data/stores/truststore.onap.client.jks\"/>\n<parameter name=\"trustStorePassword\" value=\"adminadmin\"/>\n<parameter name=\"keyStoreFileName\" value=\"/opt/onap/sdnc/data/stores/sdnc.p12\"/>\n<parameter name=\"keyStorePassword\" value=\"adminadmin\"/>",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1516.5001983642578,\r
+        "y": 163.00000953674316,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "e0b90864.1c659",\r
+                "2d5ac090.7f4d28"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "e0b90864.1c659",\r
+        "type": "success",\r
+        "name": "success",\r
+        "xml": "<outcome value='success'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1806.000244140625,\r
+        "y": 155,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "fbadc5f1.b9042"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "2d5ac090.7f4d28",\r
+        "type": "failure",\r
+        "name": "failure",\r
+        "xml": "<outcome value='failure'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1802.000244140625,\r
+        "y": 195,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "8ebd62d2.d420b"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "fbadc5f1.b9042",\r
+        "type": "set",\r
+        "name": "set token-id",\r
+        "xml": "<set>\n<parameter name='prop.sdncRestApi.token_id' value='`$token-result.data.token_id`' />\n",\r
+        "comments": "",\r
+        "x": 1956.500244140625,\r
+        "y": 155,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "74d21b60.35097c",\r
+        "type": "execute",\r
+        "name": "execute RestApiCallNode Get Topology",\r
+        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.url + '/restconf/data/ietf-network:networks'`\" />\n<parameter name=\"restapiUser\" value=\"`$prop.sdncRestApi.thirdpartySdnc.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.sdncRestApi.thirdpartySdnc.password`\" />\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"get\"/>\n<parameter name=\"responsePrefix\" value=\"topology\"/>\n<parameter name=\"trustStoreFileName\" value=\"/opt/onap/sdnc/data/stores/truststore.onap.client.jks\"/>\n<parameter name=\"trustStorePassword\" value=\"adminadmin\"/>\n<parameter name=\"keyStoreFileName\" value=\"/opt/onap/sdnc/data/stores/sdnc.p12\"/>\n<parameter name=\"keyStorePassword\" value=\"adminadmin\"/>\n<parameter name='customHttpHeaders' value=\"`'X-ACCESS-TOKEN=' + $prop.sdncRestApi.token_id`\" />",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2023.500244140625,\r
+        "y": 275,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "73b2188f.535b88",\r
+                "e3942d82.1d981"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "73b2188f.535b88",\r
+        "type": "success",\r
+        "name": "success",\r
+        "xml": "<outcome value='success'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2266.000244140625,\r
+        "y": 295,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "4a760f4a.5cb7e8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "4a760f4a.5cb7e8",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2423.500244140625,\r
+        "y": 295,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "300a5bac.b9481c",\r
+                "ad97aa98.c768d"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "8f9fe5f7.1e28d",\r
+        "type": "returnFailure",\r
+        "name": "return failure",\r
+        "xml": "<return status='failure'>\n <parameter name='ack-final' value='Y'/>\n\t<parameter name=\"error-code\" value=\"500\" />\n    <parameter name=\"error-message\" value=\"Error executing Create vpn rest api\" />\n",\r
+        "comments": "",\r
+        "x": 2400.000244140625,\r
+        "y": 195,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "e3942d82.1d981",\r
+        "type": "failure",\r
+        "name": "failure",\r
+        "xml": "<outcome value='failure'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2262.000244140625,\r
+        "y": 195,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "8f9fe5f7.1e28d"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "52ac41c0.5bfd18",\r
+        "type": "dgstart",\r
+        "name": "DGSTART",\r
+        "outputs": 1,\r
+        "x": 169,\r
+        "y": 106,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "2f07965a.1dd8e2"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "2f07965a.1dd8e2",\r
+        "type": "service-logic",\r
+        "name": "DataChange ${project.version}",\r
+        "module": "DataChange",\r
+        "version": "${project.version}",\r
+        "comments": "",\r
+        "xml": "<service-logic xmlns='http://www.onap.org/sdnc/svclogic' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.onap.org/sdnc/svclogic ./svclogic.xsd' module='DataChange' version='${project.version}'>",\r
+        "outputs": 1,\r
+        "x": 182,\r
+        "y": 166,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "be9d83e5.bff8b"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "be9d83e5.bff8b",\r
+        "type": "method",\r
+        "name": "method esr-thirdparty-sdnc-discovery",\r
+        "xml": "<method rpc='esr-thirdparty-sdnc-discovery' mode='sync'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 202,\r
+        "y": 246,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "dc3c6fc7.178d18"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "dc3c6fc7.178d18",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 449.5,\r
+        "y": 246,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "febec156.8b3598"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "300a5bac.b9481c",\r
+        "type": "for",\r
+        "name": "for each Network",\r
+        "xml": "<for index='nidx' start='0' end='`$topology.networks.network_length`' >\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2642.500244140625,\r
+        "y": 224,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "2eec7c8a.0065d4"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "2eec7c8a.0065d4",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2791.000244140625,\r
+        "y": 224,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "c6d65b06.9b8418",\r
+                "d5bb0470.a0963",\r
+                "51f49074.c67e58"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "c6d65b06.9b8418",\r
+        "type": "call",\r
+        "name": "call update-network-to-aai",\r
+        "xml": "<call module='DataChange' rpc='update-network-to-aai' mode='sync' >\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2970.000244140625,\r
+        "y": 244,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "d5bb0470.a0963",\r
+        "type": "set",\r
+        "name": "set network",\r
+        "xml": "<set>\n<parameter name='network.' value='`$topology.networks.network[$nidx].`' />\n",\r
+        "comments": "",\r
+        "x": 2923.000244140625,\r
+        "y": 204,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "8ebd62d2.d420b",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1922.000244140625,\r
+        "y": 195,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "e262d253.cb79",\r
+        "type": "comment",\r
+        "name": "Do Nothing",\r
+        "info": "",\r
+        "comments": "",\r
+        "x": 2092.000244140625,\r
+        "y": 235,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "a6bffc76.37edc",\r
+        "type": "switchNode",\r
+        "name": "switch type",\r
+        "xml": "<switch test=\"`$prop.sdncRestApi.type`\">\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 969,\r
+        "y": 331,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "6f99e35d.de977c",\r
+                "c02a6e99.4562c",\r
+                "3d7935ef.04d57a",\r
+                "cfd2103d.fd26"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "e959cc87.47852",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 836,\r
+        "y": 331,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "a6bffc76.37edc"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "6f99e35d.de977c",\r
+        "type": "other",\r
+        "name": "WAN",\r
+        "xml": "<outcome value='WAN'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1082,\r
+        "y": 242,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "24096151.ae8cf6"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "c02a6e99.4562c",\r
+        "type": "other",\r
+        "name": "other",\r
+        "xml": "<outcome value='Other'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1111.5,\r
+        "y": 703.5001220703125,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "1f5381b5.13672e"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "1f5381b5.13672e",\r
+        "type": "returnFailure",\r
+        "name": "return failure",\r
+        "xml": "<return status='failure'>\n<parameter name='ack-final' value='Y'/>\n\t<parameter name=\"error-code\" value=\"500\" />\n    <parameter name=\"error-message\" value=\"`'Unsupported type = ' + $prop.sdncRestApi.type`\" />\n\n",\r
+        "comments": "",\r
+        "x": 1297.75,\r
+        "y": 729.5001220703125,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "d3849c0c.290268",\r
+        "type": "execute",\r
+        "name": "execute Properties",\r
+        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.prop.PropertiesNode' method='readProperties' >\n    <parameter name='fileName' value='%SDNC_CONFIG_DIR%/generic-resource-api-dg.properties' />\n    <parameter name='contextPrefix' value='prop' />\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1463.0001983642578,\r
+        "y": 123.00000953674316,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "5d9111f6.fc1a7",\r
+        "type": "switchNode",\r
+        "name": "switch prop.sdncRestApi.token_id",\r
+        "xml": "<switch test=\"`$prop.sdncRestApi.token_id`\">\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1509.5001983642578,\r
+        "y": 243.00000953674316,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "8bff0ee3.9c1d08",\r
+                "46defe8b.c98d58"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "8bff0ee3.9c1d08",\r
+        "type": "other",\r
+        "name": "Null",\r
+        "xml": "<outcome value=''>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1802.000244140625,\r
+        "y": 235,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "4af5b25c.a6728c"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "46defe8b.c98d58",\r
+        "type": "other",\r
+        "name": "other",\r
+        "xml": "<outcome value='Other'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1802.000244140625,\r
+        "y": 275,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "74d21b60.35097c"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "4af5b25c.a6728c",\r
+        "type": "execute",\r
+        "name": "execute RestApiCallNode Get Topology",\r
+        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.url + '/restconf/data/ietf-network:networks'`\" />\n<parameter name=\"restapiUser\" value=\"`$prop.sdncRestApi.thirdpartySdnc.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.sdncRestApi.thirdpartySdnc.password`\" />\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"get\"/>\n<parameter name=\"responsePrefix\" value=\"topology\"/>\n<parameter name=\"trustStoreFileName\" value=\"/opt/onap/sdnc/data/stores/truststore.onap.client.jks\"/>\n<parameter name=\"trustStorePassword\" value=\"adminadmin\"/>\n<parameter name=\"keyStoreFileName\" value=\"/opt/onap/sdnc/data/stores/sdnc.p12\"/>\n<parameter name=\"keyStorePassword\" value=\"adminadmin\"/>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2023.500244140625,\r
+        "y": 235,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "e3942d82.1d981",\r
+                "73b2188f.535b88"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "4884da36.8dcb24",\r
+        "type": "execute",\r
+        "name": "execute RestconfDiscoveryNode",\r
+        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restconfdiscovery.RestconfDiscoveryNode' method='establishSubscription' >\n<parameter name=\"subscriberId\" value=\"sotn-controller\" />\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.url + '/restconf/operations/ietf-subscribed-notifications:establish-subscription'`\" />\n<parameter name=\"restapiUser\" value=\"`$prop.sdncRestApi.thirdpartySdnc.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.sdncRestApi.thirdpartySdnc.password`\" />\n<parameter name=\"sseConnectURL\" value=\"`$prop.sdncRestApi.thirdpartySdnc.url + '/restconf/streams/yang-push-json'`\" />\n<parameter name=\"dirPath\" value=\"/opt/sdnc/restconfapi/yang/notification\" />\n<parameter name=\"format\" value=\"json\" />\n<parameter name=\"httpMethod\" value=\"post\" />\n<parameter name=\"trustStoreFileName\" value=\"/opt/onap/sdnc/data/stores/truststore.onap.client.jks\"/>\n<parameter name=\"trustStorePassword\" value=\"adminadmin\"/>\n<parameter name=\"keyStoreFileName\" value=\"/opt/onap/sdnc/data/stores/sdnc.p12\"/>\n<parameter name=\"keyStorePassword\" value=\"adminadmin\"/>\n<parameter name='customHttpHeaders' value=\"`'X-ACCESS-TOKEN=' + $prop.sdncRestApi.token_id`\" />\n<parameter name=\"module\" value=\"DataChange\" />\n<parameter name=\"rpc\" value=\"sotn-notification-handler\" />\n<parameter name=\"mode\" value=\"sync\" />",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1506.0001983642578,\r
+        "y": 383.00000953674316,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "e1aa7ec9.6ea95",\r
+        "type": "set",\r
+        "name": "set encoding-format",\r
+        "xml": "<set>\n<parameter name='input' value='ietf-subscribed-notifications:establish-subscription.input.' />\n<parameter name=\"`$input + 'encoding'`\" value=\"encode-json\" />",\r
+        "comments": "",\r
+        "x": 1466.0001983642578,\r
+        "y": 343.00000953674316,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "bbab4551.0a236",\r
+        "type": "comment",\r
+        "name": "Notification subscription",\r
+        "info": "",\r
+        "comments": "",\r
+        "x": 1471.000343322754,\r
+        "y": 300.00000858306885,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "febec156.8b3598",\r
+        "type": "switchNode",\r
+        "name": "switch",\r
+        "xml": "<switch test=\"`$prop.sdncRestApi.vendor == 'ZTE'`\">\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 156,\r
+        "y": 371,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "9a519619.b1895",\r
+                "48ffb5b3.b827e4"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "9a519619.b1895",\r
+        "type": "outcomeFalse",\r
+        "name": "false",\r
+        "xml": "<outcome value='false'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 343,\r
+        "y": 371,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "a0413cd2.f1f8e8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "48ffb5b3.b827e4",\r
+        "type": "outcomeTrue",\r
+        "name": "true",\r
+        "xml": "<outcome value='true'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 117.00003051757812,\r
+        "y": 1127.75,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "9ffa3ea5.b70bf"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "9ffa3ea5.b70bf",\r
+        "type": "call",\r
+        "name": "call esr-thirdparty-sdnc-of-zte",\r
+        "xml": "<call module='DataChange' rpc='esr-thirdparty-sdnc-of-zte' mode='sync' >\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 348.75,\r
+        "y": 1144.5000610351562,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "3d7935ef.04d57a",\r
+        "type": "other",\r
+        "name": "TAPI",\r
+        "xml": "<outcome value='TAPI'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1160,\r
+        "y": 476,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "4fe6a7b1.5767f"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "4fe6a7b1.5767f",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "outputs": 1,\r
+        "x": 1323,\r
+        "y": 475,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "f9123ca9.fc888"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "f9123ca9.fc888",\r
+        "type": "execute",\r
+        "name": "execute",\r
+        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n    <parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.url + '/cxf/tapi/v2/topologies?topology-id-or-name=otn'`\"/>  \n    <parameter name=\"restapiUser\" value=\"`$prop.sdncRestApi.thirdpartySdnc.user`\"/>  \n    <parameter name=\"restapiPassword\" value=\"`$prop.sdncRestApi.thirdpartySdnc.password`\"/>  \n    <parameter name=\"format\" value=\"json\"/>  \n    <parameter name=\"httpMethod\" value=\"get\"/>  \n    <parameter name=\"responsePrefix\" value=\"topologies\"/>\n    <parameter name=\"trustStoreFileName\" value=\"/opt/onap/sdnc/data/stores/truststore.onap.client.tapi.jks\"/>  \n    <parameter name=\"trustStorePassword\" value=\"adminadmin\"/>  \n    <parameter name=\"keyStoreFileName\" value=\"/opt/onap/sdnc/data/stores/sdnc.p12\"/>  \n    <parameter name=\"keyStorePassword\" value=\"adminadmin\"/>",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1484,\r
+        "y": 474,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "cc52ed00.f5d2c",\r
+                "dd1ac4e1.b59088"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "dd1ac4e1.b59088",\r
+        "type": "success",\r
+        "name": "success",\r
+        "xml": "<outcome value='success'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1626,\r
+        "y": 550,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "f1e8f88.8710a88"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "cc52ed00.f5d2c",\r
+        "type": "failure",\r
+        "name": "failure",\r
+        "xml": "<outcome value='failure'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1660,\r
+        "y": 471,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "54fdb7ce.6dd1a"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "54fdb7ce.6dd1a",\r
+        "type": "returnFailure",\r
+        "name": "return failure",\r
+        "xml": "<return status='failure'>\n <parameter name='ack-final' value='Y'/>\n <parameter name=\"error-code\" value=\"500\" />\n <parameter name=\"error-message\" value=\"Error executing get topology TAPI rest api\" />\n\n",\r
+        "comments": "",\r
+        "x": 1830,\r
+        "y": 470,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "f1e8f88.8710a88",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "outputs": 1,\r
+        "x": 1787,\r
+        "y": 549,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "f8f968a.7a53a98"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "f8f968a.7a53a98",\r
+        "type": "for",\r
+        "name": "for each topology",\r
+        "xml": "<for index='tidx' start='0' end=\"`$topologies.topology_length`\" >\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1966,\r
+        "y": 549,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "3fb827df.939078"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "3fb827df.939078",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2133,\r
+        "y": 550,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "6c8666ff.44e6e8",\r
+                "8622f8e6.4ca888"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "6c8666ff.44e6e8",\r
+        "type": "set",\r
+        "name": "set topology",\r
+        "xml": "<set>\n<parameter name='topology.' value='`$topologies.topology[$tidx].`' />\n",\r
+        "comments": "",\r
+        "x": 2292,\r
+        "y": 551,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "8622f8e6.4ca888",\r
+        "type": "call",\r
+        "name": "call tapi-update-network-to-aai",\r
+        "xml": "<call module='DataChange' rpc='tapi-update-network-to-aai' mode='sync' >\n\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2283,\r
+        "y": 617,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "cfd2103d.fd26",\r
+        "type": "outcome",\r
+        "name": "MSA",\r
+        "xml": "<outcome value='MSA'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1130.677324295044,\r
+        "y": 632.8993349075317,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "787c580c.21a83"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "787c580c.21a83",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "outputs": 1,\r
+        "x": 1292.6773872375488,\r
+        "y": 630.899335861206,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "cb55af39.dad0b"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "cb55af39.dad0b",\r
+        "type": "execute",\r
+        "name": "execute",\r
+        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n    <parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.url + '/cxf/openroadm/v2/networks/otn-topology'`\"/>  \n    <parameter name=\"restapiUser\" value=\"`$prop.sdncRestApi.thirdpartySdnc.user`\"/>  \n    <parameter name=\"restapiPassword\" value=\"`$prop.sdncRestApi.thirdpartySdnc.password`\"/>  \n    <parameter name=\"format\" value=\"json\"/>  \n    <parameter name=\"httpMethod\" value=\"get\"/>  \n    <parameter name=\"responsePrefix\" value=\"networks\"/>\n    <parameter name=\"trustStoreFileName\" value=\"/opt/onap/sdnc/data/stores/truststore.onap.client.msa.jks\"/>  \n    <parameter name=\"trustStorePassword\" value=\"adminadmin\"/>  \n    <parameter name=\"keyStoreFileName\" value=\"/opt/onap/sdnc/data/stores/sdnc.p12\"/>  \n    <parameter name=\"keyStorePassword\" value=\"adminadmin\"/>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1469.6771354675293,\r
+        "y": 622.8992919921875,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "55b8f3fc.f2c404",\r
+                "dba7d725.59fa18"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "55b8f3fc.f2c404",\r
+        "type": "failure",\r
+        "name": "failure",\r
+        "xml": "<outcome value='failure'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1622.6771354675293,\r
+        "y": 619.8992919921875,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "2cc6fdd5.2640a2"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "2cc6fdd5.2640a2",\r
+        "type": "returnFailure",\r
+        "name": "return failure",\r
+        "xml": "<return status='failure'>\n <parameter name='ack-final' value='Y'/>\n <parameter name=\"error-code\" value=\"500\" />\n <parameter name=\"error-message\" value=\"Error executing get topology MSA rest api\" />\n\n",\r
+        "comments": "",\r
+        "x": 1797.6771354675293,\r
+        "y": 618.8992919921875,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "dba7d725.59fa18",\r
+        "type": "success",\r
+        "name": "success",\r
+        "xml": "<outcome value='success'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1628.6771354675293,\r
+        "y": 692.8992919921875,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "170b822d.317ece"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "170b822d.317ece",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "outputs": 1,\r
+        "x": 1812.6771354675293,\r
+        "y": 694.8992919921875,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "8f4caf49.c88e68"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "8f4caf49.c88e68",\r
+        "type": "call",\r
+        "name": "call msa-update-network-to-aai",\r
+        "xml": "<call module='DataChange' rpc='msa-update-network-to-aai' mode='sync' >\n\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2091.677001953125,\r
+        "y": 692.8992919921875,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "4f7d3c56.d58604",\r
+        "type": "switchNode",\r
+        "name": "switch type",\r
+        "xml": "<switch test=\"`$prop.sdncRestApi.type`\">\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 262.566650390625,\r
+        "y": 861.5666809082031,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "7c479945.15b6c",\r
+                "41dab8d.79e9dc8",\r
+                "fb32359d.de7e3"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "7c479945.15b6c",\r
+        "type": "outcome",\r
+        "name": "MSA",\r
+        "xml": "<outcome value='MSA'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 441.857177734375,\r
+        "y": 778.9285888671875,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "d9d0d78b.47d9f"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "41dab8d.79e9dc8",\r
+        "type": "other",\r
+        "name": "TAPI",\r
+        "xml": "<outcome value='TAPI'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 450.6070556640625,\r
+        "y": 1029.6428527832031,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "1a2de346.3f0ebd"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "d9d0d78b.47d9f",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic='true'>",\r
+        "atomic": "true",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 595.607177734375,\r
+        "y": 775.7143249511719,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "e787c325.7a3d48",\r
+                "e74f02d1.684a5"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "1a2de346.3f0ebd",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 600,\r
+        "y": 1029.5,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "39caa350.271204",\r
+                "14436f1d.f47b89"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "fb32359d.de7e3",\r
+        "type": "other",\r
+        "name": "other",\r
+        "xml": "<outcome value='Other'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 553,\r
+        "y": 1193.5,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "33b66d76.b73a6a"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "33b66d76.b73a6a",\r
+        "type": "returnFailure",\r
+        "name": "return failure",\r
+        "xml": "<return status='failure'>\n<parameter name='ack-final' value='Y'/>\n\t<parameter name=\"error-code\" value=\"500\" />\n    <parameter name=\"error-message\" value=\"`'Unsupported type = ' + $prop.sdncRestApi.type`\" />\n\n",\r
+        "comments": "",\r
+        "x": 715,\r
+        "y": 1232.5,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "e787c325.7a3d48",\r
+        "type": "get-resource",\r
+        "name": "get resources from DB -controller_id",\r
+        "xml": "<get-resource plugin='org.onap.ccsdk.sli.adaptors.resource.sql.SqlResource' resource='SQL'\nkey='SELECT controller_id\nfrom TOPOLOGY_LOGICAL_RELATION_TO_PINTERFACE\nWHERE controller_id = $controllerid'\npfx='dbcontrollerid'>\n    \n    \n    \n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 827.5,\r
+        "y": 823.5,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "48ef075d.23d478",\r
+                "6aefa7bc.0e864",\r
+                "b6643c83.4fa068"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "e74f02d1.684a5",\r
+        "type": "set",\r
+        "name": "set controller_id",\r
+        "xml": "<set>\n<parameter name='controllerid' value=\"`$prop.sdncRestApi.type + '_' + $prop.sdncRestApi.thirdpartySdnc.url + '_' + $prop.sdncRestApi.thirdpartySdnc.id`\" />\n\n\n\n",\r
+        "comments": "",\r
+        "x": 787.5,\r
+        "y": 757.5,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "48ef075d.23d478",\r
+        "type": "success",\r
+        "name": "success",\r
+        "xml": "<outcome value='success'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1066.5,\r
+        "y": 843.5,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "3a0200d5.7fabc"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "3a0200d5.7fabc",\r
+        "type": "delete",\r
+        "name": "delete from db",\r
+        "xml": "<delete plugin='org.onap.ccsdk.sli.adaptors.resource.sql.SqlResource'\n    resource=\"SQL\"\n    key=\"DELETE FROM TOPOLOGY_LOGICAL_RELATION_TO_PINTERFACE WHERE controller_id = $controllerid\">",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1235.5,\r
+        "y": 850.5,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "39caa350.271204",\r
+        "type": "set",\r
+        "name": "set controller_id",\r
+        "xml": "<set>\n<parameter name='controllerid' value=\"`$prop.sdncRestApi.type + '_' + $prop.sdncRestApi.thirdpartySdnc.url + '_' + $prop.sdncRestApi.thirdpartySdnc.id`\" />\n\n\n\n",\r
+        "comments": "",\r
+        "x": 764.5,\r
+        "y": 985.5,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "14436f1d.f47b89",\r
+        "type": "get-resource",\r
+        "name": "get resources from DB -controller_id",\r
+        "xml": "<get-resource plugin='org.onap.ccsdk.sli.adaptors.resource.sql.SqlResource' resource='SQL'\nkey='SELECT controller_id\nfrom TOPOLOGY_LOGICAL_RELATION_TO_PINTERFACE\nWHERE controller_id = $controllerid'\npfx='dbcontrollerid'>\n    \n    \n    \n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 777.5,\r
+        "y": 1074.5,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "82076a69.af01a",\r
+                "7b1e0312.764db4",\r
+                "5cc08e4.aa9e2f"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "82076a69.af01a",\r
+        "type": "success",\r
+        "name": "success",\r
+        "xml": "<outcome value='success'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1002.5,\r
+        "y": 1089.5,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "dc7dee5b.44e56"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "dc7dee5b.44e56",\r
+        "type": "delete",\r
+        "name": "delete from db",\r
+        "xml": "<delete plugin='org.onap.ccsdk.sli.adaptors.resource.sql.SqlResource'\n    resource=\"SQL\"\n    key=\"DELETE FROM TOPOLOGY_LOGICAL_RELATION_TO_PINTERFACE WHERE controller_id = $controllerid\">",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1173.5,\r
+        "y": 1090.5,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "6aefa7bc.0e864",\r
+        "type": "failure",\r
+        "name": "failure",\r
+        "xml": "<outcome value='failure'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1052.5,\r
+        "y": 922.5,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "2c713fb3.4d6888"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "7b1e0312.764db4",\r
+        "type": "failure",\r
+        "name": "failure",\r
+        "xml": "<outcome value='failure'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 983.5,\r
+        "y": 1162.5,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "2bfd8d24.d64f22"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "2c713fb3.4d6888",\r
+        "type": "returnFailure",\r
+        "name": "return failure",\r
+        "xml": "<return status='failure'>\n <parameter name='ack-final' value='Y'/>\n <parameter name=\"error-code\" value=\"500\" />\n <parameter name=\"error-message\" value=\"Failure in getting controller-id from DB\" />\n\n",\r
+        "comments": "",\r
+        "x": 1213.5,\r
+        "y": 927.5,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "b6643c83.4fa068",\r
+        "type": "not-found",\r
+        "name": "not-found",\r
+        "xml": "<outcome value='not-found'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1043.5,\r
+        "y": 982.5,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "a2919cf8.1bf828"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "a2919cf8.1bf828",\r
+        "type": "returnFailure",\r
+        "name": "return failure",\r
+        "xml": "<return status='failure'>\n <parameter name='ack-final' value='Y'/>\n <parameter name=\"error-code\" value=\"500\" />\n <parameter name=\"error-message\" value=\"controller-id could not be found in DB\" />\n\n",\r
+        "comments": "",\r
+        "x": 1192.5,\r
+        "y": 984.5,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "2bfd8d24.d64f22",\r
+        "type": "returnFailure",\r
+        "name": "return failure",\r
+        "xml": "<return status='failure'>\n <parameter name='ack-final' value='Y'/>\n <parameter name=\"error-code\" value=\"500\" />\n <parameter name=\"error-message\" value=\"Failure in getting controller-id from DB\" />\n\n",\r
+        "comments": "",\r
+        "x": 1131.5,\r
+        "y": 1163.5,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "5cc08e4.aa9e2f",\r
+        "type": "not-found",\r
+        "name": "not-found",\r
+        "xml": "<outcome value='not-found'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 983.5,\r
+        "y": 1206.5,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "2f855e70.bc0c7a"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "2f855e70.bc0c7a",\r
+        "type": "returnFailure",\r
+        "name": "return failure",\r
+        "xml": "<return status='failure'>\n <parameter name='ack-final' value='Y'/>\n <parameter name=\"error-code\" value=\"500\" />\n <parameter name=\"error-message\" value=\"controller-id could not be found in DB\" />\n\n",\r
+        "comments": "",\r
+        "x": 1148.5,\r
+        "y": 1203.5,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "ad97aa98.c768d",\r
+        "type": "switchNode",\r
+        "name": "switch network_length",\r
+        "xml": "<switch test='`$topology.networks.network_length >= 2`'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2659,\r
+        "y": 355,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "47f11a60.715fe4"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "47f11a60.715fe4",\r
+        "type": "outcomeTrue",\r
+        "name": "true",\r
+        "xml": "<outcome value='true'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2841,\r
+        "y": 356,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "610c5ba8.ab12f4"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "3f621874.83f7b",\r
+        "type": "for",\r
+        "name": "for each Network",\r
+        "xml": "<for index='netidx' start='0' end='`$topology.networks.network_length`' >\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3214,\r
+        "y": 349,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "47e16032.729b78"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "47e16032.729b78",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3432,\r
+        "y": 346,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "cc7e5bc4.9fb7e8",\r
+                "8fc85a95.09a108",\r
+                "c99c88.f08ccb78"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "40eac1bc.82a228",\r
+        "type": "call",\r
+        "name": "call update-tp-ttp-relationship",\r
+        "xml": "<call module='DataChange' rpc='update-tp-ttp-relationship' mode='sync' >\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3247,\r
+        "y": 409,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "610c5ba8.ab12f4",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic='true'>",\r
+        "atomic": "true",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3011,\r
+        "y": 352,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "3f621874.83f7b",\r
+                "40eac1bc.82a228"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "c99c88.f08ccb78",\r
+        "type": "set",\r
+        "name": "unset network",\r
+        "xml": "<set>\n<parameter name='network.' value='' />\n",\r
+        "comments": "",\r
+        "x": 3591,\r
+        "y": 286,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "cc7e5bc4.9fb7e8",\r
+        "type": "set",\r
+        "name": "set network",\r
+        "xml": "<set>\n<parameter name='network.' value='`$topology.networks.network[$netidx].`' />\n",\r
+        "comments": "",\r
+        "x": 3585,\r
+        "y": 334,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "8fc85a95.09a108",\r
+        "type": "switchNode",\r
+        "name": "switch network-types with topologyId",\r
+        "xml": "<switch test='`$network.te-topology-id`'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3662,\r
+        "y": 381,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "a101ef60.461f68",\r
+                "46ddd7fc.c3c038"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "a101ef60.461f68",\r
+        "type": "outcome",\r
+        "name": "1",\r
+        "xml": "<outcome value='1'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3888,\r
+        "y": 350,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "9f9b045e.002478"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "46ddd7fc.c3c038",\r
+        "type": "outcome",\r
+        "name": "2",\r
+        "xml": "<outcome value='2'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3888,\r
+        "y": 411,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "c00ddb6e.187aa"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "55fe80ee.35e4c",\r
+        "type": "set",\r
+        "name": "set network-otn",\r
+        "xml": "<set>\n<parameter name='network-otn.' value='`$topology.networks.network[$netidx].`' />\n",\r
+        "comments": "",\r
+        "x": 4183,\r
+        "y": 350,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "b736da6.72f0128",\r
+        "type": "set",\r
+        "name": "set network eth",\r
+        "xml": "<set>\n<parameter name='network-eth.' value='`$topology.networks.network[$netidx].`' />\n",\r
+        "comments": "",\r
+        "x": 4183,\r
+        "y": 411,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "9f9b045e.002478",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 4022,\r
+        "y": 350,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "55fe80ee.35e4c"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "c00ddb6e.187aa",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 4023,\r
+        "y": 411,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": [\r
+            [\r
+                "b736da6.72f0128"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "51f49074.c67e58",\r
+        "type": "set",\r
+        "name": "unset network",\r
+        "xml": "<set>\n<parameter name='network.' value='' />\n",\r
+        "comments": "",\r
+        "x": 2929,\r
+        "y": 154,\r
+        "z": "8a5117b5.c01db8",\r
+        "wires": []\r
+    }\r
 ]
\ No newline at end of file