Chore: Add gerrit maven verify GHA workflow
[sdnc/oam.git] / platform-logic / datachange / src / main / json / DataChange_esr-thirdparty-sdnc-discovery.json
index ccc0c00..8890e24 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.openecomp.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.openecomp.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": "eb42a6e7.ddd6e8",\r
+        "type": "other",\r
+        "name": "update",\r
+        "xml": "<outcome value='Update'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 724.566650390625,\r
+        "y": 294.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "425a951d.825abc"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "ce31ec0e.11664",\r
+        "type": "other",\r
+        "name": "delete",\r
+        "xml": "<outcome value='Delete'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 724.566650390625,\r
+        "y": 374.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "6f6496df.ac4628"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "6f6496df.ac4628",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "outputs": 1,\r
+        "x": 866.066650390625,\r
+        "y": 374.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "ec84ec4.f54909"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "bb1faf36.38bc68",\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": 555.066650390625,\r
+        "y": 334.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "eb42a6e7.ddd6e8",\r
+                "ce31ec0e.11664"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "35c2f29a.1be256",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "outputs": 1,\r
+        "x": 1252.066650390625,\r
+        "y": 205.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "b3fe6e9c.5e518",\r
+                "1157e25a.b3aaf6",\r
+                "8ed327ef.0a6418",\r
+                "a6f5f559.0834d8",\r
+                "a2c3bd53.7d688"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "1157e25a.b3aaf6",\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\"/>-->\n\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=\"disableHostVerification\" value=\"true\"/>\n<parameter name=\"ssl\" value=\"false\"/>",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1525.0668487548828,\r
+        "y": 126.56665992736816,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "a5029911.344a8",\r
+                "b637cac7.4cfc78"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "a5029911.344a8",\r
+        "type": "success",\r
+        "name": "success",\r
+        "xml": "<outcome value='success'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1814.56689453125,\r
+        "y": 118.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "96da7706.24308"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "b637cac7.4cfc78",\r
+        "type": "failure",\r
+        "name": "failure",\r
+        "xml": "<outcome value='failure'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1810.56689453125,\r
+        "y": 158.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "f16e693e.95fe88"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "96da7706.24308",\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": 1965.06689453125,\r
+        "y": 118.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "4a69e7b4.ce88c8",\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=\"disableHostVerification\" value=\"true\"/>\n<parameter name=\"ssl\" value=\"false\"/>\n<parameter name='customHttpHeaders' value=\"`'X-ACCESS-TOKEN=' + $prop.sdncRestApi.token_id`\" />\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2032.06689453125,\r
+        "y": 238.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "35ba5c8b.05feac",\r
+                "19246ee.1e8b391"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "35ba5c8b.05feac",\r
+        "type": "success",\r
+        "name": "success",\r
+        "xml": "<outcome value='success'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2274.56689453125,\r
+        "y": 258.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "cde549c3.0cb9c"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "cde549c3.0cb9c",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2432.06689453125,\r
+        "y": 258.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "f41e9aee.0ea7e",\r
+                "5267f0eb.f5f548"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "f1edc7ed.c7d62",\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": 2408.56689453125,\r
+        "y": 158.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "19246ee.1e8b391",\r
+        "type": "failure",\r
+        "name": "failure",\r
+        "xml": "<outcome value='failure'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2270.56689453125,\r
+        "y": 158.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "f1edc7ed.c7d62"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "17d8530e.3b57a5",\r
+        "type": "dgstart",\r
+        "name": "DGSTART",\r
+        "outputs": 1,\r
+        "x": 177.566650390625,\r
+        "y": 69.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "ae2448d5.6f3d8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "ae2448d5.6f3d8",\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": 190.566650390625,\r
+        "y": 129.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "e890e49.2521818"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "e890e49.2521818",\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": 210.566650390625,\r
+        "y": 209.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "bd7f0c8.00dac7"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "bd7f0c8.00dac7",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 458.066650390625,\r
+        "y": 209.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "a38e4a00.4bca48"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "f41e9aee.0ea7e",\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": 2651.06689453125,\r
+        "y": 187.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "cbb7226c.c5fa18"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "cbb7226c.c5fa18",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2799.56689453125,\r
+        "y": 187.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "5d8258e6.2a87b8",\r
+                "dac0198d.9ab848",\r
+                "b75178b1.485098"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "5d8258e6.2a87b8",\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": 2978.56689453125,\r
+        "y": 207.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "dac0198d.9ab848",\r
+        "type": "set",\r
+        "name": "set network",\r
+        "xml": "<set>\n<parameter name='network.' value='`$topology.networks.network[$nidx].`' />\n",\r
+        "comments": "",\r
+        "x": 2931.56689453125,\r
+        "y": 167.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "f16e693e.95fe88",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1930.56689453125,\r
+        "y": 158.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "2c1750cc.58c18",\r
+        "type": "comment",\r
+        "name": "Do Nothing",\r
+        "info": "",\r
+        "comments": "",\r
+        "x": 2100.56689453125,\r
+        "y": 198.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "1a4d7f8b.4e1088",\r
+        "type": "switchNode",\r
+        "name": "switch type",\r
+        "xml": "<switch test=\"`$prop.sdncRestApi.type`\">\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 977.566650390625,\r
+        "y": 294.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "eac2dc2c.513bb8",\r
+                "388dbaf2.0f4e5e",\r
+                "7b1929a1.74662",\r
+                "fc298bd6.9b18b8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "425a951d.825abc",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 844.566650390625,\r
+        "y": 294.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "1a4d7f8b.4e1088"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "eac2dc2c.513bb8",\r
+        "type": "other",\r
+        "name": "WAN",\r
+        "xml": "<outcome value='WAN'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1090.566650390625,\r
+        "y": 205.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "35c2f29a.1be256"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "388dbaf2.0f4e5e",\r
+        "type": "other",\r
+        "name": "other",\r
+        "xml": "<outcome value='Other'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1120.066650390625,\r
+        "y": 667.0667724609375,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "6587fa82.7b26bc"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "6587fa82.7b26bc",\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": 1306.316650390625,\r
+        "y": 693.0667724609375,\r
+        "z": "100033e5.240444",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "b3fe6e9c.5e518",\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": 1471.5668487548828,\r
+        "y": 86.56665992736816,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "8ed327ef.0a6418",\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": 1518.0668487548828,\r
+        "y": 206.56665992736816,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "30d1af5b.3bdca8",\r
+                "adbf1377.a7f068"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "30d1af5b.3bdca8",\r
+        "type": "other",\r
+        "name": "Null",\r
+        "xml": "<outcome value=''>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1810.56689453125,\r
+        "y": 198.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "adc47e8.4943f8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "adbf1377.a7f068",\r
+        "type": "other",\r
+        "name": "other",\r
+        "xml": "<outcome value='Other'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1810.56689453125,\r
+        "y": 238.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "4a69e7b4.ce88c8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "adc47e8.4943f8",\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=\"disableHostVerification\" value=\"true\"/>\n<parameter name=\"ssl\" value=\"false\"/>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2032.06689453125,\r
+        "y": 198.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "19246ee.1e8b391",\r
+                "35ba5c8b.05feac"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "a2c3bd53.7d688",\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": 1514.5668487548828,\r
+        "y": 346.56665992736816,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "a6f5f559.0834d8",\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": 1474.5668487548828,\r
+        "y": 306.56665992736816,\r
+        "z": "100033e5.240444",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "9f49f9b0.1dbf6",\r
+        "type": "comment",\r
+        "name": "Notification subscription",\r
+        "info": "",\r
+        "comments": "",\r
+        "x": 1479.566993713379,\r
+        "y": 263.56665897369385,\r
+        "z": "100033e5.240444",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "a38e4a00.4bca48",\r
+        "type": "switchNode",\r
+        "name": "switch",\r
+        "xml": "<switch test=\"`$prop.sdncRestApi.vendor == 'ZTE'`\">\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 164.566650390625,\r
+        "y": 334.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "6d27fe21.3d4388",\r
+                "cb2a82bb.4830f8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "6d27fe21.3d4388",\r
+        "type": "outcomeFalse",\r
+        "name": "false",\r
+        "xml": "<outcome value='false'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 351.566650390625,\r
+        "y": 334.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "bb1faf36.38bc68"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "cb2a82bb.4830f8",\r
+        "type": "outcomeTrue",\r
+        "name": "true",\r
+        "xml": "<outcome value='true'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 125.56668090820312,\r
+        "y": 1091.316650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "6cc1d054.8d616"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "6cc1d054.8d616",\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": 357.316650390625,\r
+        "y": 1108.0667114257812,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "7b1929a1.74662",\r
+        "type": "other",\r
+        "name": "TAPI",\r
+        "xml": "<outcome value='TAPI'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1168.566650390625,\r
+        "y": 439.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "dc6abd95.e281e8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "dc6abd95.e281e8",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "outputs": 1,\r
+        "x": 1331.566650390625,\r
+        "y": 438.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "4656eb90.a3df74"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "4656eb90.a3df74",\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": 1492.566650390625,\r
+        "y": 437.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "97dce644.e5cf28",\r
+                "15def9ca.daa76e"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "15def9ca.daa76e",\r
+        "type": "success",\r
+        "name": "success",\r
+        "xml": "<outcome value='success'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1634.566650390625,\r
+        "y": 513.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "6a4df950.67c0a"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "97dce644.e5cf28",\r
+        "type": "failure",\r
+        "name": "failure",\r
+        "xml": "<outcome value='failure'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1668.566650390625,\r
+        "y": 434.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "602235a7.ceca1c"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "602235a7.ceca1c",\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": 1838.566650390625,\r
+        "y": 433.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "6a4df950.67c0a",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "outputs": 1,\r
+        "x": 1795.566650390625,\r
+        "y": 512.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "e642f50e.f13828"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "e642f50e.f13828",\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": 1974.566650390625,\r
+        "y": 512.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "949ad6ee.883e28"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "949ad6ee.883e28",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2141.566650390625,\r
+        "y": 513.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "2583814e.697dce",\r
+                "b07e0fb.d8d5d7"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "2583814e.697dce",\r
+        "type": "set",\r
+        "name": "set topology",\r
+        "xml": "<set>\n<parameter name='topology.' value='`$topologies.topology[$tidx].`' />\n",\r
+        "comments": "",\r
+        "x": 2300.566650390625,\r
+        "y": 514.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "b07e0fb.d8d5d7",\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": 2291.566650390625,\r
+        "y": 580.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "fc298bd6.9b18b8",\r
+        "type": "outcome",\r
+        "name": "MSA",\r
+        "xml": "<outcome value='MSA'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1139.243974685669,\r
+        "y": 596.4659852981567,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "6f0e921e.27c1d4"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "6f0e921e.27c1d4",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "outputs": 1,\r
+        "x": 1301.2440376281738,\r
+        "y": 594.465986251831,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "68ad84a0.31b1ec"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "68ad84a0.31b1ec",\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": 1478.2437858581543,\r
+        "y": 586.4659423828125,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "aa4a16bd.b39f38",\r
+                "6833c974.cb0df"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "aa4a16bd.b39f38",\r
+        "type": "failure",\r
+        "name": "failure",\r
+        "xml": "<outcome value='failure'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1631.2437858581543,\r
+        "y": 583.4659423828125,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "af2dd05e.694dd"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "af2dd05e.694dd",\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": 1806.2437858581543,\r
+        "y": 582.4659423828125,\r
+        "z": "100033e5.240444",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "6833c974.cb0df",\r
+        "type": "success",\r
+        "name": "success",\r
+        "xml": "<outcome value='success'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1637.2437858581543,\r
+        "y": 656.4659423828125,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "77660684.39b22"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "77660684.39b22",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "outputs": 1,\r
+        "x": 1821.2437858581543,\r
+        "y": 658.4659423828125,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "46a5e22a.e759ec"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "46a5e22a.e759ec",\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": 2100.24365234375,\r
+        "y": 656.4659423828125,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "ec84ec4.f54909",\r
+        "type": "switchNode",\r
+        "name": "switch type",\r
+        "xml": "<switch test=\"`$prop.sdncRestApi.type`\">\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 271.13330078125,\r
+        "y": 825.1333312988281,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "dcb0c746.be85c",\r
+                "344e819d.e9fbfe",\r
+                "7c1ca888.e14b78"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "dcb0c746.be85c",\r
+        "type": "outcome",\r
+        "name": "MSA",\r
+        "xml": "<outcome value='MSA'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 450.423828125,\r
+        "y": 742.4952392578125,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "fe312a4c.869b08"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "344e819d.e9fbfe",\r
+        "type": "other",\r
+        "name": "TAPI",\r
+        "xml": "<outcome value='TAPI'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 459.1737060546875,\r
+        "y": 993.2095031738281,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "939f4eff.98948"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "fe312a4c.869b08",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic='true'>",\r
+        "atomic": "true",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 604.173828125,\r
+        "y": 739.2809753417969,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "b6b263f3.b9fe38",\r
+                "3b06d733.c1279"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "939f4eff.98948",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 608.566650390625,\r
+        "y": 993.066650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "271f34c5.fab814",\r
+                "905585ff.6a128"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "7c1ca888.e14b78",\r
+        "type": "other",\r
+        "name": "other",\r
+        "xml": "<outcome value='Other'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 561.566650390625,\r
+        "y": 1157.066650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "6947b80c.413c68"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "6947b80c.413c68",\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": 723.566650390625,\r
+        "y": 1196.066650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "b6b263f3.b9fe38",\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": 836.066650390625,\r
+        "y": 787.066650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "7a3da34b.513514",\r
+                "553772e.9e98c8c",\r
+                "b885de93.3b5b9"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "3b06d733.c1279",\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": 796.066650390625,\r
+        "y": 721.066650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "7a3da34b.513514",\r
+        "type": "success",\r
+        "name": "success",\r
+        "xml": "<outcome value='success'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1075.066650390625,\r
+        "y": 807.066650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "971049fa.30ea4"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "971049fa.30ea4",\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": 1244.066650390625,\r
+        "y": 814.066650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "271f34c5.fab814",\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": 773.066650390625,\r
+        "y": 949.066650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "905585ff.6a128",\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": 786.066650390625,\r
+        "y": 1038.066650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "bd87421a.19651",\r
+                "797c1fd2.cac728",\r
+                "215fd10b.0c27b6"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "bd87421a.19651",\r
+        "type": "success",\r
+        "name": "success",\r
+        "xml": "<outcome value='success'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1011.066650390625,\r
+        "y": 1053.066650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "29e292be.694c86"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "29e292be.694c86",\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": 1182.066650390625,\r
+        "y": 1054.066650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "553772e.9e98c8c",\r
+        "type": "failure",\r
+        "name": "failure",\r
+        "xml": "<outcome value='failure'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1061.066650390625,\r
+        "y": 886.066650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "a14c543.bbc4328"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "797c1fd2.cac728",\r
+        "type": "failure",\r
+        "name": "failure",\r
+        "xml": "<outcome value='failure'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 992.066650390625,\r
+        "y": 1126.066650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "ecb4b07c.b59388"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "a14c543.bbc4328",\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": 1222.066650390625,\r
+        "y": 891.066650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "b885de93.3b5b9",\r
+        "type": "not-found",\r
+        "name": "not-found",\r
+        "xml": "<outcome value='not-found'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1052.066650390625,\r
+        "y": 946.066650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "4ef4f0eb.b7ec3"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "4ef4f0eb.b7ec3",\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": 1201.066650390625,\r
+        "y": 948.066650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "ecb4b07c.b59388",\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": 1140.066650390625,\r
+        "y": 1127.066650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "215fd10b.0c27b6",\r
+        "type": "not-found",\r
+        "name": "not-found",\r
+        "xml": "<outcome value='not-found'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 992.066650390625,\r
+        "y": 1170.066650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "f22958ae.854098"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "f22958ae.854098",\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": 1157.066650390625,\r
+        "y": 1167.066650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "5267f0eb.f5f548",\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": 2667.566650390625,\r
+        "y": 318.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "388d7c88.cc2e1c"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "388d7c88.cc2e1c",\r
+        "type": "outcomeTrue",\r
+        "name": "true",\r
+        "xml": "<outcome value='true'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2849.566650390625,\r
+        "y": 319.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "316a57ab.91be38"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "526e56a9.b69518",\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": 3222.566650390625,\r
+        "y": 312.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "5620946b.b88e4c"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "5620946b.b88e4c",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3440.566650390625,\r
+        "y": 309.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "eb819aa2.4b64a",\r
+                "61b0f184.1bc42",\r
+                "f61eed06.0dbea8",\r
+                "dacd0763.534e7",\r
+                "f9b1eec4.34228",\r
+                "50a780c7.0ebd4",\r
+                "b6a26f89.b58e08"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "3e5b4803.13392",\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": 3255.566650390625,\r
+        "y": 372.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "316a57ab.91be38",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic='true'>",\r
+        "atomic": "true",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3019.566650390625,\r
+        "y": 315.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "526e56a9.b69518",\r
+                "3e5b4803.13392"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "f61eed06.0dbea8",\r
+        "type": "set",\r
+        "name": "unset network",\r
+        "xml": "<set>\n<parameter name='network.' value='' />\n",\r
+        "comments": "",\r
+        "x": 3608.5669555664062,\r
+        "y": 71.56664276123047,\r
+        "z": "100033e5.240444",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "eb819aa2.4b64a",\r
+        "type": "set",\r
+        "name": "set network",\r
+        "xml": "<set>\n<parameter name='network.' value='`$topology.networks.network[$netidx].`' />\n",\r
+        "comments": "",\r
+        "x": 3602.5669555664062,\r
+        "y": 119.56664276123047,\r
+        "z": "100033e5.240444",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "61b0f184.1bc42",\r
+        "type": "switchNode",\r
+        "name": "switch network-types with topologyId",\r
+        "xml": "<switch test='`$tmpo.te-topo-id`'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3669.5669555664062,\r
+        "y": 528.5665893554688,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "266c119e.c82536",\r
+                "86537ad0.2fd4d8",\r
+                "51b0b0ad.37e0d",\r
+                "9a90f4d9.5f6fb8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "266c119e.c82536",\r
+        "type": "outcome",\r
+        "name": "1",\r
+        "xml": "<outcome value='1'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3895.5669555664062,\r
+        "y": 497.56658935546875,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "8f8ae289.538d08"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "86537ad0.2fd4d8",\r
+        "type": "outcome",\r
+        "name": "2",\r
+        "xml": "<outcome value='2'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3895.5669555664062,\r
+        "y": 558.5665893554688,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "838d97d0.aae9d"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "2e8eeb06.916eb4",\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": 4190.566955566406,\r
+        "y": 497.56658935546875,\r
+        "z": "100033e5.240444",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "3ddf7b5e.6d6d64",\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": 4190.566955566406,\r
+        "y": 558.5665893554688,\r
+        "z": "100033e5.240444",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "8f8ae289.538d08",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 4029.5669555664062,\r
+        "y": 497.56658935546875,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "2e8eeb06.916eb4"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "838d97d0.aae9d",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 4030.5669555664062,\r
+        "y": 558.5665893554688,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "3ddf7b5e.6d6d64"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "b75178b1.485098",\r
+        "type": "set",\r
+        "name": "unset network",\r
+        "xml": "<set>\n<parameter name='network.' value='' />\n",\r
+        "comments": "",\r
+        "x": 2937.566650390625,\r
+        "y": 117.566650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "dacd0763.534e7",\r
+        "type": "set",\r
+        "name": "set tmpo.client-id tmpo.te-topo-id tmpo.provider-id",\r
+        "xml": "<set>\n<parameter name='tmpo.client-id' value='`$network.te-topology-identifier.client-id`' />\n<parameter name='tmpo.te-topo-id' value='`$network.te-topology-identifier.topology-id`' />\n<parameter name='tmpo.provider-id' value='`$network.te-topology-identifier.provider-id`' />",\r
+        "comments": "",\r
+        "x": 3724.5671997070312,\r
+        "y": 179.89998626708984,\r
+        "z": "100033e5.240444",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "f9b1eec4.34228",\r
+        "type": "switchNode",\r
+        "name": "switch tmpo.client-id == null",\r
+        "xml": "<switch test=\"`length($tmpo.client-id) == 0`\">\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3680.3335571289062,\r
+        "y": 259.0666809082031,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "abff95d.6f80ee8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "50a780c7.0ebd4",\r
+        "type": "switchNode",\r
+        "name": "switch tmpo.te-topo-id == null",\r
+        "xml": "<switch test=\"`length($tmpo.te-topo-id) == 0`\">",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3677.3335571289062,\r
+        "y": 309.4667053222656,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "90193df7.a11c88"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "b6a26f89.b58e08",\r
+        "type": "switchNode",\r
+        "name": "switch tmpo.provider-id == null",\r
+        "xml": "<switch test=\"`length($tmpo.provider-id) == 0`\">\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3678.3335571289062,\r
+        "y": 363.4666442871094,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "daf18f2e.21fb18"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "abff95d.6f80ee8",\r
+        "type": "outcomeTrue",\r
+        "name": "true",\r
+        "xml": "<outcome value='true'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3900.3334350585938,\r
+        "y": 259.0666809082031,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "5a49fb40.c47a64"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "90193df7.a11c88",\r
+        "type": "outcomeTrue",\r
+        "name": "true",\r
+        "xml": "<outcome value='true'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3901.3334350585938,\r
+        "y": 310.4666748046875,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "b5c174bd.80824"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "daf18f2e.21fb18",\r
+        "type": "outcomeTrue",\r
+        "name": "true",\r
+        "xml": "<outcome value='true'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3908.3334350585938,\r
+        "y": 362.4666748046875,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "fb128967.58101"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "5a49fb40.c47a64",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 4046.3335571289062,\r
+        "y": 260.066650390625,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "a7ecd644.030cb8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "b5c174bd.80824",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 4042.3335571289062,\r
+        "y": 310.4666442871094,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "88941bd2.f1e958"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "fb128967.58101",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 4049.3335571289062,\r
+        "y": 362.4666442871094,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "bfc059e6.496548"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "a7ecd644.030cb8",\r
+        "type": "set",\r
+        "name": "set tmpo.client-id",\r
+        "xml": "<set>\n<parameter name='tmpo.client-id' value='`$network.client-id`' />",\r
+        "comments": "",\r
+        "x": 4216.333557128906,\r
+        "y": 260.4666442871094,\r
+        "z": "100033e5.240444",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "88941bd2.f1e958",\r
+        "type": "set",\r
+        "name": "set tmpo.te-topo-id",\r
+        "xml": "<set>\n<parameter name='tmpo.te-topo-id' value='`$network.te-topology-id`' />\n",\r
+        "comments": "",\r
+        "x": 4217.333557128906,\r
+        "y": 309.86663818359375,\r
+        "z": "100033e5.240444",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "bfc059e6.496548",\r
+        "type": "set",\r
+        "name": "set tmpo.provider-id",\r
+        "xml": "<set>\n<parameter name='tmpo.provider-id' value='`$network.provider-id`' />",\r
+        "comments": "",\r
+        "x": 4224.333557128906,\r
+        "y": 362.86663818359375,\r
+        "z": "100033e5.240444",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "cf5bc692.307cc8",\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": 3667.5669555664062,\r
+        "y": 871.8999633789062,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "1c9042b6.fd8a45",\r
+                "979a569f.37e0f"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "1c9042b6.fd8a45",\r
+        "type": "outcome",\r
+        "name": "1",\r
+        "xml": "<outcome value='1'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3893.5669555664062,\r
+        "y": 840.8999633789062,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "2829b45f.206f4c"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "979a569f.37e0f",\r
+        "type": "outcome",\r
+        "name": "2",\r
+        "xml": "<outcome value='2'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3893.5669555664062,\r
+        "y": 901.8999633789062,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "cb54f719.40feb"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "dcdd47df.4decf",\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": 4188.566955566406,\r
+        "y": 840.8999633789062,\r
+        "z": "100033e5.240444",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "f806fdab.e8fd5",\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": 4188.566955566406,\r
+        "y": 901.8999633789062,\r
+        "z": "100033e5.240444",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "2829b45f.206f4c",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 4027.5669555664062,\r
+        "y": 840.8999633789062,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "dcdd47df.4decf"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "cb54f719.40feb",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 4028.5669555664062,\r
+        "y": 901.8999633789062,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "f806fdab.e8fd5"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "51b0b0ad.37e0d",\r
+        "type": "outcome",\r
+        "name": "11",\r
+        "xml": "<outcome value='11'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3899.5668334960938,\r
+        "y": 610.8999633789062,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "e569defd.3a2ff8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "9a90f4d9.5f6fb8",\r
+        "type": "outcome",\r
+        "name": "33",\r
+        "xml": "<outcome value='33'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3899.5668334960938,\r
+        "y": 671.8999633789062,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "73f7ba7.09c7c44"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "a35d7f3c.2487c",\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": 4194.566833496094,\r
+        "y": 610.8999633789062,\r
+        "z": "100033e5.240444",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "5bf2d30b.4e5fec",\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": 4194.566833496094,\r
+        "y": 671.8999633789062,\r
+        "z": "100033e5.240444",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "e569defd.3a2ff8",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 4033.5668334960938,\r
+        "y": 610.8999633789062,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "a35d7f3c.2487c"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "73f7ba7.09c7c44",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 4034.5668334960938,\r
+        "y": 671.8999633789062,\r
+        "z": "100033e5.240444",\r
+        "wires": [\r
+            [\r
+                "5bf2d30b.4e5fec"\r
+            ]\r
+        ]\r
+    }\r
+]
\ No newline at end of file