Bug fixing required for H release.
[sdnc/oam.git] / platform-logic / datachange / src / main / json / DataChange_esr-thirdparty-sdnc-discovery.json
index ef45331..7b0ea05 100644 (file)
-[
-  {
-    "id": "3492b641.0dfbba",
-    "type": "other",
-    "name": "update",
-    "xml": "<outcome value='Update'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 673,
-    "y": 276.6667003631592,
-    "z": "cbb28df7.1359",
-    "wires": [
-      [
-        "f2d65f4a.d687"
-      ]
-    ]
-  },
-  {
-    "id": "668a1af1.719b34",
-    "type": "other",
-    "name": "delete",
-    "xml": "<outcome value='delete'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 709.2221145629883,
-    "y": 478.33349609375,
-    "z": "cbb28df7.1359",
-    "wires": [
-      [
-        "3b8ddbef.903fa4"
-      ]
-    ]
-  },
-  {
-    "id": "3b8ddbef.903fa4",
-    "type": "block",
-    "name": "block : atomic",
-    "xml": "<block atomic=\"true\">",
-    "atomic": "true",
-    "outputs": 1,
-    "x": 859.6667594909668,
-    "y": 473.3335485458374,
-    "z": "cbb28df7.1359",
-    "wires": [
-      []
-    ]
-  },
-  {
-    "id": "c0cbee48.6a5f9",
-    "type": "comment",
-    "name": "TODO: Delete topology from AAI",
-    "info": "",
-    "comments": "",
-    "x": 817.3334274291992,
-    "y": 429.0001735687256,
-    "z": "cbb28df7.1359",
-    "wires": []
-  },
-  {
-    "id": "d3c03070.16287",
-    "type": "switchNode",
-    "name": "switch aai-event-trigger",
-    "xml": "<switch test=\"`$data-change-notification-input.aai-event-trigger`\">\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 465.5555648803711,
-    "y": 345.2222261428833,
-    "z": "cbb28df7.1359",
-    "wires": [
-      [
-        "3492b641.0dfbba",
-        "668a1af1.719b34"
-      ]
-    ]
-  },
-  {
-    "id": "6bfaf616.869108",
-    "type": "block",
-    "name": "block : atomic",
-    "xml": "<block atomic=\"true\">",
-    "atomic": "true",
-    "outputs": 1,
-    "x": 1267.333755493164,
-    "y": 270.1112537384033,
-    "z": "cbb28df7.1359",
-    "wires": [
-      [
-        "c706e157.72486",
-        "4130ca8.c1efa34"
-      ]
-    ]
-  },
-  {
-    "id": "f4c114b8.d66028",
-    "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": 1523.993263244629,
-    "y": 132.0305051803589,
-    "z": "cbb28df7.1359",
-    "wires": [
-      [
-        "fafa0167.57f14",
-        "c8836a7f.1ba7f8"
-      ]
-    ]
-  },
-  {
-    "id": "fafa0167.57f14",
-    "type": "success",
-    "name": "success",
-    "xml": "<outcome value='success'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 1758.993263244629,
-    "y": 110.03050518035889,
-    "z": "cbb28df7.1359",
-    "wires": [
-      [
-        "bd59ffd7.cdf9"
-      ]
-    ]
-  },
-  {
-    "id": "c8836a7f.1ba7f8",
-    "type": "failure",
-    "name": "failure",
-    "xml": "<outcome value='failure'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 1751.243263244629,
-    "y": 163.67338848114014,
-    "z": "cbb28df7.1359",
-    "wires": [
-      [
-        "8505bfec.1c327"
-      ]
-    ]
-  },
-  {
-    "id": "bd59ffd7.cdf9",
-    "type": "set",
-    "name": "set token-id",
-    "xml": "<set>\n<parameter name='prop.sdncRestApi.token_id' value='`$token-result.data.token_id`' />\n",
-    "comments": "",
-    "x": 1912.993263244629,
-    "y": 111.03050518035889,
-    "z": "cbb28df7.1359",
-    "wires": []
-  },
-  {
-    "id": "c706e157.72486",
-    "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": 1527.3266906738281,
-    "y": 225.73424291610718,
-    "z": "cbb28df7.1359",
-    "wires": [
-      [
-        "87479d00.dc1c9",
-        "c2d07026.26d52"
-      ]
-    ]
-  },
-  {
-    "id": "87479d00.dc1c9",
-    "type": "success",
-    "name": "success",
-    "xml": "<outcome value='success'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 1785.882022857666,
-    "y": 203.73422479629517,
-    "z": "cbb28df7.1359",
-    "wires": [
-      [
-        "3aa58504.f6229a"
-      ]
-    ]
-  },
-  {
-    "id": "3aa58504.f6229a",
-    "type": "block",
-    "name": "block : atomic",
-    "xml": "<block atomic=\"true\">",
-    "atomic": "true",
-    "comments": "",
-    "outputs": 1,
-    "x": 1961.4375534057617,
-    "y": 201.40094709396362,
-    "z": "cbb28df7.1359",
-    "wires": [
-      []
-    ]
-  },
-  {
-    "id": "dca7d6ac.f501f8",
-    "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": 1969.6598281860352,
-    "y": 275.6230607032776,
-    "z": "cbb28df7.1359",
-    "wires": []
-  },
-  {
-    "id": "c2d07026.26d52",
-    "type": "failure",
-    "name": "failure",
-    "xml": "<outcome value='failure'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 1791.3265075683594,
-    "y": 274.845290184021,
-    "z": "cbb28df7.1359",
-    "wires": [
-      [
-        "dca7d6ac.f501f8"
-      ]
-    ]
-  },
-  {
-    "id": "7cae77af.f5b818",
-    "type": "dgstart",
-    "name": "DGSTART",
-    "outputs": 1,
-    "x": 105.9999008178711,
-    "y": 85,
-    "z": "cbb28df7.1359",
-    "wires": [
-      [
-        "b697d007.11e41"
-      ]
-    ]
-  },
-  {
-    "id": "b697d007.11e41",
-    "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": 244.11102676391602,
-    "y": 126.44446134567261,
-    "z": "cbb28df7.1359",
-    "wires": [
-      [
-        "49de6de0.6f78a4"
-      ]
-    ]
-  },
-  {
-    "id": "49de6de0.6f78a4",
-    "type": "method",
-    "name": "method esr-thirdparty-sdnc-discovery",
-    "xml": "<method rpc='esr-thirdparty-sdnc-discovery' mode='sync'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 340.5555877685547,
-    "y": 237.22224235534668,
-    "z": "cbb28df7.1359",
-    "wires": [
-      [
-        "5f1e0612.f09808"
-      ]
-    ]
-  },
-  {
-    "id": "5f1e0612.f09808",
-    "type": "block",
-    "name": "block : atomic",
-    "xml": "<block atomic=\"true\">\n",
-    "atomic": "false",
-    "comments": "",
-    "outputs": 1,
-    "x": 248.77781677246094,
-    "y": 346.11122035980225,
-    "z": "cbb28df7.1359",
-    "wires": [
-      [
-        "d3c03070.16287"
-      ]
-    ]
-  },
-  {
-    "id": "4130ca8.c1efa34",
-    "type": "for",
-    "name": "for each Network",
-    "xml": "<for index='nidx' start='0' end='`$topology.networks.network_length`' >\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 1459.481460571289,
-    "y": 353.2221817970276,
-    "z": "cbb28df7.1359",
-    "wires": [
-      [
-        "5ae402a2.fe5ffc"
-      ]
-    ]
-  },
-  {
-    "id": "5ae402a2.fe5ffc",
-    "type": "block",
-    "name": "block",
-    "xml": "<block>\n",
-    "atomic": "false",
-    "comments": "",
-    "outputs": 1,
-    "x": 1649.4814224243164,
-    "y": 360.9999747276306,
-    "z": "cbb28df7.1359",
-    "wires": [
-      [
-        "7d9ae4c3.21708c",
-        "f67aa4a3.311fc8"
-      ]
-    ]
-  },
-  {
-    "id": "7d9ae4c3.21708c",
-    "type": "call",
-    "name": "call update-network-to-aai",
-    "xml": "<call module='DataChange' rpc='update-network-to-aai' mode='sync' >\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 1902.8148441314697,
-    "y": 424.33334493637085,
-    "z": "cbb28df7.1359",
-    "wires": [
-      []
-    ]
-  },
-  {
-    "id": "f67aa4a3.311fc8",
-    "type": "set",
-    "name": "set network",
-    "xml": "<set>\n<parameter name='network.' value='`$topology.networks.network[$nidx].`' />\n",
-    "comments": "",
-    "x": 1855.036964416504,
-    "y": 342.11108922958374,
-    "z": "cbb28df7.1359",
-    "wires": []
-  },
-  {
-    "id": "8505bfec.1c327",
-    "type": "block",
-    "name": "block",
-    "xml": "<block>\n",
-    "atomic": "false",
-    "comments": "",
-    "outputs": 1,
-    "x": 1912.8146591186523,
-    "y": 158.77776765823364,
-    "z": "cbb28df7.1359",
-    "wires": [
-      []
-    ]
-  },
-  {
-    "id": "27eaeed1.46c512",
-    "type": "comment",
-    "name": "Do Nothing",
-    "info": "",
-    "comments": "",
-    "x": 2048.3702328999834,
-    "y": 157.66664340760974,
-    "z": "cbb28df7.1359",
-    "wires": []
-  },
-  {
-    "id": "416dcc31.e9a444",
-    "type": "switchNode",
-    "name": "switch type",
-    "xml": "<switch test=\"`$prop.sdncRestApi.type`\">\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 948.0001487731934,
-    "y": 279.00003147125244,
-    "z": "cbb28df7.1359",
-    "wires": [
-      [
-        "7de88c94.fa0ca4",
-        "8ee217f7.3b1bd8"
-      ]
-    ]
-  },
-  {
-    "id": "f2d65f4a.d687",
-    "type": "block",
-    "name": "block",
-    "xml": "<block>\n",
-    "atomic": "false",
-    "comments": "",
-    "outputs": 1,
-    "x": 802.9999847412109,
-    "y": 277.00002002716064,
-    "z": "cbb28df7.1359",
-    "wires": [
-      [
-        "416dcc31.e9a444"
-      ]
-    ]
-  },
-  {
-    "id": "7de88c94.fa0ca4",
-    "type": "other",
-    "name": "SOTN",
-    "xml": "<outcome value='SOTN'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 1101.9999313354492,
-    "y": 235.00000190734863,
-    "z": "cbb28df7.1359",
-    "wires": [
-      [
-        "6bfaf616.869108"
-      ]
-    ]
-  },
-  {
-    "id": "8ee217f7.3b1bd8",
-    "type": "other",
-    "name": "other",
-    "xml": "<outcome value='Other'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 1098.9999313354492,
-    "y": 359.00000953674316,
-    "z": "cbb28df7.1359",
-    "wires": [
-      [
-        "c0794a5f.727638"
-      ]
-    ]
-  },
-  {
-    "id": "c0794a5f.727638",
-    "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": 1247.7726364135742,
-    "y": 358.43917751312256,
-    "z": "cbb28df7.1359",
-    "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