Adding support for multi-layer and multi-domain topology discovery for CCVPN
[sdnc/oam.git] / platform-logic / datachange / src / main / json / DataChange_esr-thirdparty-sdnc-discovery.json
index ccc0c00..232afae 100644 (file)
-[
-  {
-    "id": "3492b641.0dfbba",
-    "type": "other",
-    "name": "update",
-    "xml": "<outcome value='Update'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 673,
-    "y": 276.6667003631592,
-    "z": "cbb28df7.1359",
-    "wires": [
-      [
-        "f2d65f4a.d687"
-      ]
-    ]
-  },
-  {
-    "id": "668a1af1.719b34",
-    "type": "other",
-    "name": "delete",
-    "xml": "<outcome value='delete'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 709.2221145629883,
-    "y": 478.33349609375,
-    "z": "cbb28df7.1359",
-    "wires": [
-      [
-        "3b8ddbef.903fa4"
-      ]
-    ]
-  },
-  {
-    "id": "3b8ddbef.903fa4",
-    "type": "block",
-    "name": "block : atomic",
-    "xml": "<block atomic=\"true\">",
-    "atomic": "true",
-    "outputs": 1,
-    "x": 859.6667594909668,
-    "y": 473.3335485458374,
-    "z": "cbb28df7.1359",
-    "wires": [
-      []
-    ]
-  },
-  {
-    "id": "c0cbee48.6a5f9",
-    "type": "comment",
-    "name": "TODO: Delete topology from AAI",
-    "info": "",
-    "comments": "",
-    "x": 817.3334274291992,
-    "y": 429.0001735687256,
-    "z": "cbb28df7.1359",
-    "wires": []
-  },
-  {
-    "id": "d3c03070.16287",
-    "type": "switchNode",
-    "name": "switch aai-event-trigger",
-    "xml": "<switch test=\"`$data-change-notification-input.aai-event-trigger`\">\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 465.5555648803711,
-    "y": 345.2222261428833,
-    "z": "cbb28df7.1359",
-    "wires": [
-      [
-        "3492b641.0dfbba",
-        "668a1af1.719b34"
-      ]
-    ]
-  },
-  {
-    "id": "6bfaf616.869108",
-    "type": "block",
-    "name": "block : atomic",
-    "xml": "<block atomic=\"true\">",
-    "atomic": "true",
-    "outputs": 1,
-    "x": 1267.333755493164,
-    "y": 270.1112537384033,
-    "z": "cbb28df7.1359",
-    "wires": [
-      [
-        "c706e157.72486",
-        "4130ca8.c1efa34"
-      ]
-    ]
-  },
-  {
-    "id": "f4c114b8.d66028",
-    "type": "execute",
-    "name": "execute RestApiCallNode Get token",
-    "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/actokentemplate.json'`\" />\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.url + '/controller/v2/tokens'`\" />\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"post\"/>\n<parameter name=\"responsePrefix\" value=\"token-result\"/>\n<parameter name=\"trustStoreFileName\" value=\"/opt/onap/sdnc/data/stores/truststore.openecomp.client.jks\"/>\n<parameter name=\"trustStorePassword\" value=\"adminadmin\"/>\n<parameter name=\"keyStoreFileName\" value=\"/opt/onap/sdnc/data/stores/sdnc.p12\"/>\n<parameter name=\"keyStorePassword\" value=\"adminadmin\"/>",
-    "comments": "",
-    "outputs": 1,
-    "x": 1523.993263244629,
-    "y": 132.0305051803589,
-    "z": "cbb28df7.1359",
-    "wires": [
-      [
-        "fafa0167.57f14",
-        "c8836a7f.1ba7f8"
-      ]
-    ]
-  },
-  {
-    "id": "fafa0167.57f14",
-    "type": "success",
-    "name": "success",
-    "xml": "<outcome value='success'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 1758.993263244629,
-    "y": 110.03050518035889,
-    "z": "cbb28df7.1359",
-    "wires": [
-      [
-        "bd59ffd7.cdf9"
-      ]
-    ]
-  },
-  {
-    "id": "c8836a7f.1ba7f8",
-    "type": "failure",
-    "name": "failure",
-    "xml": "<outcome value='failure'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 1751.243263244629,
-    "y": 163.67338848114014,
-    "z": "cbb28df7.1359",
-    "wires": [
-      [
-        "8505bfec.1c327"
-      ]
-    ]
-  },
-  {
-    "id": "bd59ffd7.cdf9",
-    "type": "set",
-    "name": "set token-id",
-    "xml": "<set>\n<parameter name='prop.sdncRestApi.token_id' value='`$token-result.data.token_id`' />\n",
-    "comments": "",
-    "x": 1912.993263244629,
-    "y": 111.03050518035889,
-    "z": "cbb28df7.1359",
-    "wires": []
-  },
-  {
-    "id": "c706e157.72486",
-    "type": "execute",
-    "name": "execute RestApiCallNode Get Topology",
-    "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.url + '/restconf/data/ietf-network:networks'`\" />\n<parameter name=\"restapiUser\" value=\"`$prop.sdncRestApi.thirdpartySdnc.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.sdncRestApi.thirdpartySdnc.password`\" />\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"get\"/>\n<parameter name=\"responsePrefix\" value=\"topology\"/>\n<parameter name=\"trustStoreFileName\" value=\"/opt/onap/sdnc/data/stores/truststore.openecomp.client.jks\"/>\n<parameter name=\"trustStorePassword\" value=\"adminadmin\"/>\n<parameter name=\"keyStoreFileName\" value=\"/opt/onap/sdnc/data/stores/sdnc.p12\"/>\n<parameter name=\"keyStorePassword\" value=\"adminadmin\"/>\n<parameter name='customHttpHeaders' value=\"`'X-ACCESS-TOKEN=' + $prop.sdncRestApi.token_id`\" />",
-    "comments": "",
-    "outputs": 1,
-    "x": 1527.3266906738281,
-    "y": 225.73424291610718,
-    "z": "cbb28df7.1359",
-    "wires": [
-      [
-        "87479d00.dc1c9",
-        "c2d07026.26d52"
-      ]
-    ]
-  },
-  {
-    "id": "87479d00.dc1c9",
-    "type": "success",
-    "name": "success",
-    "xml": "<outcome value='success'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 1785.882022857666,
-    "y": 203.73422479629517,
-    "z": "cbb28df7.1359",
-    "wires": [
-      [
-        "3aa58504.f6229a"
-      ]
-    ]
-  },
-  {
-    "id": "3aa58504.f6229a",
-    "type": "block",
-    "name": "block : atomic",
-    "xml": "<block atomic=\"true\">",
-    "atomic": "true",
-    "comments": "",
-    "outputs": 1,
-    "x": 1961.4375534057617,
-    "y": 201.40094709396362,
-    "z": "cbb28df7.1359",
-    "wires": [
-      []
-    ]
-  },
-  {
-    "id": "dca7d6ac.f501f8",
-    "type": "returnFailure",
-    "name": "return failure",
-    "xml": "<return status='failure'>\n\t<parameter name='ack-final' value='Y'/>\n\t<parameter name=\"error-code\" value=\"500\" />\n    <parameter name=\"error-message\" value=\"Error executing Create vpn rest api\" />\n",
-    "comments": "",
-    "x": 1969.6598281860352,
-    "y": 275.6230607032776,
-    "z": "cbb28df7.1359",
-    "wires": []
-  },
-  {
-    "id": "c2d07026.26d52",
-    "type": "failure",
-    "name": "failure",
-    "xml": "<outcome value='failure'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 1791.3265075683594,
-    "y": 274.845290184021,
-    "z": "cbb28df7.1359",
-    "wires": [
-      [
-        "dca7d6ac.f501f8"
-      ]
-    ]
-  },
-  {
-    "id": "7cae77af.f5b818",
-    "type": "dgstart",
-    "name": "DGSTART",
-    "outputs": 1,
-    "x": 105.9999008178711,
-    "y": 85,
-    "z": "cbb28df7.1359",
-    "wires": [
-      [
-        "b697d007.11e41"
-      ]
-    ]
-  },
-  {
-    "id": "b697d007.11e41",
-    "type": "service-logic",
-    "name": "DataChange ${project.version}",
-    "module": "DataChange",
-    "version": "${project.version}",
-    "comments": "",
-    "xml": "<service-logic xmlns='http://www.onap.org/sdnc/svclogic' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.onap.org/sdnc/svclogic ./svclogic.xsd' module='DataChange' version='${project.version}'>",
-    "outputs": 1,
-    "x": 244.11102676391602,
-    "y": 126.44446134567261,
-    "z": "cbb28df7.1359",
-    "wires": [
-      [
-        "49de6de0.6f78a4"
-      ]
-    ]
-  },
-  {
-    "id": "49de6de0.6f78a4",
-    "type": "method",
-    "name": "method esr-thirdparty-sdnc-discovery",
-    "xml": "<method rpc='esr-thirdparty-sdnc-discovery' mode='sync'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 340.5555877685547,
-    "y": 237.22224235534668,
-    "z": "cbb28df7.1359",
-    "wires": [
-      [
-        "5f1e0612.f09808"
-      ]
-    ]
-  },
-  {
-    "id": "5f1e0612.f09808",
-    "type": "block",
-    "name": "block : atomic",
-    "xml": "<block atomic=\"true\">\n",
-    "atomic": "false",
-    "comments": "",
-    "outputs": 1,
-    "x": 248.77781677246094,
-    "y": 346.11122035980225,
-    "z": "cbb28df7.1359",
-    "wires": [
-      [
-        "d3c03070.16287"
-      ]
-    ]
-  },
-  {
-    "id": "4130ca8.c1efa34",
-    "type": "for",
-    "name": "for each Network",
-    "xml": "<for index='nidx' start='0' end='`$topology.networks.network_length`' >\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 1459.481460571289,
-    "y": 353.2221817970276,
-    "z": "cbb28df7.1359",
-    "wires": [
-      [
-        "5ae402a2.fe5ffc"
-      ]
-    ]
-  },
-  {
-    "id": "5ae402a2.fe5ffc",
-    "type": "block",
-    "name": "block",
-    "xml": "<block>\n",
-    "atomic": "false",
-    "comments": "",
-    "outputs": 1,
-    "x": 1649.4814224243164,
-    "y": 360.9999747276306,
-    "z": "cbb28df7.1359",
-    "wires": [
-      [
-        "7d9ae4c3.21708c",
-        "f67aa4a3.311fc8"
-      ]
-    ]
-  },
-  {
-    "id": "7d9ae4c3.21708c",
-    "type": "call",
-    "name": "call update-network-to-aai",
-    "xml": "<call module='DataChange' rpc='update-network-to-aai' mode='sync' >\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 1902.8148441314697,
-    "y": 424.33334493637085,
-    "z": "cbb28df7.1359",
-    "wires": [
-      []
-    ]
-  },
-  {
-    "id": "f67aa4a3.311fc8",
-    "type": "set",
-    "name": "set network",
-    "xml": "<set>\n<parameter name='network.' value='`$topology.networks.network[$nidx].`' />\n",
-    "comments": "",
-    "x": 1855.036964416504,
-    "y": 342.11108922958374,
-    "z": "cbb28df7.1359",
-    "wires": []
-  },
-  {
-    "id": "8505bfec.1c327",
-    "type": "block",
-    "name": "block",
-    "xml": "<block>\n",
-    "atomic": "false",
-    "comments": "",
-    "outputs": 1,
-    "x": 1912.8146591186523,
-    "y": 158.77776765823364,
-    "z": "cbb28df7.1359",
-    "wires": [
-      []
-    ]
-  },
-  {
-    "id": "27eaeed1.46c512",
-    "type": "comment",
-    "name": "Do Nothing",
-    "info": "",
-    "comments": "",
-    "x": 2048.3702328999834,
-    "y": 157.66664340760974,
-    "z": "cbb28df7.1359",
-    "wires": []
-  },
-  {
-    "id": "416dcc31.e9a444",
-    "type": "switchNode",
-    "name": "switch type",
-    "xml": "<switch test=\"`$prop.sdncRestApi.type`\">\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 948.0001487731934,
-    "y": 279.00003147125244,
-    "z": "cbb28df7.1359",
-    "wires": [
-      [
-        "7de88c94.fa0ca4",
-        "8ee217f7.3b1bd8"
-      ]
-    ]
-  },
-  {
-    "id": "f2d65f4a.d687",
-    "type": "block",
-    "name": "block",
-    "xml": "<block>\n",
-    "atomic": "false",
-    "comments": "",
-    "outputs": 1,
-    "x": 802.9999847412109,
-    "y": 277.00002002716064,
-    "z": "cbb28df7.1359",
-    "wires": [
-      [
-        "416dcc31.e9a444"
-      ]
-    ]
-  },
-  {
-    "id": "7de88c94.fa0ca4",
-    "type": "other",
-    "name": "SOTN",
-    "xml": "<outcome value='SOTN'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 1101.9999313354492,
-    "y": 235.00000190734863,
-    "z": "cbb28df7.1359",
-    "wires": [
-      [
-        "6bfaf616.869108"
-      ]
-    ]
-  },
-  {
-    "id": "8ee217f7.3b1bd8",
-    "type": "other",
-    "name": "other",
-    "xml": "<outcome value='Other'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 1098.9999313354492,
-    "y": 359.00000953674316,
-    "z": "cbb28df7.1359",
-    "wires": [
-      [
-        "c0794a5f.727638"
-      ]
-    ]
-  },
-  {
-    "id": "c0794a5f.727638",
-    "type": "returnFailure",
-    "name": "return failure",
-    "xml": "<return status='failure'>\n\t<parameter name='ack-final' value='Y'/>\n\t<parameter name=\"error-code\" value=\"500\" />\n    <parameter name=\"error-message\" value=\"`'Unsupported type = ' + $prop.sdncRestApi.type`\" />\n\n",
-    "comments": "",
-    "x": 1247.7726364135742,
-    "y": 358.43917751312256,
-    "z": "cbb28df7.1359",
-    "wires": []
-  }
-]
+[\r
+    {\r
+        "id": "b49e6ed1.c8dcb",\r
+        "type": "other",\r
+        "name": "update",\r
+        "xml": "<outcome value='Update'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 663,\r
+        "y": 290,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "afc79595.03a058"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "93d3a809.23d83",\r
+        "type": "other",\r
+        "name": "delete",\r
+        "xml": "<outcome value='delete'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 663,\r
+        "y": 370,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "87f5ce3d.163be8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "87f5ce3d.163be8",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "outputs": 1,\r
+        "x": 804.5,\r
+        "y": 370,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "ed89d8e2.366518",\r
+        "type": "comment",\r
+        "name": "TODO: Delete topology from AAI",\r
+        "info": "",\r
+        "comments": "",\r
+        "x": 737.3335189819336,\r
+        "y": 337.96899485588074,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "493ee223.06b5cc",\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": 493.5,\r
+        "y": 330,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "b49e6ed1.c8dcb",\r
+                "93d3a809.23d83"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "c970e0d9.988dc8",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "outputs": 1,\r
+        "x": 1190.5,\r
+        "y": 201,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "b93333aa.1c0a7",\r
+                "8e89ec86.381848",\r
+                "6bfd56ef.86aba8",\r
+                "29c878c8.6e2e3",\r
+                "9dd42ebd.c3ec58"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "8e89ec86.381848",\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": 1463.5001983642578,\r
+        "y": 122.00000953674316,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "37b02225.daaf3e",\r
+                "e44faed5.0a562"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "37b02225.daaf3e",\r
+        "type": "success",\r
+        "name": "success",\r
+        "xml": "<outcome value='success'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1753.000244140625,\r
+        "y": 114,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "9ee82b4c.027258"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "e44faed5.0a562",\r
+        "type": "failure",\r
+        "name": "failure",\r
+        "xml": "<outcome value='failure'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1749.000244140625,\r
+        "y": 154,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "95fadd6c.fb4588"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "9ee82b4c.027258",\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": 1903.500244140625,\r
+        "y": 114,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "d863483.fe451b8",\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": 1970.500244140625,\r
+        "y": 234,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "27150b59.a15c7c",\r
+                "10804f14.8fac71"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "27150b59.a15c7c",\r
+        "type": "success",\r
+        "name": "success",\r
+        "xml": "<outcome value='success'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2213.000244140625,\r
+        "y": 254,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "45766a62.487964"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "45766a62.487964",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2370.500244140625,\r
+        "y": 254,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "ed8abc6a.23da9",\r
+                "3075f0c3.b7397",\r
+                "5530fe3e.d46a6"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "679734df.7d768c",\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": 2347.000244140625,\r
+        "y": 154,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "10804f14.8fac71",\r
+        "type": "failure",\r
+        "name": "failure",\r
+        "xml": "<outcome value='failure'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2209.000244140625,\r
+        "y": 154,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "679734df.7d768c"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "fb65e652.c18e18",\r
+        "type": "dgstart",\r
+        "name": "DGSTART",\r
+        "outputs": 1,\r
+        "x": 116,\r
+        "y": 65,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "5fd8c6ae.cf15e8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "5fd8c6ae.cf15e8",\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": 129,\r
+        "y": 125,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "7c6d0d29.a4e9cc"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "7c6d0d29.a4e9cc",\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": 149,\r
+        "y": 205,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "d5da3f05.d59de8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "d5da3f05.d59de8",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 396.5,\r
+        "y": 205,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "94fe0252.df11a8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "ed8abc6a.23da9",\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": 2609.500244140625,\r
+        "y": 214,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "9a721924.2f2028"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "9a721924.2f2028",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2786.000244140625,\r
+        "y": 209,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "6726d129.2959a",\r
+                "896230f8.99ca6"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "6726d129.2959a",\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": 2965.000244140625,\r
+        "y": 229,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "896230f8.99ca6",\r
+        "type": "set",\r
+        "name": "set network",\r
+        "xml": "<set>\n<parameter name='network.' value='`$topology.networks.network[$nidx].`' />\n",\r
+        "comments": "",\r
+        "x": 2920.000244140625,\r
+        "y": 189,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "95fadd6c.fb4588",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1869.000244140625,\r
+        "y": 154,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "8fa7ac01.7e9068",\r
+        "type": "comment",\r
+        "name": "Do Nothing",\r
+        "info": "",\r
+        "comments": "",\r
+        "x": 2039.000244140625,\r
+        "y": 194,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "4076575b.04c63",\r
+        "type": "switchNode",\r
+        "name": "switch type",\r
+        "xml": "<switch test=\"`$prop.sdncRestApi.type`\">\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 916,\r
+        "y": 290,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "e5bd5122.002238",\r
+                "6d8d65c8.0b06bc",\r
+                "b3287819.8ca7c",\r
+                "4433c168.8e0cb"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "afc79595.03a058",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 783,\r
+        "y": 290,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "4076575b.04c63"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "e5bd5122.002238",\r
+        "type": "other",\r
+        "name": "SOTN",\r
+        "xml": "<outcome value='SOTN'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1029,\r
+        "y": 201,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "c970e0d9.988dc8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "6d8d65c8.0b06bc",\r
+        "type": "other",\r
+        "name": "other",\r
+        "xml": "<outcome value='Other'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1031.000087738037,\r
+        "y": 750.0001106262207,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "f76541c6.503d4"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "f76541c6.503d4",\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": 1181.0000610351562,\r
+        "y": 746.0000972747803,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "b93333aa.1c0a7",\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": 1410.0001983642578,\r
+        "y": 82.00000953674316,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "6bfd56ef.86aba8",\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": 1456.5001983642578,\r
+        "y": 202.00000953674316,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "ec0b1f86.de86a8",\r
+                "d869f67b.6cbd68"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "ec0b1f86.de86a8",\r
+        "type": "other",\r
+        "name": "Null",\r
+        "xml": "<outcome value=''>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1749.000244140625,\r
+        "y": 194,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "36410877.b60b2"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "d869f67b.6cbd68",\r
+        "type": "other",\r
+        "name": "other",\r
+        "xml": "<outcome value='Other'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1749.000244140625,\r
+        "y": 234,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "d863483.fe451b8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "36410877.b60b2",\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": 1970.500244140625,\r
+        "y": 194,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "10804f14.8fac71",\r
+                "27150b59.a15c7c"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "9dd42ebd.c3ec58",\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": 1453.0001983642578,\r
+        "y": 342.00000953674316,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "29c878c8.6e2e3",\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": 1413.0001983642578,\r
+        "y": 302.00000953674316,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "6c35f59f.31aaf4",\r
+        "type": "comment",\r
+        "name": "Notification subscription",\r
+        "info": "",\r
+        "comments": "",\r
+        "x": 1418.000343322754,\r
+        "y": 259.00000858306885,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "94fe0252.df11a8",\r
+        "type": "switchNode",\r
+        "name": "switch",\r
+        "xml": "<switch test=\"`$prop.sdncRestApi.vendor == 'ZTE'`\">\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 103,\r
+        "y": 330,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "97112dfb.d25148",\r
+                "c86f88a8.e3654"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "97112dfb.d25148",\r
+        "type": "outcomeFalse",\r
+        "name": "false",\r
+        "xml": "<outcome value='false'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 290,\r
+        "y": 330,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "493ee223.06b5cc"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "c86f88a8.e3654",\r
+        "type": "outcomeTrue",\r
+        "name": "true",\r
+        "xml": "<outcome value='true'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 291,\r
+        "y": 455,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "31c62e46.1b6bfa"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "31c62e46.1b6bfa",\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": 514,\r
+        "y": 455,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "b3287819.8ca7c",\r
+        "type": "other",\r
+        "name": "TAPI",\r
+        "xml": "<outcome value='TAPI'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1107,\r
+        "y": 435,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "a1b223fc.4bfc8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "a1b223fc.4bfc8",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "outputs": 1,\r
+        "x": 1270,\r
+        "y": 434,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "2ba90d0d.a5469a"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "2ba90d0d.a5469a",\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": 1431,\r
+        "y": 433,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "e4e0c00a.96655",\r
+                "8857c3bd.cbf58"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "8857c3bd.cbf58",\r
+        "type": "success",\r
+        "name": "success",\r
+        "xml": "<outcome value='success'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1573,\r
+        "y": 509,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "5009a48f.6c9144"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "e4e0c00a.96655",\r
+        "type": "failure",\r
+        "name": "failure",\r
+        "xml": "<outcome value='failure'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1607,\r
+        "y": 430,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "3d3fabb0.3b7c64"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "3d3fabb0.3b7c64",\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": 1777,\r
+        "y": 429,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "5009a48f.6c9144",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "outputs": 1,\r
+        "x": 1734,\r
+        "y": 508,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "7bccde97.6587f8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "7bccde97.6587f8",\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": 1913,\r
+        "y": 508,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "b488f25e.063e58"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "b488f25e.063e58",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2080,\r
+        "y": 509,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "5387bb7e.ccfa04",\r
+                "58ce3e1c.538878"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "5387bb7e.ccfa04",\r
+        "type": "set",\r
+        "name": "set topology",\r
+        "xml": "<set>\n<parameter name='topology.' value='`$topologies.topology[$tidx].`' />\n",\r
+        "comments": "",\r
+        "x": 2239,\r
+        "y": 510,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "58ce3e1c.538878",\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": 2230,\r
+        "y": 576,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "4433c168.8e0cb",\r
+        "type": "outcome",\r
+        "name": "MSA",\r
+        "xml": "<outcome value='MSA'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1077.677324295044,\r
+        "y": 591.8993349075317,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "e65be9ee.c7b3b"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "e65be9ee.c7b3b",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "outputs": 1,\r
+        "x": 1239.6773872375488,\r
+        "y": 589.899335861206,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "35fd633c.bf4964"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "35fd633c.bf4964",\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": 1416.6771354675293,\r
+        "y": 581.8992919921875,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "7a243e03.e07788",\r
+                "31b0685e.813ca8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "7a243e03.e07788",\r
+        "type": "failure",\r
+        "name": "failure",\r
+        "xml": "<outcome value='failure'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1569.6771354675293,\r
+        "y": 578.8992919921875,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "a65ca6e4.09ef28"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "a65ca6e4.09ef28",\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": 1744.6771354675293,\r
+        "y": 577.8992919921875,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "31b0685e.813ca8",\r
+        "type": "success",\r
+        "name": "success",\r
+        "xml": "<outcome value='success'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1575.6771354675293,\r
+        "y": 651.8992919921875,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "777a7a58.789fc4"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "777a7a58.789fc4",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "outputs": 1,\r
+        "x": 1759.6771354675293,\r
+        "y": 653.8992919921875,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "7575649a.153f4c"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "7575649a.153f4c",\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": 2038.677001953125,\r
+        "y": 651.8992919921875,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "3075f0c3.b7397",\r
+        "type": "switchNode",\r
+        "name": "switch network_length",\r
+        "xml": "<switch test='`$topology.networks.network_length`'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2630,\r
+        "y": 320,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "8524dca2.aeded8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "8524dca2.aeded8",\r
+        "type": "outcome",\r
+        "name": "2 Topologies (1 Domain)",\r
+        "xml": "<outcome value='2'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2904,\r
+        "y": 320,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "b33095ec.9e9e"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "b33095ec.9e9e",\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": 3272,\r
+        "y": 305,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "d9671ae7.1f2ac",\r
+                "8d2f7cad.ac7078"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "d9671ae7.1f2ac",\r
+        "type": "outcome",\r
+        "name": "ethernet-topology",\r
+        "xml": "<outcome value='ethernet-topology'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3488,\r
+        "y": 305,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "9105249.2609cd8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "9105249.2609cd8",\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": 3713,\r
+        "y": 305,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "9ce7c86d.2eb2d8",\r
+                "36497843.e3494"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "9ce7c86d.2eb2d8",\r
+        "type": "outcome",\r
+        "name": "otn-topology",\r
+        "xml": "<outcome value='otn-topology'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3949,\r
+        "y": 258,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "637acfae.0f124"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "f3d25251.c6e91",\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": 4365,\r
+        "y": 246,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "741e41f5.1da6",\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": 4321,\r
+        "y": 155,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "8d2f7cad.ac7078",\r
+        "type": "outcome",\r
+        "name": "otn-topology",\r
+        "xml": "<outcome value='otn-topology'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3493,\r
+        "y": 362,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "a8d319cf.4bc79"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "637acfae.0f124",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 4131,\r
+        "y": 232,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "741e41f5.1da6",\r
+                "f3d25251.c6e91"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "a8d319cf.4bc79",\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": 3712,\r
+        "y": 364,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "5531c9a0.612ad8",\r
+                "182315db.ba9502"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "36497843.e3494",\r
+        "type": "other",\r
+        "name": "other",\r
+        "xml": "<outcome value='Other'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3943,\r
+        "y": 317,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "695f6a27.1421dc"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "695f6a27.1421dc",\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": 4145,\r
+        "y": 315,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "5531c9a0.612ad8",\r
+        "type": "outcome",\r
+        "name": "ethernet-topology",\r
+        "xml": "<outcome value='ethernet-topology'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3935,\r
+        "y": 378,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "842f72e1.b17048"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "3a98f05a.e5da8",\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": 4351,\r
+        "y": 359,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "182315db.ba9502",\r
+        "type": "other",\r
+        "name": "other",\r
+        "xml": "<outcome value='Other'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3894,\r
+        "y": 439,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "ac618cc1.491d7"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "ac618cc1.491d7",\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": 4063,\r
+        "y": 446,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "842f72e1.b17048",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 4113,\r
+        "y": 374,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "3a98f05a.e5da8",\r
+                "225dfddc.2a0cba"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "5530fe3e.d46a6",\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": 2617,\r
+        "y": 510,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "d9e48832.552bd8",\r
+                "59795789.351ce",\r
+                "61ad07cf.dca3e8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "d9e48832.552bd8",\r
+        "type": "success",\r
+        "name": "success",\r
+        "xml": "<outcome value='success'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2870,\r
+        "y": 428,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "aa408c9d.56c38"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "59795789.351ce",\r
+        "type": "not-found",\r
+        "name": "not-found",\r
+        "xml": "<outcome value='not-found'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2873.490966796875,\r
+        "y": 475.57403564453125,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "c28a983a.0204"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "61ad07cf.dca3e8",\r
+        "type": "other",\r
+        "name": "other",\r
+        "xml": "<outcome value='Other'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2861.823974609375,\r
+        "y": 519.9073486328125,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "781b901c.45ff08"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "225dfddc.2a0cba",\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": 4386,\r
+        "y": 425,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "11abef7e.ad2629",\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": 3658,\r
+        "y": 683,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "aa408c9d.56c38",\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": 3085,\r
+        "y": 426,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "13de82c2.31f6ad"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "13de82c2.31f6ad",\r
+        "type": "outcome",\r
+        "name": "4 Topologies (2 Domains)",\r
+        "xml": "<outcome value='4'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3362,\r
+        "y": 425,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "e4acb7eb.00534"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "c28a983a.0204",\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": 3046,\r
+        "y": 476,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "781b901c.45ff08",\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": 3035,\r
+        "y": 522,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "3daf0b35.8056dc",\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": 3677,\r
+        "y": 476,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "a478abea.aef858"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "a478abea.aef858",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3836,\r
+        "y": 575,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "672de2b7.6fadec",\r
+                "b7971e38.4fdc88"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "672de2b7.6fadec",\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": 4043,\r
+        "y": 568,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "8b03cc56.be0278"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "8b03cc56.be0278",\r
+        "type": "outcome",\r
+        "name": "otn-topology",\r
+        "xml": "<outcome value='otn-topology'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 4256,\r
+        "y": 562,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "5b2aaa85.617b44"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "7c2a6199.8c29b",\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": 4622,\r
+        "y": 555,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "b7971e38.4fdc88",\r
+        "type": "set",\r
+        "name": "set otnidx",\r
+        "xml": "<set>\n<parameter name='otnidx' value='0' />\n",\r
+        "comments": "",\r
+        "x": 3988,\r
+        "y": 526,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "ee5c6cf6.44a0c",\r
+        "type": "set",\r
+        "name": "set otnidx",\r
+        "xml": "<set>\n<parameter name='otnidx' value='`$otnidx + 1`' />\n",\r
+        "comments": "",\r
+        "x": 4539,\r
+        "y": 607,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "5b2aaa85.617b44",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 4402,\r
+        "y": 575,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "7c2a6199.8c29b",\r
+                "ee5c6cf6.44a0c"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "e4acb7eb.00534",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic='true'>",\r
+        "atomic": "true",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 3456,\r
+        "y": 499,\r
+        "z": "1b18cff5.bba51",\r
+        "wires": [\r
+            [\r
+                "3daf0b35.8056dc",\r
+                "11abef7e.ad2629"\r
+            ]\r
+        ]\r
+    }\r
+]
\ No newline at end of file