Cross-domain topology discovery for ACTN, bug fixing.
[sdnc/oam.git] / platform-logic / datachange / src / main / json / DataChange_esr-thirdparty-sdnc-discovery.json
index 513289d..c3b3127 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": "cd2352df.fe133",\r
+        "type": "other",\r
+        "name": "update",\r
+        "xml": "<outcome value='Update'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 717,\r
+        "y": 280,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "d7605eba.de53c8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "a5fb8600.92c56",\r
+        "type": "other",\r
+        "name": "delete",\r
+        "xml": "<outcome value='delete'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 717,\r
+        "y": 360,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "a9fa59c4.23eb88"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "a9fa59c4.23eb88",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "outputs": 1,\r
+        "x": 858.5,\r
+        "y": 360,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "4266435.e82743c",\r
+        "type": "comment",\r
+        "name": "TODO: Delete topology from AAI",\r
+        "info": "",\r
+        "comments": "",\r
+        "x": 791.3335189819336,\r
+        "y": 327.96899485588074,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "78227710.8145c",\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": 547.5,\r
+        "y": 320,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "cd2352df.fe133",\r
+                "a5fb8600.92c56"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "6a609919.dbddb",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "outputs": 1,\r
+        "x": 1244.5,\r
+        "y": 191,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "a8db8257.07cda8",\r
+                "6c3c4f73.322ab8",\r
+                "49ad06a0.4e0b98",\r
+                "5d1f20b8.954bc8",\r
+                "8b00173e.a90248"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "6c3c4f73.322ab8",\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": 1517.5001983642578,\r
+        "y": 112.00000953674316,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "4ca383bd.7f19f4",\r
+                "a7b25c4e.37855"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "4ca383bd.7f19f4",\r
+        "type": "success",\r
+        "name": "success",\r
+        "xml": "<outcome value='success'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1807.000244140625,\r
+        "y": 104,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "bb6558fe.165e6"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "a7b25c4e.37855",\r
+        "type": "failure",\r
+        "name": "failure",\r
+        "xml": "<outcome value='failure'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1803.000244140625,\r
+        "y": 144,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "929ec7a5.9a46b8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "bb6558fe.165e6",\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": 1957.500244140625,\r
+        "y": 104,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "3afa5b8a.d8b45c",\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": 2024.500244140625,\r
+        "y": 224,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "fe4ed86b.9ca41",\r
+                "6e1598d4.05ae"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "fe4ed86b.9ca41",\r
+        "type": "success",\r
+        "name": "success",\r
+        "xml": "<outcome value='success'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2267.000244140625,\r
+        "y": 244,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "f8f7918f.b05da"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "f8f7918f.b05da",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2424.500244140625,\r
+        "y": 244,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "6837c77a.4d245",\r
+                "945331d0.def158"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "c26cc871.32d778",\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": 2401.000244140625,\r
+        "y": 144,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "6e1598d4.05ae",\r
+        "type": "failure",\r
+        "name": "failure",\r
+        "xml": "<outcome value='failure'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2263.000244140625,\r
+        "y": 144,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "c26cc871.32d778"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "74011233.c1b04c",\r
+        "type": "dgstart",\r
+        "name": "DGSTART",\r
+        "outputs": 1,\r
+        "x": 170,\r
+        "y": 55,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "7dcd2a77.b03e04"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "7dcd2a77.b03e04",\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": 183,\r
+        "y": 115,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "e046753f.a8811"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "e046753f.a8811",\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": 203,\r
+        "y": 195,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "a7955eaa.8ebd"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "a7955eaa.8ebd",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 450.5,\r
+        "y": 195,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "cee74437.1c5038"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "6837c77a.4d245",\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": 2663.500244140625,\r
+        "y": 204,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "d73b1be.693fde8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "d73b1be.693fde8",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2840.000244140625,\r
+        "y": 199,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "1071ecfb.db6683",\r
+                "22040d8e.81ad3a"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "1071ecfb.db6683",\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": 3019.000244140625,\r
+        "y": 219,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "22040d8e.81ad3a",\r
+        "type": "set",\r
+        "name": "set network",\r
+        "xml": "<set>\n<parameter name='network.' value='`$topology.networks.network[$nidx].`' />\n",\r
+        "comments": "",\r
+        "x": 2974.000244140625,\r
+        "y": 179,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "929ec7a5.9a46b8",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1923.000244140625,\r
+        "y": 144,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "a95e321b.626b1",\r
+        "type": "comment",\r
+        "name": "Do Nothing",\r
+        "info": "",\r
+        "comments": "",\r
+        "x": 2093.000244140625,\r
+        "y": 184,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "30eb5834.80e7d",\r
+        "type": "switchNode",\r
+        "name": "switch type",\r
+        "xml": "<switch test=\"`$prop.sdncRestApi.type`\">\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 970,\r
+        "y": 280,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "bad9968b.bbaf5",\r
+                "826758bc.846648",\r
+                "f43baf3c.399558",\r
+                "6e19e1c4.aa4d28"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "d7605eba.de53c8",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 837,\r
+        "y": 280,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "30eb5834.80e7d"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "bad9968b.bbaf5",\r
+        "type": "other",\r
+        "name": "SOTN",\r
+        "xml": "<outcome value='SOTN'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1083,\r
+        "y": 191,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "6a609919.dbddb"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "826758bc.846648",\r
+        "type": "other",\r
+        "name": "other",\r
+        "xml": "<outcome value='Other'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1085.000087738037,\r
+        "y": 740.0001106262207,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "8d466c1d.2dbd88"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "8d466c1d.2dbd88",\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": 1235.0000610351562,\r
+        "y": 736.0000972747803,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "a8db8257.07cda8",\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": 1464.0001983642578,\r
+        "y": 72.00000953674316,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "49ad06a0.4e0b98",\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": 1510.5001983642578,\r
+        "y": 192.00000953674316,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "8c8153ea.0d28b8",\r
+                "f01555ec.92788"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "8c8153ea.0d28b8",\r
+        "type": "other",\r
+        "name": "Null",\r
+        "xml": "<outcome value=''>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1803.000244140625,\r
+        "y": 184,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "6e76fd4a.c154c4"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "f01555ec.92788",\r
+        "type": "other",\r
+        "name": "other",\r
+        "xml": "<outcome value='Other'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1803.000244140625,\r
+        "y": 224,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "3afa5b8a.d8b45c"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "6e76fd4a.c154c4",\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": 2024.500244140625,\r
+        "y": 184,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "6e1598d4.05ae",\r
+                "fe4ed86b.9ca41"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "8b00173e.a90248",\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": 1507.0001983642578,\r
+        "y": 332.00000953674316,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "5d1f20b8.954bc8",\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": 1467.0001983642578,\r
+        "y": 292.00000953674316,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "720c5fa5.cf9fc8",\r
+        "type": "comment",\r
+        "name": "Notification subscription",\r
+        "info": "",\r
+        "comments": "",\r
+        "x": 1472.000343322754,\r
+        "y": 249.00000858306885,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "cee74437.1c5038",\r
+        "type": "switchNode",\r
+        "name": "switch",\r
+        "xml": "<switch test=\"`$prop.sdncRestApi.vendor == 'ZTE'`\">\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 157,\r
+        "y": 320,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "68735a94.d40f5c",\r
+                "ab95c3e8.90657"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "68735a94.d40f5c",\r
+        "type": "outcomeFalse",\r
+        "name": "false",\r
+        "xml": "<outcome value='false'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 344,\r
+        "y": 320,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "78227710.8145c"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "ab95c3e8.90657",\r
+        "type": "outcomeTrue",\r
+        "name": "true",\r
+        "xml": "<outcome value='true'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 345,\r
+        "y": 445,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "9bf3753b.e16a38"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "9bf3753b.e16a38",\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": 568,\r
+        "y": 445,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "f43baf3c.399558",\r
+        "type": "other",\r
+        "name": "TAPI",\r
+        "xml": "<outcome value='TAPI'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1161,\r
+        "y": 425,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "75540bd7.9ba5f4"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "75540bd7.9ba5f4",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "outputs": 1,\r
+        "x": 1324,\r
+        "y": 424,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "a24deaa6.af3108"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "a24deaa6.af3108",\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": 1485,\r
+        "y": 423,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "cdd2d534.962938",\r
+                "363290e2.c2512"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "363290e2.c2512",\r
+        "type": "success",\r
+        "name": "success",\r
+        "xml": "<outcome value='success'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1627,\r
+        "y": 499,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "91d6cda6.f47358"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "cdd2d534.962938",\r
+        "type": "failure",\r
+        "name": "failure",\r
+        "xml": "<outcome value='failure'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1661,\r
+        "y": 420,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "78d89c1.df36ce4"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "78d89c1.df36ce4",\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": 1831,\r
+        "y": 419,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "91d6cda6.f47358",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "outputs": 1,\r
+        "x": 1788,\r
+        "y": 498,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "68a08572.6d4e94"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "68a08572.6d4e94",\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": 1967,\r
+        "y": 498,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "e2491c10.3a12"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "e2491c10.3a12",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2134,\r
+        "y": 499,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "b1c3c921.3c12a",\r
+                "b5a39927.d40208"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "b1c3c921.3c12a",\r
+        "type": "set",\r
+        "name": "set topology",\r
+        "xml": "<set>\n<parameter name='topology.' value='`$topologies.topology[$tidx].`' />\n",\r
+        "comments": "",\r
+        "x": 2293,\r
+        "y": 500,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "b5a39927.d40208",\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": 2284,\r
+        "y": 566,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "6e19e1c4.aa4d28",\r
+        "type": "outcome",\r
+        "name": "MSA",\r
+        "xml": "<outcome value='MSA'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1131.677324295044,\r
+        "y": 581.8993349075317,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "4227a936.fe14d"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "4227a936.fe14d",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "outputs": 1,\r
+        "x": 1293.6773872375488,\r
+        "y": 579.899335861206,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "f20725de.f4794"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "f20725de.f4794",\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": 1470.6771354675293,\r
+        "y": 571.8992919921875,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "49b0fd8b.249e2c",\r
+                "792d01db.8d11"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "49b0fd8b.249e2c",\r
+        "type": "failure",\r
+        "name": "failure",\r
+        "xml": "<outcome value='failure'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1623.6771354675293,\r
+        "y": 568.8992919921875,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "85d21e1a.a14be8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "85d21e1a.a14be8",\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": 1798.6771354675293,\r
+        "y": 567.8992919921875,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "792d01db.8d11",\r
+        "type": "success",\r
+        "name": "success",\r
+        "xml": "<outcome value='success'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1629.6771354675293,\r
+        "y": 641.8992919921875,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "d5110405.aee948"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "d5110405.aee948",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "outputs": 1,\r
+        "x": 1813.6771354675293,\r
+        "y": 643.8992919921875,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "68851b61.ef75e4"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "68851b61.ef75e4",\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": 2092.677001953125,\r
+        "y": 641.8992919921875,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "945331d0.def158",\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": 2684,\r
+        "y": 310,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "901d4e1a.652118",\r
+                "11935c8a.a490ab"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "9c61f388.1f0838",\r
+        "type": "outcome",\r
+        "name": "2 Topologies (1 Domain)",\r
+        "xml": "<outcome value='2'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2894,\r
+        "y": 611,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "326c6d24.4336b2",\r
+        "type": "switchNode",\r
+        "name": "switch network-types[0]",\r
+        "xml": "<switch test='`$topology.networks.network[0].network-types`'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 4603,\r
+        "y": 400,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "709f94a4.b34cf4",\r
+                "9cfb2d7f.448bd8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "709f94a4.b34cf4",\r
+        "type": "outcome",\r
+        "name": "ethernet-topology",\r
+        "xml": "<outcome value='ethernet-topology'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 4819,\r
+        "y": 400,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "6ad78f52.8d683"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "6ad78f52.8d683",\r
+        "type": "switchNode",\r
+        "name": "switch network-types[1]",\r
+        "xml": "<switch test='`$topology.networks.network[1].network-types`'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 5044,\r
+        "y": 400,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "4e12c36c.f82d3c",\r
+                "17b8d1f3.652706"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "4e12c36c.f82d3c",\r
+        "type": "outcome",\r
+        "name": "otn-topology",\r
+        "xml": "<outcome value='otn-topology'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 5280,\r
+        "y": 353,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "cd9d2417.06096"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "172a24d9.92ec93",\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": 5696,\r
+        "y": 341,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "61a560e1.35c54",\r
+        "type": "set",\r
+        "name": "set networks",\r
+        "xml": "<set>\n<parameter name='network-eth.' value='`$topology.networks.network[0].`' />\n<parameter name='network-otn.' value='`$topology.networks.network[1].`' />\n",\r
+        "comments": "",\r
+        "x": 5541,\r
+        "y": 207,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "9cfb2d7f.448bd8",\r
+        "type": "outcome",\r
+        "name": "otn-topology",\r
+        "xml": "<outcome value='otn-topology'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 4824,\r
+        "y": 457,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "f16b5928.2b534"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "cd9d2417.06096",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 5462,\r
+        "y": 327,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "61a560e1.35c54",\r
+                "172a24d9.92ec93"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "f16b5928.2b534",\r
+        "type": "switchNode",\r
+        "name": "switch network-types[1]",\r
+        "xml": "<switch test='`$topology.networks.network[1].network-types`'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 5043,\r
+        "y": 459,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "b02955b9.ece2c",\r
+                "1f0d239a.a59004"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "17b8d1f3.652706",\r
+        "type": "other",\r
+        "name": "other",\r
+        "xml": "<outcome value='Other'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 5274,\r
+        "y": 412,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "d245d127.681cb"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "d245d127.681cb",\r
+        "type": "returnFailure",\r
+        "name": "return failure",\r
+        "xml": "<return status='failure'>\n<parameter name='error-code' value='' />\n<parameter name='error-message' value='' />\n",\r
+        "comments": "",\r
+        "x": 5476,\r
+        "y": 410,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "b02955b9.ece2c",\r
+        "type": "outcome",\r
+        "name": "ethernet-topology",\r
+        "xml": "<outcome value='ethernet-topology'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 5266,\r
+        "y": 473,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "a776716e.08be98"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "b2d9af5c.6d71e8",\r
+        "type": "set",\r
+        "name": "set networks",\r
+        "xml": "<set>\n<parameter name='network.eth' value='`$topology.networks.network[1].`' />\n<parameter name='network.otn' value='`$topology.networks.network[0].`' />\n",\r
+        "comments": "",\r
+        "x": 5682,\r
+        "y": 454,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "1f0d239a.a59004",\r
+        "type": "other",\r
+        "name": "other",\r
+        "xml": "<outcome value='Other'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 5225,\r
+        "y": 534,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "7a25521e.b55894"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "7a25521e.b55894",\r
+        "type": "returnFailure",\r
+        "name": "return failure",\r
+        "xml": "<return status='failure'>\n<parameter name='error-code' value='' />\n<parameter name='error-message' value='' />\n",\r
+        "comments": "",\r
+        "x": 5370,\r
+        "y": 541,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "a776716e.08be98",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 5444,\r
+        "y": 469,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "b2d9af5c.6d71e8",\r
+                "7141defd.d7f3a8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "1a8710e5.1ad6b7",\r
+        "type": "get-resource",\r
+        "name": "get-resource network-resources",\r
+        "xml": "<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\t\tresource=\"network-resources\" \n        pfx='tmp.aai.network-resources' local-only='false' >\n\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2504,\r
+        "y": 784,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "3a8bf069.f85ce",\r
+                "aebcabff.82acc",\r
+                "1f447726.4be529"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "3a8bf069.f85ce",\r
+        "type": "success",\r
+        "name": "success",\r
+        "xml": "<outcome value='success'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2757,\r
+        "y": 702,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "e98ead73.d60f3"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "aebcabff.82acc",\r
+        "type": "not-found",\r
+        "name": "not-found",\r
+        "xml": "<outcome value='not-found'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2760.490966796875,\r
+        "y": 749.5740356445312,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "94257a05.fc968"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "1f447726.4be529",\r
+        "type": "other",\r
+        "name": "other",\r
+        "xml": "<outcome value='Other'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2748.823974609375,\r
+        "y": 793.9073486328125,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "fe4ab328.74eee"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "7141defd.d7f3a8",\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": 5717,\r
+        "y": 520,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "db2f1670.e36278",\r
+        "type": "call",\r
+        "name": "call update-open-ended-links",\r
+        "xml": "<call module='DataChange' rpc='update-open-ended-links' mode='sync' >\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3712,\r
+        "y": 737,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "e98ead73.d60f3",\r
+        "type": "switchNode",\r
+        "name": "switch network-resources_length",\r
+        "xml": "<switch test='tmp.aai.network-resources_length'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2972,\r
+        "y": 700,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "c72d2527.4f27d8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "c72d2527.4f27d8",\r
+        "type": "outcome",\r
+        "name": "4 Topologies (2 Domains)",\r
+        "xml": "<outcome value='4'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3233,\r
+        "y": 700,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "3dcb11c5.a0564e"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "94257a05.fc968",\r
+        "type": "returnFailure",\r
+        "name": "return failure",\r
+        "xml": "<return status='failure'>\n<parameter name='error-code' value='' />\n<parameter name='error-message' value='' />\n",\r
+        "comments": "",\r
+        "x": 2933,\r
+        "y": 750,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "fe4ab328.74eee",\r
+        "type": "returnFailure",\r
+        "name": "return failure",\r
+        "xml": "<return status='failure'>\n<parameter name='error-code' value='' />\n<parameter name='error-message' value='' />\n",\r
+        "comments": "",\r
+        "x": 2922,\r
+        "y": 796,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "6b9df565.677604",\r
+        "type": "for",\r
+        "name": "for each network-resource",\r
+        "xml": "<for index='nridx' start='0' end='`$tmp.aai.network-resources.network-resource_length`' >\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3695,\r
+        "y": 664,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "db1ad019.66229"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "db1ad019.66229",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3924,\r
+        "y": 690,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "9c9a1adf.4a9568",\r
+                "df8384d1.95fc28"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "9c9a1adf.4a9568",\r
+        "type": "switchNode",\r
+        "name": "switch network-types[nridx]",\r
+        "xml": "<switch test='`$tmp.aai.network-resources.network-resource[$nridx].network-type`'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 4197,\r
+        "y": 715,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "be613956.e7594"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "be613956.e7594",\r
+        "type": "outcome",\r
+        "name": "otn-topology",\r
+        "xml": "<outcome value='otn-topology'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 4410,\r
+        "y": 709,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "a82463e6.b9c248"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "369083d8.76a43c",\r
+        "type": "set",\r
+        "name": "set network-resource-otn[$otnidx]",\r
+        "xml": "<set>\n<parameter name='network-resource-otn[$otnidx].' value='`$tmp.aai.network-resources.network-resource[$nridx].`' />\n",\r
+        "comments": "",\r
+        "x": 4776,\r
+        "y": 702,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "df8384d1.95fc28",\r
+        "type": "set",\r
+        "name": "set otnidx",\r
+        "xml": "<set>\n<parameter name='otnidx' value='0' />\n",\r
+        "comments": "",\r
+        "x": 4142,\r
+        "y": 673,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "fd786916.269048",\r
+        "type": "set",\r
+        "name": "set otnidx",\r
+        "xml": "<set>\n<parameter name='otnidx' value='`$otnidx + 1`' />\n",\r
+        "comments": "",\r
+        "x": 4693,\r
+        "y": 754,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "a82463e6.b9c248",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 4556,\r
+        "y": 722,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "369083d8.76a43c",\r
+                "fd786916.269048"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "3dcb11c5.a0564e",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic='true'>",\r
+        "atomic": "true",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3449,\r
+        "y": 695,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "6b9df565.677604",\r
+                "db2f1670.e36278"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "901d4e1a.652118",\r
+        "type": "outcomeTrue",\r
+        "name": "true",\r
+        "xml": "<outcome value='true'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2866,\r
+        "y": 311,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "2165924a.476cde"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "11935c8a.a490ab",\r
+        "type": "outcomeFalse",\r
+        "name": "false",\r
+        "xml": "<outcome value='false'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2868,\r
+        "y": 358,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "94ef4628.95e6b8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "94ef4628.95e6b8",\r
+        "type": "record",\r
+        "name": "log file",\r
+        "xml": " <record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n    <parameter name=\"file\" value=\"/opt/onap/logSdncDiscovery.txt\" />\n    <parameter name=\"field1\" value=\"__TIMESTAMP__\" />\n    <parameter name=\"field2\" value=\"networks_length\" />\n    <parameter name=\"field3\" value=\"`$topology.networks.network_length`\" />\n    ",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2996,\r
+        "y": 360,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "2165924a.476cde",\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": 3039,\r
+        "y": 310,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "115276c4.acec21"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "115276c4.acec21",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3209,\r
+        "y": 308,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "2a57d05e.a0dc88",\r
+                "dde988af.f0e1f",\r
+                "ccc4b2dc.03b6",\r
+                "9266c042.cf422",\r
+                "b4168243.614878"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "2a57d05e.a0dc88",\r
+        "type": "set",\r
+        "name": "set network",\r
+        "xml": "<set>\n<parameter name='network.' value='`$topology.networks.network[$netidx].`' />\n",\r
+        "comments": "",\r
+        "x": 3375,\r
+        "y": 276,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "dde988af.f0e1f",\r
+        "type": "switchNode",\r
+        "name": "switch network-types with topologyId",\r
+        "xml": "<switch test='`$network.te-topology-id`'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3420,\r
+        "y": 355,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "eaf6a3f8.6275b",\r
+                "92b40685.e87b6"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "b3e974ed.02509",\r
+        "type": "record",\r
+        "name": "log file",\r
+        "xml": " <record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n    <parameter name=\"file\" value=\"/opt/onap/logSdncDiscovery.txt\" />\n    <parameter name=\"field1\" value=\"__TIMESTAMP__\" />\n    <parameter name=\"field2\" value=\"networks_length\" />\n    <parameter name=\"field3\" value=\"`$topology.networks.network_length`\" />\n    <parameter name=\"field4\" value=\"network-type-is\" />\n    <parameter name=\"field5\" value=\"OTN\" />\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3904,\r
+        "y": 245,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "eaf6a3f8.6275b",\r
+        "type": "outcome",\r
+        "name": "11",\r
+        "xml": "<outcome value='11'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3639,\r
+        "y": 309,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "7df875b.d3cf70c"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "92b40685.e87b6",\r
+        "type": "outcome",\r
+        "name": "33",\r
+        "xml": "<outcome value='33'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3639,\r
+        "y": 370,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "16aa4525.8ff0c3"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "d246fb34.c2a69",\r
+        "type": "record",\r
+        "name": "log file",\r
+        "xml": " <record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n    <parameter name=\"file\" value=\"/opt/onap/logSdncDiscovery.txt\" />\n    <parameter name=\"field1\" value=\"__TIMESTAMP__\" />\n    <parameter name=\"field2\" value=\"networks_length\" />\n    <parameter name=\"field3\" value=\"`$topology.networks.network_length`\" />\n    <parameter name=\"field4\" value=\"network-type-is\" />\n    <parameter name=\"field5\" value=\"ETH\" />\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3898,\r
+        "y": 370,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "50aa8e02.3ace68",\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": 3934,\r
+        "y": 315,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "1ffaf146.64fab7",\r
+        "type": "set",\r
+        "name": "set networks",\r
+        "xml": "<set>\n<parameter name='network-eth.' value='`$topology.networks.network[$netidx].`' />\n",\r
+        "comments": "",\r
+        "x": 3916,\r
+        "y": 409,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "ccc4b2dc.03b6",\r
+        "type": "set",\r
+        "name": "unset network",\r
+        "xml": "<set>\n<parameter name='network.' value='' />\n",\r
+        "comments": "",\r
+        "x": 3369,\r
+        "y": 222,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "9266c042.cf422",\r
+        "type": "record",\r
+        "name": "log file",\r
+        "xml": " <record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n    <parameter name=\"file\" value=\"/opt/onap/logSdncDiscovery.txt\" />\n    <parameter name=\"field6\" value=\"network-otn-is\" />\n    <parameter name=\"field7\" value=\"`$network-otn.te-topology-id`\" />\n    <parameter name=\"field8\" value=\"network-eth-is\" />\n    <parameter name=\"field9\" value=\"`$network-eth.te-topology-id`\" />\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3340,\r
+        "y": 480,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "7df875b.d3cf70c",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3770,\r
+        "y": 314,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "b3e974ed.02509",\r
+                "50aa8e02.3ace68"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "16aa4525.8ff0c3",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3775,\r
+        "y": 391,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            [\r
+                "d246fb34.c2a69",\r
+                "1ffaf146.64fab7"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "b4168243.614878",\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": 3410,\r
+        "y": 531,\r
+        "z": "1620e9e3.f93e5e",\r
+        "wires": [\r
+            []\r
+        ]\r
+    }\r
 ]
\ No newline at end of file