Updating Topology Discovery DGs to align with the latest changes of IETF TE-Topology...
[sdnc/oam.git] / platform-logic / datachange / src / main / json / DataChange_esr-thirdparty-sdnc-discovery.json
index ba7a989..ef7fa0f 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": "66d82769.1d01a8",\r
+        "type": "other",\r
+        "name": "update",\r
+        "xml": "<outcome value='Update'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 739,\r
+        "y": 271,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "ae6185fd.f9c2d8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "3efeb782.bfc1",\r
+        "type": "other",\r
+        "name": "delete",\r
+        "xml": "<outcome value='Delete'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 739,\r
+        "y": 351,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "a1ab5058.aebdf"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "a1ab5058.aebdf",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "outputs": 1,\r
+        "x": 880.5,\r
+        "y": 351,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "fb3f26da.0ae3f8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "22ce6fbc.3616d",\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": 569.5,\r
+        "y": 311,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "66d82769.1d01a8",\r
+                "3efeb782.bfc1"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "8b8fad8f.084508",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "outputs": 1,\r
+        "x": 1266.5,\r
+        "y": 182,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "cb379294.cf5aa8",\r
+                "43fea2be.adabc4",\r
+                "4f03377f.b0c4c8",\r
+                "590ac352.e76a14",\r
+                "80b5f8f0.c85808"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "43fea2be.adabc4",\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": 1539.5001983642578,\r
+        "y": 103.00000953674316,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "1315a46.1a747dc",\r
+                "5b12ff34.641e88"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "1315a46.1a747dc",\r
+        "type": "success",\r
+        "name": "success",\r
+        "xml": "<outcome value='success'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1829.000244140625,\r
+        "y": 95,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "396d79e7.1bf7ce"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "5b12ff34.641e88",\r
+        "type": "failure",\r
+        "name": "failure",\r
+        "xml": "<outcome value='failure'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1825.000244140625,\r
+        "y": 135,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "20884b0c.6135fc"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "396d79e7.1bf7ce",\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": 1979.500244140625,\r
+        "y": 95,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "794a42a5.7ff634",\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": 2046.500244140625,\r
+        "y": 215,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "38377ff8.a67d2",\r
+                "b0153eb4.a0abb"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "38377ff8.a67d2",\r
+        "type": "success",\r
+        "name": "success",\r
+        "xml": "<outcome value='success'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2289.000244140625,\r
+        "y": 235,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "1c21d3a8.a908bc"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "1c21d3a8.a908bc",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2446.500244140625,\r
+        "y": 235,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "6ecea195.591998",\r
+                "10fd3c36.34f02c"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "e2c46cc9.208aa",\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": 2423.000244140625,\r
+        "y": 135,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "b0153eb4.a0abb",\r
+        "type": "failure",\r
+        "name": "failure",\r
+        "xml": "<outcome value='failure'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2285.000244140625,\r
+        "y": 135,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "e2c46cc9.208aa"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "8bce8e2f.0d81e8",\r
+        "type": "dgstart",\r
+        "name": "DGSTART",\r
+        "outputs": 1,\r
+        "x": 192,\r
+        "y": 46,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "75e87f6c.a6d9e"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "75e87f6c.a6d9e",\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": 205,\r
+        "y": 106,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "11c7e938.bc92c7"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "11c7e938.bc92c7",\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": 225,\r
+        "y": 186,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "e3374842.e3f818"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "e3374842.e3f818",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 472.5,\r
+        "y": 186,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "f09b5855.16ea9"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "6ecea195.591998",\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": 2665.500244140625,\r
+        "y": 164,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "6ca8b7e7.59b19"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "6ca8b7e7.59b19",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2814.000244140625,\r
+        "y": 164,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "43a0eef1.e5c518",\r
+                "e94a8c36.a2247",\r
+                "92aeb11c.309eb8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "43a0eef1.e5c518",\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": 2993.000244140625,\r
+        "y": 184,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "e94a8c36.a2247",\r
+        "type": "set",\r
+        "name": "set network",\r
+        "xml": "<set>\n<parameter name='network.' value='`$topology.networks.network[$nidx].`' />\n",\r
+        "comments": "",\r
+        "x": 2946.000244140625,\r
+        "y": 144,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "20884b0c.6135fc",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1945.000244140625,\r
+        "y": 135,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "62ce2665.d3bbc",\r
+        "type": "comment",\r
+        "name": "Do Nothing",\r
+        "info": "",\r
+        "comments": "",\r
+        "x": 2115.000244140625,\r
+        "y": 175,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "c35780c2.b517a8",\r
+        "type": "switchNode",\r
+        "name": "switch type",\r
+        "xml": "<switch test=\"`$prop.sdncRestApi.type`\">\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 992,\r
+        "y": 271,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "4be7af0d.179fe8",\r
+                "9d611449.5dcd4",\r
+                "88a47a49.6947f",\r
+                "c116943.cd1a8e8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "ae6185fd.f9c2d8",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 859,\r
+        "y": 271,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "c35780c2.b517a8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "4be7af0d.179fe8",\r
+        "type": "other",\r
+        "name": "WAN",\r
+        "xml": "<outcome value='WAN'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1105,\r
+        "y": 182,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "8b8fad8f.084508"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "9d611449.5dcd4",\r
+        "type": "other",\r
+        "name": "other",\r
+        "xml": "<outcome value='Other'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1134.5,\r
+        "y": 643.5001220703125,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "8a5453eb.ab4e28"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "8a5453eb.ab4e28",\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": 1320.75,\r
+        "y": 669.5001220703125,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "cb379294.cf5aa8",\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": 1486.0001983642578,\r
+        "y": 63.000009536743164,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "4f03377f.b0c4c8",\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": 1532.5001983642578,\r
+        "y": 183.00000953674316,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "e2260a6c.d9a708",\r
+                "536e3c2c.29577c"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "e2260a6c.d9a708",\r
+        "type": "other",\r
+        "name": "Null",\r
+        "xml": "<outcome value=''>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1825.000244140625,\r
+        "y": 175,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "9626e71e.38aeb8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "536e3c2c.29577c",\r
+        "type": "other",\r
+        "name": "other",\r
+        "xml": "<outcome value='Other'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1825.000244140625,\r
+        "y": 215,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "794a42a5.7ff634"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "9626e71e.38aeb8",\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": 2046.500244140625,\r
+        "y": 175,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "b0153eb4.a0abb",\r
+                "38377ff8.a67d2"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "80b5f8f0.c85808",\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": 1529.0001983642578,\r
+        "y": 323.00000953674316,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "590ac352.e76a14",\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": 1489.0001983642578,\r
+        "y": 283.00000953674316,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "50fcae42.2c2a8",\r
+        "type": "comment",\r
+        "name": "Notification subscription",\r
+        "info": "",\r
+        "comments": "",\r
+        "x": 1494.000343322754,\r
+        "y": 240.00000858306885,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "f09b5855.16ea9",\r
+        "type": "switchNode",\r
+        "name": "switch",\r
+        "xml": "<switch test=\"`$prop.sdncRestApi.vendor == 'ZTE'`\">\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 179,\r
+        "y": 311,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "bf78bf6d.9dbf38",\r
+                "2804a0b9.d69f28"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "bf78bf6d.9dbf38",\r
+        "type": "outcomeFalse",\r
+        "name": "false",\r
+        "xml": "<outcome value='false'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 366,\r
+        "y": 311,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "22ce6fbc.3616d"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "2804a0b9.d69f28",\r
+        "type": "outcomeTrue",\r
+        "name": "true",\r
+        "xml": "<outcome value='true'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 140.00003051757812,\r
+        "y": 1067.75,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "53ab0ac2.38d284"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "53ab0ac2.38d284",\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": 371.75,\r
+        "y": 1084.5000610351562,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "88a47a49.6947f",\r
+        "type": "other",\r
+        "name": "TAPI",\r
+        "xml": "<outcome value='TAPI'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1183,\r
+        "y": 416,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "d5710d01.9be8f8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "d5710d01.9be8f8",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "outputs": 1,\r
+        "x": 1346,\r
+        "y": 415,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "a039ff23.d54198"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "a039ff23.d54198",\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": 1507,\r
+        "y": 414,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "44a0211d.fd2598",\r
+                "493dc7eb.c52f08"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "493dc7eb.c52f08",\r
+        "type": "success",\r
+        "name": "success",\r
+        "xml": "<outcome value='success'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1649,\r
+        "y": 490,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "2d7698ce.b0a7a"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "44a0211d.fd2598",\r
+        "type": "failure",\r
+        "name": "failure",\r
+        "xml": "<outcome value='failure'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1683,\r
+        "y": 411,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "fe95a25e.cdaa98"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "fe95a25e.cdaa98",\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": 1853,\r
+        "y": 410,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "2d7698ce.b0a7a",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "outputs": 1,\r
+        "x": 1810,\r
+        "y": 489,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "1dc691cb.358196"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "1dc691cb.358196",\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": 1989,\r
+        "y": 489,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "48d82ee8.688dd"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "48d82ee8.688dd",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2156,\r
+        "y": 490,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "d5ce9061.b89e98",\r
+                "b1436387.1231d8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "d5ce9061.b89e98",\r
+        "type": "set",\r
+        "name": "set topology",\r
+        "xml": "<set>\n<parameter name='topology.' value='`$topologies.topology[$tidx].`' />\n",\r
+        "comments": "",\r
+        "x": 2315,\r
+        "y": 491,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "b1436387.1231d8",\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": 2306,\r
+        "y": 557,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "c116943.cd1a8e8",\r
+        "type": "outcome",\r
+        "name": "MSA",\r
+        "xml": "<outcome value='MSA'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1153.677324295044,\r
+        "y": 572.8993349075317,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "9d338868.302c1"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "9d338868.302c1",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "outputs": 1,\r
+        "x": 1315.6773872375488,\r
+        "y": 570.899335861206,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "b0b285cb.6ebea"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "b0b285cb.6ebea",\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": 1492.6771354675293,\r
+        "y": 562.8992919921875,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "8054b37a.3900a8",\r
+                "37099c40.484064"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "8054b37a.3900a8",\r
+        "type": "failure",\r
+        "name": "failure",\r
+        "xml": "<outcome value='failure'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1645.6771354675293,\r
+        "y": 559.8992919921875,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "ee854a40.fe1848"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "ee854a40.fe1848",\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": 1820.6771354675293,\r
+        "y": 558.8992919921875,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "37099c40.484064",\r
+        "type": "success",\r
+        "name": "success",\r
+        "xml": "<outcome value='success'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1651.6771354675293,\r
+        "y": 632.8992919921875,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "6b6e7027.f016d"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "6b6e7027.f016d",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "outputs": 1,\r
+        "x": 1835.6771354675293,\r
+        "y": 634.8992919921875,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "5444f8a5.36fed"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "5444f8a5.36fed",\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": 2114.677001953125,\r
+        "y": 632.8992919921875,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "fb3f26da.0ae3f8",\r
+        "type": "switchNode",\r
+        "name": "switch type",\r
+        "xml": "<switch test=\"`$prop.sdncRestApi.type`\">\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 285.566650390625,\r
+        "y": 801.5666809082031,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "57cb25c2.9e9be4",\r
+                "30ce121c.bfe97e",\r
+                "d3232a5d.18a288"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "57cb25c2.9e9be4",\r
+        "type": "outcome",\r
+        "name": "MSA",\r
+        "xml": "<outcome value='MSA'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 464.857177734375,\r
+        "y": 718.9285888671875,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "7a4cfe82.92d42"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "30ce121c.bfe97e",\r
+        "type": "other",\r
+        "name": "TAPI",\r
+        "xml": "<outcome value='TAPI'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 473.6070556640625,\r
+        "y": 969.6428527832031,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "d394227.d0cf06"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "7a4cfe82.92d42",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic='true'>",\r
+        "atomic": "true",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 618.607177734375,\r
+        "y": 715.7143249511719,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "b595413f.cfe8e8",\r
+                "8c8fae68.b08168"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "d394227.d0cf06",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 623,\r
+        "y": 969.5,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "6724f8a4.5cbe3",\r
+                "c711ca11.6e628"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "d3232a5d.18a288",\r
+        "type": "other",\r
+        "name": "other",\r
+        "xml": "<outcome value='Other'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 576,\r
+        "y": 1133.5,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "ba5f29b3.a93ac8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "ba5f29b3.a93ac8",\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": 738,\r
+        "y": 1172.5,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "b595413f.cfe8e8",\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": 850.5,\r
+        "y": 763.5,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "74d7baba.1daacc",\r
+                "582fc831.36e3c",\r
+                "b559176c.28e268"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "8c8fae68.b08168",\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": 810.5,\r
+        "y": 697.5,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "74d7baba.1daacc",\r
+        "type": "success",\r
+        "name": "success",\r
+        "xml": "<outcome value='success'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1089.5,\r
+        "y": 783.5,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "c192dc38.daa8b8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "c192dc38.daa8b8",\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": 1258.5,\r
+        "y": 790.5,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "6724f8a4.5cbe3",\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": 925.5,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "c711ca11.6e628",\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": 800.5,\r
+        "y": 1014.5,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "9c302232.f8804",\r
+                "b1ece16a.0f3c9",\r
+                "3da8c72e.feda78"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "9c302232.f8804",\r
+        "type": "success",\r
+        "name": "success",\r
+        "xml": "<outcome value='success'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1025.5,\r
+        "y": 1029.5,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "dd99da73.f2065"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "dd99da73.f2065",\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": 1196.5,\r
+        "y": 1030.5,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "582fc831.36e3c",\r
+        "type": "failure",\r
+        "name": "failure",\r
+        "xml": "<outcome value='failure'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1075.5,\r
+        "y": 862.5,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "b099b128.5136c8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "b1ece16a.0f3c9",\r
+        "type": "failure",\r
+        "name": "failure",\r
+        "xml": "<outcome value='failure'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1006.5,\r
+        "y": 1102.5,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "c581f585.410918"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "b099b128.5136c8",\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": 1236.5,\r
+        "y": 867.5,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "b559176c.28e268",\r
+        "type": "not-found",\r
+        "name": "not-found",\r
+        "xml": "<outcome value='not-found'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1066.5,\r
+        "y": 922.5,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "50ff2098.8d83d"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "50ff2098.8d83d",\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": 1215.5,\r
+        "y": 924.5,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "c581f585.410918",\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": 1154.5,\r
+        "y": 1103.5,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "3da8c72e.feda78",\r
+        "type": "not-found",\r
+        "name": "not-found",\r
+        "xml": "<outcome value='not-found'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1006.5,\r
+        "y": 1146.5,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "37d6a3b7.1cca8c"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "37d6a3b7.1cca8c",\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": 1171.5,\r
+        "y": 1143.5,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "10fd3c36.34f02c",\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": 2682,\r
+        "y": 295,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "fbaeb9ed.a2e628"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "fbaeb9ed.a2e628",\r
+        "type": "outcomeTrue",\r
+        "name": "true",\r
+        "xml": "<outcome value='true'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2864,\r
+        "y": 296,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "93fe6a3d.a61a8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "c8aabe3a.b7443",\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": 3237,\r
+        "y": 289,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "c5d07173.a82"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "c5d07173.a82",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3455,\r
+        "y": 286,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "6173b924.39e6a8",\r
+                "a7527c77.d05fd8",\r
+                "17750ab4.92778d"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "1c54dabe.e430a5",\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": 3270,\r
+        "y": 349,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "93fe6a3d.a61a8",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic='true'>",\r
+        "atomic": "true",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3034,\r
+        "y": 292,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "c8aabe3a.b7443",\r
+                "1c54dabe.e430a5"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "17750ab4.92778d",\r
+        "type": "set",\r
+        "name": "unset network",\r
+        "xml": "<set>\n<parameter name='network.' value='' />\n",\r
+        "comments": "",\r
+        "x": 3614,\r
+        "y": 226,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "6173b924.39e6a8",\r
+        "type": "set",\r
+        "name": "set network",\r
+        "xml": "<set>\n<parameter name='network.' value='`$topology.networks.network[$netidx].`' />\n",\r
+        "comments": "",\r
+        "x": 3608,\r
+        "y": 274,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "a7527c77.d05fd8",\r
+        "type": "switchNode",\r
+        "name": "switch network-types with topologyId",\r
+        "xml": "<switch test='`$network.te-topology-identifier.topology-id`'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3685,\r
+        "y": 321,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "de52bd0e.85db08",\r
+                "fa3a626b.d125c8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "de52bd0e.85db08",\r
+        "type": "outcome",\r
+        "name": "1",\r
+        "xml": "<outcome value='1'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3911,\r
+        "y": 290,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "84c7d418.e115f8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "fa3a626b.d125c8",\r
+        "type": "outcome",\r
+        "name": "2",\r
+        "xml": "<outcome value='2'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3911,\r
+        "y": 351,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "caaba956.377e8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "23780bd3.2604dc",\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": 4206,\r
+        "y": 290,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "6f9e8e73.c1bc3",\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": 4206,\r
+        "y": 351,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "84c7d418.e115f8",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 4045,\r
+        "y": 290,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "23780bd3.2604dc"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "caaba956.377e8",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 4046,\r
+        "y": 351,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "6f9e8e73.c1bc3"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "92aeb11c.309eb8",\r
+        "type": "set",\r
+        "name": "unset network",\r
+        "xml": "<set>\n<parameter name='network.' value='' />\n",\r
+        "comments": "",\r
+        "x": 2952,\r
+        "y": 94,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": []\r
+    }\r
 ]
\ No newline at end of file