Updating Topology Discovery DGs to align with the latest changes of IETF TE-Topology...
[sdnc/oam.git] / platform-logic / datachange / src / main / json / DataChange_esr-thirdparty-sdnc-discovery.json
index 513289d..ef7fa0f 100644 (file)
-[
-  {
-    "id": "1473da35.b14246",
-    "type": "other",
-    "name": "update",
-    "xml": "<outcome value='Update'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 630.0000991821289,
-    "y": 276.6667003631592,
-    "z": "8cb5d046.a5aaf",
-    "wires": [
-      [
-        "9e41086f.f40978"
-      ]
-    ]
-  },
-  {
-    "id": "63d9b444.fbeb4c",
-    "type": "other",
-    "name": "delete",
-    "xml": "<outcome value='delete'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 666.2222137451172,
-    "y": 478.33349609375,
-    "z": "8cb5d046.a5aaf",
-    "wires": [
-      [
-        "cf4516fc.415338"
-      ]
-    ]
-  },
-  {
-    "id": "cf4516fc.415338",
-    "type": "block",
-    "name": "block : atomic",
-    "xml": "<block atomic=\"true\">",
-    "atomic": "true",
-    "outputs": 1,
-    "x": 816.6668586730957,
-    "y": 473.3335485458374,
-    "z": "8cb5d046.a5aaf",
-    "wires": [
-      []
-    ]
-  },
-  {
-    "id": "aa391e7d.06c04",
-    "type": "comment",
-    "name": "TODO: Delete topology from AAI",
-    "info": "",
-    "comments": "",
-    "x": 774.3335266113281,
-    "y": 429.0001735687256,
-    "z": "8cb5d046.a5aaf",
-    "wires": []
-  },
-  {
-    "id": "7e2d4ad0.53ea04",
-    "type": "switchNode",
-    "name": "switch aai-event-trigger",
-    "xml": "<switch test=\"`$data-change-notification-input.aai-event-trigger`\">\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 422.5556640625,
-    "y": 345.2222261428833,
-    "z": "8cb5d046.a5aaf",
-    "wires": [
-      [
-        "1473da35.b14246",
-        "63d9b444.fbeb4c"
-      ]
-    ]
-  },
-  {
-    "id": "4718051e.d2c46c",
-    "type": "block",
-    "name": "block : atomic",
-    "xml": "<block atomic=\"true\">",
-    "atomic": "true",
-    "outputs": 1,
-    "x": 1224.333854675293,
-    "y": 270.1112537384033,
-    "z": "8cb5d046.a5aaf",
-    "wires": [
-      [
-        "d85bb5b1.82c4d8",
-        "e3be6aaa.e1c308",
-        "3b1c8725.0fcfb8"
-      ]
-    ]
-  },
-  {
-    "id": "e3be6aaa.e1c308",
-    "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": 1480.9933624267578,
-    "y": 132.0305051803589,
-    "z": "8cb5d046.a5aaf",
-    "wires": [
-      [
-        "6a112654.2ffd58",
-        "b242d748.545378"
-      ]
-    ]
-  },
-  {
-    "id": "6a112654.2ffd58",
-    "type": "success",
-    "name": "success",
-    "xml": "<outcome value='success'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 1715.9933624267578,
-    "y": 110.03050518035889,
-    "z": "8cb5d046.a5aaf",
-    "wires": [
-      [
-        "e5b3fd51.2397c"
-      ]
-    ]
-  },
-  {
-    "id": "b242d748.545378",
-    "type": "failure",
-    "name": "failure",
-    "xml": "<outcome value='failure'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 1708.2433624267578,
-    "y": 163.67338848114014,
-    "z": "8cb5d046.a5aaf",
-    "wires": [
-      [
-        "71cf21cf.2814e"
-      ]
-    ]
-  },
-  {
-    "id": "e5b3fd51.2397c",
-    "type": "set",
-    "name": "set token-id",
-    "xml": "<set>\n<parameter name='prop.sdncRestApi.token_id' value='`$token-result.data.token_id`' />\n",
-    "comments": "",
-    "x": 1875.9934921264648,
-    "y": 104.03051090240479,
-    "z": "8cb5d046.a5aaf",
-    "wires": []
-  },
-  {
-    "id": "d910de32.e62ae",
-    "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": 1929.3267669677734,
-    "y": 293.2342710494995,
-    "z": "8cb5d046.a5aaf",
-    "wires": [
-      [
-        "3dc2b196.085a9e",
-        "c53d2802.f6ecf8"
-      ]
-    ]
-  },
-  {
-    "id": "3dc2b196.085a9e",
-    "type": "success",
-    "name": "success",
-    "xml": "<outcome value='success'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 2244.8823013305664,
-    "y": 322.2342777252197,
-    "z": "8cb5d046.a5aaf",
-    "wires": [
-      [
-        "94766aa2.652398"
-      ]
-    ]
-  },
-  {
-    "id": "94766aa2.652398",
-    "type": "block",
-    "name": "block : atomic",
-    "xml": "<block atomic=\"true\">",
-    "atomic": "true",
-    "comments": "",
-    "outputs": 1,
-    "x": 2428.437847137451,
-    "y": 316.90099835395813,
-    "z": "8cb5d046.a5aaf",
-    "wires": [
-      [
-        "c3e460ec.ed97f"
-      ]
-    ]
-  },
-  {
-    "id": "5ca06a0d.d6b0d4",
-    "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": 2389.6601524353027,
-    "y": 225.12310695648193,
-    "z": "8cb5d046.a5aaf",
-    "wires": []
-  },
-  {
-    "id": "c53d2802.f6ecf8",
-    "type": "failure",
-    "name": "failure",
-    "xml": "<outcome value='failure'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 2243.3268852233887,
-    "y": 226.34534358978271,
-    "z": "8cb5d046.a5aaf",
-    "wires": [
-      [
-        "5ca06a0d.d6b0d4"
-      ]
-    ]
-  },
-  {
-    "id": "3177a11f.85bf9e",
-    "type": "dgstart",
-    "name": "DGSTART",
-    "outputs": 1,
-    "x": 91,
-    "y": 62.50000333786011,
-    "z": "8cb5d046.a5aaf",
-    "wires": [
-      [
-        "774441cb.70134"
-      ]
-    ]
-  },
-  {
-    "id": "774441cb.70134",
-    "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": 201.11112594604492,
-    "y": 126.44446134567261,
-    "z": "8cb5d046.a5aaf",
-    "wires": [
-      [
-        "5969d7b2.611c88"
-      ]
-    ]
-  },
-  {
-    "id": "5969d7b2.611c88",
-    "type": "method",
-    "name": "method esr-thirdparty-sdnc-discovery",
-    "xml": "<method rpc='esr-thirdparty-sdnc-discovery' mode='sync'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 297.5556869506836,
-    "y": 237.22224235534668,
-    "z": "8cb5d046.a5aaf",
-    "wires": [
-      [
-        "70441765.9b30e8"
-      ]
-    ]
-  },
-  {
-    "id": "70441765.9b30e8",
-    "type": "block",
-    "name": "block : atomic",
-    "xml": "<block atomic=\"true\">\n",
-    "atomic": "false",
-    "comments": "",
-    "outputs": 1,
-    "x": 205.77791595458984,
-    "y": 346.11122035980225,
-    "z": "8cb5d046.a5aaf",
-    "wires": [
-      [
-        "7e2d4ad0.53ea04"
-      ]
-    ]
-  },
-  {
-    "id": "c3e460ec.ed97f",
-    "type": "for",
-    "name": "for each Network",
-    "xml": "<for index='nidx' start='0' end='`$topology.networks.network_length`' >\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 2202.4818229675293,
-    "y": 443.72221183776855,
-    "z": "8cb5d046.a5aaf",
-    "wires": [
-      [
-        "e5b6573.9876aa8"
-      ]
-    ]
-  },
-  {
-    "id": "e5b6573.9876aa8",
-    "type": "block",
-    "name": "block",
-    "xml": "<block>\n",
-    "atomic": "false",
-    "comments": "",
-    "outputs": 1,
-    "x": 2392.4817848205566,
-    "y": 451.5000047683716,
-    "z": "8cb5d046.a5aaf",
-    "wires": [
-      [
-        "80a22745.8dc678",
-        "de6cf312.86823"
-      ]
-    ]
-  },
-  {
-    "id": "80a22745.8dc678",
-    "type": "call",
-    "name": "call update-network-to-aai",
-    "xml": "<call module='DataChange' rpc='update-network-to-aai' mode='sync' >\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 2645.81520652771,
-    "y": 514.8333749771118,
-    "z": "8cb5d046.a5aaf",
-    "wires": [
-      []
-    ]
-  },
-  {
-    "id": "de6cf312.86823",
-    "type": "set",
-    "name": "set network",
-    "xml": "<set>\n<parameter name='network.' value='`$topology.networks.network[$nidx].`' />\n",
-    "comments": "",
-    "x": 2598.037326812744,
-    "y": 432.6111192703247,
-    "z": "8cb5d046.a5aaf",
-    "wires": []
-  },
-  {
-    "id": "71cf21cf.2814e",
-    "type": "block",
-    "name": "block",
-    "xml": "<block>\n",
-    "atomic": "false",
-    "comments": "",
-    "outputs": 1,
-    "x": 1869.8147583007812,
-    "y": 158.77776765823364,
-    "z": "8cb5d046.a5aaf",
-    "wires": [
-      []
-    ]
-  },
-  {
-    "id": "f641d4a3.15fe58",
-    "type": "comment",
-    "name": "Do Nothing",
-    "info": "",
-    "comments": "",
-    "x": 2005.3703320821123,
-    "y": 157.66664340760974,
-    "z": "8cb5d046.a5aaf",
-    "wires": []
-  },
-  {
-    "id": "50cc0089.8c5b9",
-    "type": "switchNode",
-    "name": "switch type",
-    "xml": "<switch test=\"`$prop.sdncRestApi.type`\">\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 905.0002479553223,
-    "y": 279.00003147125244,
-    "z": "8cb5d046.a5aaf",
-    "wires": [
-      [
-        "5f892fdd.7662a",
-        "1ec39cc9.6f7b33"
-      ]
-    ]
-  },
-  {
-    "id": "9e41086f.f40978",
-    "type": "block",
-    "name": "block",
-    "xml": "<block>\n",
-    "atomic": "false",
-    "comments": "",
-    "outputs": 1,
-    "x": 760.0000839233398,
-    "y": 277.00002002716064,
-    "z": "8cb5d046.a5aaf",
-    "wires": [
-      [
-        "50cc0089.8c5b9"
-      ]
-    ]
-  },
-  {
-    "id": "5f892fdd.7662a",
-    "type": "other",
-    "name": "SOTN",
-    "xml": "<outcome value='SOTN'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 1059.0000305175781,
-    "y": 235.00000190734863,
-    "z": "8cb5d046.a5aaf",
-    "wires": [
-      [
-        "4718051e.d2c46c"
-      ]
-    ]
-  },
-  {
-    "id": "1ec39cc9.6f7b33",
-    "type": "other",
-    "name": "other",
-    "xml": "<outcome value='Other'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 1056.0000305175781,
-    "y": 359.00000953674316,
-    "z": "8cb5d046.a5aaf",
-    "wires": [
-      [
-        "57bc8339.f1a98c"
-      ]
-    ]
-  },
-  {
-    "id": "57bc8339.f1a98c",
-    "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": 1204.7727355957031,
-    "y": 358.43917751312256,
-    "z": "8cb5d046.a5aaf",
-    "wires": []
-  },
-  {
-    "id": "d85bb5b1.82c4d8",
-    "type": "execute",
-    "name": "execute Properties",
-    "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.prop.PropertiesNode' method='readProperties' >\n    <parameter name='fileName' value='%SDNC_CONFIG_DIR%/generic-resource-api-dg.properties' />\n    <parameter name='contextPrefix' value='prop' />\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 1421.03125,
-    "y": 50.03125,
-    "z": "8cb5d046.a5aaf",
-    "wires": [
-      []
-    ]
-  },
-  {
-    "id": "3b1c8725.0fcfb8",
-    "type": "switchNode",
-    "name": "switch prop.sdncRestApi.token_id",
-    "xml": "<switch test=\"`$prop.sdncRestApi.token_id`\">\n\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 1474.5310821533203,
-    "y": 270.000036239624,
-    "z": "8cb5d046.a5aaf",
-    "wires": [
-      [
-        "51700151.3682f",
-        "56c8ba7a.de2b04"
-      ]
-    ]
-  },
-  {
-    "id": "51700151.3682f",
-    "type": "other",
-    "name": "Null",
-    "xml": "<outcome value=''>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 1690.5312004089355,
-    "y": 242.00001335144043,
-    "z": "8cb5d046.a5aaf",
-    "wires": [
-      [
-        "f5ddce51.60077"
-      ]
-    ]
-  },
-  {
-    "id": "56c8ba7a.de2b04",
-    "type": "other",
-    "name": "other",
-    "xml": "<outcome value='Other'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 1689.5311393737793,
-    "y": 291.5000228881836,
-    "z": "8cb5d046.a5aaf",
-    "wires": [
-      [
-        "d910de32.e62ae"
-      ]
-    ]
-  },
-  {
-    "id": "f5ddce51.60077",
-    "type": "execute",
-    "name": "execute RestApiCallNode Get Topology",
-    "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.url + '/restconf/data/ietf-network:networks'`\" />\n<parameter name=\"restapiUser\" value=\"`$prop.sdncRestApi.thirdpartySdnc.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.sdncRestApi.thirdpartySdnc.password`\" />\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"get\"/>\n<parameter name=\"responsePrefix\" value=\"topology\"/>\n<parameter name=\"trustStoreFileName\" value=\"/opt/onap/sdnc/data/stores/truststore.onap.client.jks\"/>\n<parameter name=\"trustStorePassword\" value=\"adminadmin\"/>\n<parameter name=\"keyStoreFileName\" value=\"/opt/onap/sdnc/data/stores/sdnc.p12\"/>\n<parameter name=\"keyStorePassword\" value=\"adminadmin\"/>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 1925.0311584472656,
-    "y": 239.03126525878906,
-    "z": "8cb5d046.a5aaf",
-    "wires": [
-      [
-        "c53d2802.f6ecf8",
-        "3dc2b196.085a9e"
-      ]
-    ]
-  }
+[\r
+    {\r
+        "id": "66d82769.1d01a8",\r
+        "type": "other",\r
+        "name": "update",\r
+        "xml": "<outcome value='Update'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 739,\r
+        "y": 271,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "ae6185fd.f9c2d8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "3efeb782.bfc1",\r
+        "type": "other",\r
+        "name": "delete",\r
+        "xml": "<outcome value='Delete'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 739,\r
+        "y": 351,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "a1ab5058.aebdf"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "a1ab5058.aebdf",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "outputs": 1,\r
+        "x": 880.5,\r
+        "y": 351,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "fb3f26da.0ae3f8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "22ce6fbc.3616d",\r
+        "type": "switchNode",\r
+        "name": "switch aai-event-trigger",\r
+        "xml": "<switch test=\"`$data-change-notification-input.aai-event-trigger`\">\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 569.5,\r
+        "y": 311,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "66d82769.1d01a8",\r
+                "3efeb782.bfc1"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "8b8fad8f.084508",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "outputs": 1,\r
+        "x": 1266.5,\r
+        "y": 182,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "cb379294.cf5aa8",\r
+                "43fea2be.adabc4",\r
+                "4f03377f.b0c4c8",\r
+                "590ac352.e76a14",\r
+                "80b5f8f0.c85808"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "43fea2be.adabc4",\r
+        "type": "execute",\r
+        "name": "execute RestApiCallNode Get token",\r
+        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/actokentemplate.json'`\" />\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.url + '/controller/v2/tokens'`\" />\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"post\"/>\n<parameter name=\"responsePrefix\" value=\"token-result\"/>\n<parameter name=\"trustStoreFileName\" value=\"/opt/onap/sdnc/data/stores/truststore.onap.client.jks\"/>\n<parameter name=\"trustStorePassword\" value=\"adminadmin\"/>\n<parameter name=\"keyStoreFileName\" value=\"/opt/onap/sdnc/data/stores/sdnc.p12\"/>\n<parameter name=\"keyStorePassword\" value=\"adminadmin\"/>",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1539.5001983642578,\r
+        "y": 103.00000953674316,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "1315a46.1a747dc",\r
+                "5b12ff34.641e88"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "1315a46.1a747dc",\r
+        "type": "success",\r
+        "name": "success",\r
+        "xml": "<outcome value='success'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1829.000244140625,\r
+        "y": 95,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "396d79e7.1bf7ce"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "5b12ff34.641e88",\r
+        "type": "failure",\r
+        "name": "failure",\r
+        "xml": "<outcome value='failure'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1825.000244140625,\r
+        "y": 135,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "20884b0c.6135fc"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "396d79e7.1bf7ce",\r
+        "type": "set",\r
+        "name": "set token-id",\r
+        "xml": "<set>\n<parameter name='prop.sdncRestApi.token_id' value='`$token-result.data.token_id`' />\n",\r
+        "comments": "",\r
+        "x": 1979.500244140625,\r
+        "y": 95,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "794a42a5.7ff634",\r
+        "type": "execute",\r
+        "name": "execute RestApiCallNode Get Topology",\r
+        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.url + '/restconf/data/ietf-network:networks'`\" />\n<parameter name=\"restapiUser\" value=\"`$prop.sdncRestApi.thirdpartySdnc.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.sdncRestApi.thirdpartySdnc.password`\" />\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"get\"/>\n<parameter name=\"responsePrefix\" value=\"topology\"/>\n<parameter name=\"trustStoreFileName\" value=\"/opt/onap/sdnc/data/stores/truststore.onap.client.jks\"/>\n<parameter name=\"trustStorePassword\" value=\"adminadmin\"/>\n<parameter name=\"keyStoreFileName\" value=\"/opt/onap/sdnc/data/stores/sdnc.p12\"/>\n<parameter name=\"keyStorePassword\" value=\"adminadmin\"/>\n<parameter name='customHttpHeaders' value=\"`'X-ACCESS-TOKEN=' + $prop.sdncRestApi.token_id`\" />",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2046.500244140625,\r
+        "y": 215,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "38377ff8.a67d2",\r
+                "b0153eb4.a0abb"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "38377ff8.a67d2",\r
+        "type": "success",\r
+        "name": "success",\r
+        "xml": "<outcome value='success'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2289.000244140625,\r
+        "y": 235,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "1c21d3a8.a908bc"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "1c21d3a8.a908bc",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2446.500244140625,\r
+        "y": 235,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "6ecea195.591998",\r
+                "10fd3c36.34f02c"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "e2c46cc9.208aa",\r
+        "type": "returnFailure",\r
+        "name": "return failure",\r
+        "xml": "<return status='failure'>\n <parameter name='ack-final' value='Y'/>\n\t<parameter name=\"error-code\" value=\"500\" />\n    <parameter name=\"error-message\" value=\"Error executing Create vpn rest api\" />\n",\r
+        "comments": "",\r
+        "x": 2423.000244140625,\r
+        "y": 135,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "b0153eb4.a0abb",\r
+        "type": "failure",\r
+        "name": "failure",\r
+        "xml": "<outcome value='failure'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2285.000244140625,\r
+        "y": 135,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "e2c46cc9.208aa"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "8bce8e2f.0d81e8",\r
+        "type": "dgstart",\r
+        "name": "DGSTART",\r
+        "outputs": 1,\r
+        "x": 192,\r
+        "y": 46,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "75e87f6c.a6d9e"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "75e87f6c.a6d9e",\r
+        "type": "service-logic",\r
+        "name": "DataChange ${project.version}",\r
+        "module": "DataChange",\r
+        "version": "${project.version}",\r
+        "comments": "",\r
+        "xml": "<service-logic xmlns='http://www.onap.org/sdnc/svclogic' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.onap.org/sdnc/svclogic ./svclogic.xsd' module='DataChange' version='${project.version}'>",\r
+        "outputs": 1,\r
+        "x": 205,\r
+        "y": 106,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "11c7e938.bc92c7"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "11c7e938.bc92c7",\r
+        "type": "method",\r
+        "name": "method esr-thirdparty-sdnc-discovery",\r
+        "xml": "<method rpc='esr-thirdparty-sdnc-discovery' mode='sync'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 225,\r
+        "y": 186,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "e3374842.e3f818"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "e3374842.e3f818",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 472.5,\r
+        "y": 186,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "f09b5855.16ea9"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "6ecea195.591998",\r
+        "type": "for",\r
+        "name": "for each Network",\r
+        "xml": "<for index='nidx' start='0' end='`$topology.networks.network_length`' >\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2665.500244140625,\r
+        "y": 164,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "6ca8b7e7.59b19"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "6ca8b7e7.59b19",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2814.000244140625,\r
+        "y": 164,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "43a0eef1.e5c518",\r
+                "e94a8c36.a2247",\r
+                "92aeb11c.309eb8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "43a0eef1.e5c518",\r
+        "type": "call",\r
+        "name": "call update-network-to-aai",\r
+        "xml": "<call module='DataChange' rpc='update-network-to-aai' mode='sync' >\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2993.000244140625,\r
+        "y": 184,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "e94a8c36.a2247",\r
+        "type": "set",\r
+        "name": "set network",\r
+        "xml": "<set>\n<parameter name='network.' value='`$topology.networks.network[$nidx].`' />\n",\r
+        "comments": "",\r
+        "x": 2946.000244140625,\r
+        "y": 144,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "20884b0c.6135fc",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1945.000244140625,\r
+        "y": 135,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "62ce2665.d3bbc",\r
+        "type": "comment",\r
+        "name": "Do Nothing",\r
+        "info": "",\r
+        "comments": "",\r
+        "x": 2115.000244140625,\r
+        "y": 175,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "c35780c2.b517a8",\r
+        "type": "switchNode",\r
+        "name": "switch type",\r
+        "xml": "<switch test=\"`$prop.sdncRestApi.type`\">\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 992,\r
+        "y": 271,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "4be7af0d.179fe8",\r
+                "9d611449.5dcd4",\r
+                "88a47a49.6947f",\r
+                "c116943.cd1a8e8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "ae6185fd.f9c2d8",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 859,\r
+        "y": 271,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "c35780c2.b517a8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "4be7af0d.179fe8",\r
+        "type": "other",\r
+        "name": "WAN",\r
+        "xml": "<outcome value='WAN'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1105,\r
+        "y": 182,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "8b8fad8f.084508"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "9d611449.5dcd4",\r
+        "type": "other",\r
+        "name": "other",\r
+        "xml": "<outcome value='Other'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1134.5,\r
+        "y": 643.5001220703125,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "8a5453eb.ab4e28"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "8a5453eb.ab4e28",\r
+        "type": "returnFailure",\r
+        "name": "return failure",\r
+        "xml": "<return status='failure'>\n<parameter name='ack-final' value='Y'/>\n\t<parameter name=\"error-code\" value=\"500\" />\n    <parameter name=\"error-message\" value=\"`'Unsupported type = ' + $prop.sdncRestApi.type`\" />\n\n",\r
+        "comments": "",\r
+        "x": 1320.75,\r
+        "y": 669.5001220703125,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "cb379294.cf5aa8",\r
+        "type": "execute",\r
+        "name": "execute Properties",\r
+        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.prop.PropertiesNode' method='readProperties' >\n    <parameter name='fileName' value='%SDNC_CONFIG_DIR%/generic-resource-api-dg.properties' />\n    <parameter name='contextPrefix' value='prop' />\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1486.0001983642578,\r
+        "y": 63.000009536743164,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "4f03377f.b0c4c8",\r
+        "type": "switchNode",\r
+        "name": "switch prop.sdncRestApi.token_id",\r
+        "xml": "<switch test=\"`$prop.sdncRestApi.token_id`\">\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1532.5001983642578,\r
+        "y": 183.00000953674316,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "e2260a6c.d9a708",\r
+                "536e3c2c.29577c"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "e2260a6c.d9a708",\r
+        "type": "other",\r
+        "name": "Null",\r
+        "xml": "<outcome value=''>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1825.000244140625,\r
+        "y": 175,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "9626e71e.38aeb8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "536e3c2c.29577c",\r
+        "type": "other",\r
+        "name": "other",\r
+        "xml": "<outcome value='Other'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1825.000244140625,\r
+        "y": 215,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "794a42a5.7ff634"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "9626e71e.38aeb8",\r
+        "type": "execute",\r
+        "name": "execute RestApiCallNode Get Topology",\r
+        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.url + '/restconf/data/ietf-network:networks'`\" />\n<parameter name=\"restapiUser\" value=\"`$prop.sdncRestApi.thirdpartySdnc.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.sdncRestApi.thirdpartySdnc.password`\" />\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"get\"/>\n<parameter name=\"responsePrefix\" value=\"topology\"/>\n<parameter name=\"trustStoreFileName\" value=\"/opt/onap/sdnc/data/stores/truststore.onap.client.jks\"/>\n<parameter name=\"trustStorePassword\" value=\"adminadmin\"/>\n<parameter name=\"keyStoreFileName\" value=\"/opt/onap/sdnc/data/stores/sdnc.p12\"/>\n<parameter name=\"keyStorePassword\" value=\"adminadmin\"/>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2046.500244140625,\r
+        "y": 175,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "b0153eb4.a0abb",\r
+                "38377ff8.a67d2"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "80b5f8f0.c85808",\r
+        "type": "execute",\r
+        "name": "execute RestconfDiscoveryNode",\r
+        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restconfdiscovery.RestconfDiscoveryNode' method='establishSubscription' >\n<parameter name=\"subscriberId\" value=\"sotn-controller\" />\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.url + '/restconf/operations/ietf-subscribed-notifications:establish-subscription'`\" />\n<parameter name=\"restapiUser\" value=\"`$prop.sdncRestApi.thirdpartySdnc.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.sdncRestApi.thirdpartySdnc.password`\" />\n<parameter name=\"sseConnectURL\" value=\"`$prop.sdncRestApi.thirdpartySdnc.url + '/restconf/streams/yang-push-json'`\" />\n<parameter name=\"dirPath\" value=\"/opt/sdnc/restconfapi/yang/notification\" />\n<parameter name=\"format\" value=\"json\" />\n<parameter name=\"httpMethod\" value=\"post\" />\n<parameter name=\"trustStoreFileName\" value=\"/opt/onap/sdnc/data/stores/truststore.onap.client.jks\"/>\n<parameter name=\"trustStorePassword\" value=\"adminadmin\"/>\n<parameter name=\"keyStoreFileName\" value=\"/opt/onap/sdnc/data/stores/sdnc.p12\"/>\n<parameter name=\"keyStorePassword\" value=\"adminadmin\"/>\n<parameter name='customHttpHeaders' value=\"`'X-ACCESS-TOKEN=' + $prop.sdncRestApi.token_id`\" />\n<parameter name=\"module\" value=\"DataChange\" />\n<parameter name=\"rpc\" value=\"sotn-notification-handler\" />\n<parameter name=\"mode\" value=\"sync\" />",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1529.0001983642578,\r
+        "y": 323.00000953674316,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "590ac352.e76a14",\r
+        "type": "set",\r
+        "name": "set encoding-format",\r
+        "xml": "<set>\n<parameter name='input' value='ietf-subscribed-notifications:establish-subscription.input.' />\n<parameter name=\"`$input + 'encoding'`\" value=\"encode-json\" />",\r
+        "comments": "",\r
+        "x": 1489.0001983642578,\r
+        "y": 283.00000953674316,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "50fcae42.2c2a8",\r
+        "type": "comment",\r
+        "name": "Notification subscription",\r
+        "info": "",\r
+        "comments": "",\r
+        "x": 1494.000343322754,\r
+        "y": 240.00000858306885,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "f09b5855.16ea9",\r
+        "type": "switchNode",\r
+        "name": "switch",\r
+        "xml": "<switch test=\"`$prop.sdncRestApi.vendor == 'ZTE'`\">\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 179,\r
+        "y": 311,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "bf78bf6d.9dbf38",\r
+                "2804a0b9.d69f28"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "bf78bf6d.9dbf38",\r
+        "type": "outcomeFalse",\r
+        "name": "false",\r
+        "xml": "<outcome value='false'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 366,\r
+        "y": 311,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "22ce6fbc.3616d"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "2804a0b9.d69f28",\r
+        "type": "outcomeTrue",\r
+        "name": "true",\r
+        "xml": "<outcome value='true'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 140.00003051757812,\r
+        "y": 1067.75,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "53ab0ac2.38d284"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "53ab0ac2.38d284",\r
+        "type": "call",\r
+        "name": "call esr-thirdparty-sdnc-of-zte",\r
+        "xml": "<call module='DataChange' rpc='esr-thirdparty-sdnc-of-zte' mode='sync' >\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 371.75,\r
+        "y": 1084.5000610351562,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "88a47a49.6947f",\r
+        "type": "other",\r
+        "name": "TAPI",\r
+        "xml": "<outcome value='TAPI'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1183,\r
+        "y": 416,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "d5710d01.9be8f8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "d5710d01.9be8f8",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "outputs": 1,\r
+        "x": 1346,\r
+        "y": 415,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "a039ff23.d54198"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "a039ff23.d54198",\r
+        "type": "execute",\r
+        "name": "execute",\r
+        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n    <parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.url + '/cxf/tapi/v2/topologies?topology-id-or-name=otn'`\"/>  \n    <parameter name=\"restapiUser\" value=\"`$prop.sdncRestApi.thirdpartySdnc.user`\"/>  \n    <parameter name=\"restapiPassword\" value=\"`$prop.sdncRestApi.thirdpartySdnc.password`\"/>  \n    <parameter name=\"format\" value=\"json\"/>  \n    <parameter name=\"httpMethod\" value=\"get\"/>  \n    <parameter name=\"responsePrefix\" value=\"topologies\"/>\n    <parameter name=\"trustStoreFileName\" value=\"/opt/onap/sdnc/data/stores/truststore.onap.client.tapi.jks\"/>  \n    <parameter name=\"trustStorePassword\" value=\"adminadmin\"/>  \n    <parameter name=\"keyStoreFileName\" value=\"/opt/onap/sdnc/data/stores/sdnc.p12\"/>  \n    <parameter name=\"keyStorePassword\" value=\"adminadmin\"/>",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1507,\r
+        "y": 414,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "44a0211d.fd2598",\r
+                "493dc7eb.c52f08"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "493dc7eb.c52f08",\r
+        "type": "success",\r
+        "name": "success",\r
+        "xml": "<outcome value='success'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1649,\r
+        "y": 490,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "2d7698ce.b0a7a"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "44a0211d.fd2598",\r
+        "type": "failure",\r
+        "name": "failure",\r
+        "xml": "<outcome value='failure'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1683,\r
+        "y": 411,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "fe95a25e.cdaa98"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "fe95a25e.cdaa98",\r
+        "type": "returnFailure",\r
+        "name": "return failure",\r
+        "xml": "<return status='failure'>\n <parameter name='ack-final' value='Y'/>\n <parameter name=\"error-code\" value=\"500\" />\n <parameter name=\"error-message\" value=\"Error executing get topology TAPI rest api\" />\n\n",\r
+        "comments": "",\r
+        "x": 1853,\r
+        "y": 410,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "2d7698ce.b0a7a",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "outputs": 1,\r
+        "x": 1810,\r
+        "y": 489,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "1dc691cb.358196"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "1dc691cb.358196",\r
+        "type": "for",\r
+        "name": "for each topology",\r
+        "xml": "<for index='tidx' start='0' end=\"`$topologies.topology_length`\" >\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1989,\r
+        "y": 489,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "48d82ee8.688dd"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "48d82ee8.688dd",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2156,\r
+        "y": 490,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "d5ce9061.b89e98",\r
+                "b1436387.1231d8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "d5ce9061.b89e98",\r
+        "type": "set",\r
+        "name": "set topology",\r
+        "xml": "<set>\n<parameter name='topology.' value='`$topologies.topology[$tidx].`' />\n",\r
+        "comments": "",\r
+        "x": 2315,\r
+        "y": 491,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "b1436387.1231d8",\r
+        "type": "call",\r
+        "name": "call tapi-update-network-to-aai",\r
+        "xml": "<call module='DataChange' rpc='tapi-update-network-to-aai' mode='sync' >\n\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2306,\r
+        "y": 557,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "c116943.cd1a8e8",\r
+        "type": "outcome",\r
+        "name": "MSA",\r
+        "xml": "<outcome value='MSA'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1153.677324295044,\r
+        "y": 572.8993349075317,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "9d338868.302c1"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "9d338868.302c1",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "outputs": 1,\r
+        "x": 1315.6773872375488,\r
+        "y": 570.899335861206,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "b0b285cb.6ebea"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "b0b285cb.6ebea",\r
+        "type": "execute",\r
+        "name": "execute",\r
+        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n    <parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.url + '/cxf/openroadm/v2/networks/otn-topology'`\"/>  \n    <parameter name=\"restapiUser\" value=\"`$prop.sdncRestApi.thirdpartySdnc.user`\"/>  \n    <parameter name=\"restapiPassword\" value=\"`$prop.sdncRestApi.thirdpartySdnc.password`\"/>  \n    <parameter name=\"format\" value=\"json\"/>  \n    <parameter name=\"httpMethod\" value=\"get\"/>  \n    <parameter name=\"responsePrefix\" value=\"networks\"/>\n    <parameter name=\"trustStoreFileName\" value=\"/opt/onap/sdnc/data/stores/truststore.onap.client.msa.jks\"/>  \n    <parameter name=\"trustStorePassword\" value=\"adminadmin\"/>  \n    <parameter name=\"keyStoreFileName\" value=\"/opt/onap/sdnc/data/stores/sdnc.p12\"/>  \n    <parameter name=\"keyStorePassword\" value=\"adminadmin\"/>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1492.6771354675293,\r
+        "y": 562.8992919921875,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "8054b37a.3900a8",\r
+                "37099c40.484064"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "8054b37a.3900a8",\r
+        "type": "failure",\r
+        "name": "failure",\r
+        "xml": "<outcome value='failure'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1645.6771354675293,\r
+        "y": 559.8992919921875,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "ee854a40.fe1848"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "ee854a40.fe1848",\r
+        "type": "returnFailure",\r
+        "name": "return failure",\r
+        "xml": "<return status='failure'>\n <parameter name='ack-final' value='Y'/>\n <parameter name=\"error-code\" value=\"500\" />\n <parameter name=\"error-message\" value=\"Error executing get topology MSA rest api\" />\n\n",\r
+        "comments": "",\r
+        "x": 1820.6771354675293,\r
+        "y": 558.8992919921875,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "37099c40.484064",\r
+        "type": "success",\r
+        "name": "success",\r
+        "xml": "<outcome value='success'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1651.6771354675293,\r
+        "y": 632.8992919921875,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "6b6e7027.f016d"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "6b6e7027.f016d",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "outputs": 1,\r
+        "x": 1835.6771354675293,\r
+        "y": 634.8992919921875,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "5444f8a5.36fed"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "5444f8a5.36fed",\r
+        "type": "call",\r
+        "name": "call msa-update-network-to-aai",\r
+        "xml": "<call module='DataChange' rpc='msa-update-network-to-aai' mode='sync' >\n\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2114.677001953125,\r
+        "y": 632.8992919921875,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "fb3f26da.0ae3f8",\r
+        "type": "switchNode",\r
+        "name": "switch type",\r
+        "xml": "<switch test=\"`$prop.sdncRestApi.type`\">\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 285.566650390625,\r
+        "y": 801.5666809082031,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "57cb25c2.9e9be4",\r
+                "30ce121c.bfe97e",\r
+                "d3232a5d.18a288"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "57cb25c2.9e9be4",\r
+        "type": "outcome",\r
+        "name": "MSA",\r
+        "xml": "<outcome value='MSA'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 464.857177734375,\r
+        "y": 718.9285888671875,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "7a4cfe82.92d42"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "30ce121c.bfe97e",\r
+        "type": "other",\r
+        "name": "TAPI",\r
+        "xml": "<outcome value='TAPI'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 473.6070556640625,\r
+        "y": 969.6428527832031,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "d394227.d0cf06"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "7a4cfe82.92d42",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic='true'>",\r
+        "atomic": "true",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 618.607177734375,\r
+        "y": 715.7143249511719,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "b595413f.cfe8e8",\r
+                "8c8fae68.b08168"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "d394227.d0cf06",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 623,\r
+        "y": 969.5,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "6724f8a4.5cbe3",\r
+                "c711ca11.6e628"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "d3232a5d.18a288",\r
+        "type": "other",\r
+        "name": "other",\r
+        "xml": "<outcome value='Other'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 576,\r
+        "y": 1133.5,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "ba5f29b3.a93ac8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "ba5f29b3.a93ac8",\r
+        "type": "returnFailure",\r
+        "name": "return failure",\r
+        "xml": "<return status='failure'>\n<parameter name='ack-final' value='Y'/>\n\t<parameter name=\"error-code\" value=\"500\" />\n    <parameter name=\"error-message\" value=\"`'Unsupported type = ' + $prop.sdncRestApi.type`\" />\n\n",\r
+        "comments": "",\r
+        "x": 738,\r
+        "y": 1172.5,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "b595413f.cfe8e8",\r
+        "type": "get-resource",\r
+        "name": "get resources from DB -controller_id",\r
+        "xml": "<get-resource plugin='org.onap.ccsdk.sli.adaptors.resource.sql.SqlResource' resource='SQL'\nkey='SELECT controller_id\nfrom TOPOLOGY_LOGICAL_RELATION_TO_PINTERFACE\nWHERE controller_id = $controllerid'\npfx='dbcontrollerid'>\n    \n    \n    \n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 850.5,\r
+        "y": 763.5,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "74d7baba.1daacc",\r
+                "582fc831.36e3c",\r
+                "b559176c.28e268"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "8c8fae68.b08168",\r
+        "type": "set",\r
+        "name": "set controller_id",\r
+        "xml": "<set>\n<parameter name='controllerid' value=\"`$prop.sdncRestApi.type + '_' + $prop.sdncRestApi.thirdpartySdnc.url + '_' + $prop.sdncRestApi.thirdpartySdnc.id`\" />\n\n\n\n",\r
+        "comments": "",\r
+        "x": 810.5,\r
+        "y": 697.5,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "74d7baba.1daacc",\r
+        "type": "success",\r
+        "name": "success",\r
+        "xml": "<outcome value='success'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1089.5,\r
+        "y": 783.5,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "c192dc38.daa8b8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "c192dc38.daa8b8",\r
+        "type": "delete",\r
+        "name": "delete from db",\r
+        "xml": "<delete plugin='org.onap.ccsdk.sli.adaptors.resource.sql.SqlResource'\n    resource=\"SQL\"\n    key=\"DELETE FROM TOPOLOGY_LOGICAL_RELATION_TO_PINTERFACE WHERE controller_id = $controllerid\">",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1258.5,\r
+        "y": 790.5,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "6724f8a4.5cbe3",\r
+        "type": "set",\r
+        "name": "set controller_id",\r
+        "xml": "<set>\n<parameter name='controllerid' value=\"`$prop.sdncRestApi.type + '_' + $prop.sdncRestApi.thirdpartySdnc.url + '_' + $prop.sdncRestApi.thirdpartySdnc.id`\" />\n\n\n\n",\r
+        "comments": "",\r
+        "x": 787.5,\r
+        "y": 925.5,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "c711ca11.6e628",\r
+        "type": "get-resource",\r
+        "name": "get resources from DB -controller_id",\r
+        "xml": "<get-resource plugin='org.onap.ccsdk.sli.adaptors.resource.sql.SqlResource' resource='SQL'\nkey='SELECT controller_id\nfrom TOPOLOGY_LOGICAL_RELATION_TO_PINTERFACE\nWHERE controller_id = $controllerid'\npfx='dbcontrollerid'>\n    \n    \n    \n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 800.5,\r
+        "y": 1014.5,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "9c302232.f8804",\r
+                "b1ece16a.0f3c9",\r
+                "3da8c72e.feda78"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "9c302232.f8804",\r
+        "type": "success",\r
+        "name": "success",\r
+        "xml": "<outcome value='success'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1025.5,\r
+        "y": 1029.5,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "dd99da73.f2065"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "dd99da73.f2065",\r
+        "type": "delete",\r
+        "name": "delete from db",\r
+        "xml": "<delete plugin='org.onap.ccsdk.sli.adaptors.resource.sql.SqlResource'\n    resource=\"SQL\"\n    key=\"DELETE FROM TOPOLOGY_LOGICAL_RELATION_TO_PINTERFACE WHERE controller_id = $controllerid\">",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1196.5,\r
+        "y": 1030.5,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "582fc831.36e3c",\r
+        "type": "failure",\r
+        "name": "failure",\r
+        "xml": "<outcome value='failure'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1075.5,\r
+        "y": 862.5,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "b099b128.5136c8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "b1ece16a.0f3c9",\r
+        "type": "failure",\r
+        "name": "failure",\r
+        "xml": "<outcome value='failure'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1006.5,\r
+        "y": 1102.5,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "c581f585.410918"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "b099b128.5136c8",\r
+        "type": "returnFailure",\r
+        "name": "return failure",\r
+        "xml": "<return status='failure'>\n <parameter name='ack-final' value='Y'/>\n <parameter name=\"error-code\" value=\"500\" />\n <parameter name=\"error-message\" value=\"Failure in getting controller-id from DB\" />\n\n",\r
+        "comments": "",\r
+        "x": 1236.5,\r
+        "y": 867.5,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "b559176c.28e268",\r
+        "type": "not-found",\r
+        "name": "not-found",\r
+        "xml": "<outcome value='not-found'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1066.5,\r
+        "y": 922.5,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "50ff2098.8d83d"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "50ff2098.8d83d",\r
+        "type": "returnFailure",\r
+        "name": "return failure",\r
+        "xml": "<return status='failure'>\n <parameter name='ack-final' value='Y'/>\n <parameter name=\"error-code\" value=\"500\" />\n <parameter name=\"error-message\" value=\"controller-id could not be found in DB\" />\n\n",\r
+        "comments": "",\r
+        "x": 1215.5,\r
+        "y": 924.5,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "c581f585.410918",\r
+        "type": "returnFailure",\r
+        "name": "return failure",\r
+        "xml": "<return status='failure'>\n <parameter name='ack-final' value='Y'/>\n <parameter name=\"error-code\" value=\"500\" />\n <parameter name=\"error-message\" value=\"Failure in getting controller-id from DB\" />\n\n",\r
+        "comments": "",\r
+        "x": 1154.5,\r
+        "y": 1103.5,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "3da8c72e.feda78",\r
+        "type": "not-found",\r
+        "name": "not-found",\r
+        "xml": "<outcome value='not-found'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1006.5,\r
+        "y": 1146.5,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "37d6a3b7.1cca8c"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "37d6a3b7.1cca8c",\r
+        "type": "returnFailure",\r
+        "name": "return failure",\r
+        "xml": "<return status='failure'>\n <parameter name='ack-final' value='Y'/>\n <parameter name=\"error-code\" value=\"500\" />\n <parameter name=\"error-message\" value=\"controller-id could not be found in DB\" />\n\n",\r
+        "comments": "",\r
+        "x": 1171.5,\r
+        "y": 1143.5,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "10fd3c36.34f02c",\r
+        "type": "switchNode",\r
+        "name": "switch network_length",\r
+        "xml": "<switch test='`$topology.networks.network_length >= 2`'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2682,\r
+        "y": 295,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "fbaeb9ed.a2e628"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "fbaeb9ed.a2e628",\r
+        "type": "outcomeTrue",\r
+        "name": "true",\r
+        "xml": "<outcome value='true'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2864,\r
+        "y": 296,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "93fe6a3d.a61a8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "c8aabe3a.b7443",\r
+        "type": "for",\r
+        "name": "for each Network",\r
+        "xml": "<for index='netidx' start='0' end='`$topology.networks.network_length`' >\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3237,\r
+        "y": 289,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "c5d07173.a82"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "c5d07173.a82",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3455,\r
+        "y": 286,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "6173b924.39e6a8",\r
+                "a7527c77.d05fd8",\r
+                "17750ab4.92778d"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "1c54dabe.e430a5",\r
+        "type": "call",\r
+        "name": "call update-tp-ttp-relationship",\r
+        "xml": "<call module='DataChange' rpc='update-tp-ttp-relationship' mode='sync' >\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3270,\r
+        "y": 349,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "93fe6a3d.a61a8",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic='true'>",\r
+        "atomic": "true",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3034,\r
+        "y": 292,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "c8aabe3a.b7443",\r
+                "1c54dabe.e430a5"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "17750ab4.92778d",\r
+        "type": "set",\r
+        "name": "unset network",\r
+        "xml": "<set>\n<parameter name='network.' value='' />\n",\r
+        "comments": "",\r
+        "x": 3614,\r
+        "y": 226,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "6173b924.39e6a8",\r
+        "type": "set",\r
+        "name": "set network",\r
+        "xml": "<set>\n<parameter name='network.' value='`$topology.networks.network[$netidx].`' />\n",\r
+        "comments": "",\r
+        "x": 3608,\r
+        "y": 274,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "a7527c77.d05fd8",\r
+        "type": "switchNode",\r
+        "name": "switch network-types with topologyId",\r
+        "xml": "<switch test='`$network.te-topology-identifier.topology-id`'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3685,\r
+        "y": 321,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "de52bd0e.85db08",\r
+                "fa3a626b.d125c8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "de52bd0e.85db08",\r
+        "type": "outcome",\r
+        "name": "1",\r
+        "xml": "<outcome value='1'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3911,\r
+        "y": 290,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "84c7d418.e115f8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "fa3a626b.d125c8",\r
+        "type": "outcome",\r
+        "name": "2",\r
+        "xml": "<outcome value='2'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3911,\r
+        "y": 351,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "caaba956.377e8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "23780bd3.2604dc",\r
+        "type": "set",\r
+        "name": "set network-otn",\r
+        "xml": "<set>\n<parameter name='network-otn.' value='`$topology.networks.network[$netidx].`' />\n",\r
+        "comments": "",\r
+        "x": 4206,\r
+        "y": 290,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "6f9e8e73.c1bc3",\r
+        "type": "set",\r
+        "name": "set network eth",\r
+        "xml": "<set>\n<parameter name='network-eth.' value='`$topology.networks.network[$netidx].`' />\n",\r
+        "comments": "",\r
+        "x": 4206,\r
+        "y": 351,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "84c7d418.e115f8",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 4045,\r
+        "y": 290,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "23780bd3.2604dc"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "caaba956.377e8",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 4046,\r
+        "y": 351,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": [\r
+            [\r
+                "6f9e8e73.c1bc3"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "92aeb11c.309eb8",\r
+        "type": "set",\r
+        "name": "unset network",\r
+        "xml": "<set>\n<parameter name='network.' value='' />\n",\r
+        "comments": "",\r
+        "x": 2952,\r
+        "y": 94,\r
+        "z": "dc90116d.356cd8",\r
+        "wires": []\r
+    }\r
 ]
\ No newline at end of file