Topology Discovery and optical-service DGs
[sdnc/oam.git] / platform-logic / datachange / src / main / json / DataChange_esr-thirdparty-sdnc-discovery.json
index ccc0c00..9b95dc5 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": "36e96ed4.41d832",\r
+        "type": "other",\r
+        "name": "update",\r
+        "xml": "<outcome value='Update'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 665.5,\r
+        "y": 329,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            [\r
+                "8acc6f21.be6fc8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "6f06aa61.f248ec",\r
+        "type": "other",\r
+        "name": "delete",\r
+        "xml": "<outcome value='delete'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 665.5,\r
+        "y": 409,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            [\r
+                "a603632c.68bff"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "a603632c.68bff",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "outputs": 1,\r
+        "x": 807,\r
+        "y": 409,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "68bed413.930adc",\r
+        "type": "comment",\r
+        "name": "TODO: Delete topology from AAI",\r
+        "info": "",\r
+        "comments": "",\r
+        "x": 739.8335189819336,\r
+        "y": 376.96899485588074,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "50de7689.c1ed4",\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": 496,\r
+        "y": 369,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            [\r
+                "36e96ed4.41d832",\r
+                "6f06aa61.f248ec"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "e12b7948.8a8be",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "outputs": 1,\r
+        "x": 1193,\r
+        "y": 240,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            [\r
+                "484845a5.2238e4",\r
+                "4e058d3f.ebbc8c",\r
+                "19259d76.96fc3b",\r
+                "ac66ccfd.381a88",\r
+                "da47859b.4ec77"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "4e058d3f.ebbc8c",\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": 1466.0001983642578,\r
+        "y": 161.00000953674316,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            [\r
+                "916502a3.877388",\r
+                "e44e3e68.a49fd8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "916502a3.877388",\r
+        "type": "success",\r
+        "name": "success",\r
+        "xml": "<outcome value='success'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1755.500244140625,\r
+        "y": 153,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            [\r
+                "a8c3cc1.f5d4bb"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "e44e3e68.a49fd8",\r
+        "type": "failure",\r
+        "name": "failure",\r
+        "xml": "<outcome value='failure'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1751.500244140625,\r
+        "y": 193,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            [\r
+                "e40e8527.2ee67"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "a8c3cc1.f5d4bb",\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": 1906.000244140625,\r
+        "y": 153,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "f1eb21a4.8d1378",\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": 1973.000244140625,\r
+        "y": 273,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            [\r
+                "8660dd2a.bc5478",\r
+                "f7ff1324.a58c28"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "8660dd2a.bc5478",\r
+        "type": "success",\r
+        "name": "success",\r
+        "xml": "<outcome value='success'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2215.500244140625,\r
+        "y": 293,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            [\r
+                "73cb768c.3647e"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "73cb768c.3647e",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2373.000244140625,\r
+        "y": 293,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            [\r
+                "92b164bb.975a38"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "33371bb9.421c84",\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": 2349.500244140625,\r
+        "y": 193,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "f7ff1324.a58c28",\r
+        "type": "failure",\r
+        "name": "failure",\r
+        "xml": "<outcome value='failure'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2211.500244140625,\r
+        "y": 193,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            [\r
+                "33371bb9.421c84"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "ea734627.c2c7d8",\r
+        "type": "dgstart",\r
+        "name": "DGSTART",\r
+        "outputs": 1,\r
+        "x": 118.5,\r
+        "y": 104,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            [\r
+                "89ca9d8b.bbc328"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "89ca9d8b.bbc328",\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": 131.5,\r
+        "y": 164,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            [\r
+                "789b0d9d.02f75c"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "789b0d9d.02f75c",\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": 151.5,\r
+        "y": 244,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            [\r
+                "19dd5973.ca5fbf"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "19dd5973.ca5fbf",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 399,\r
+        "y": 244,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            [\r
+                "72476c1.b3cb514"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "92b164bb.975a38",\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": 1799.000259399414,\r
+        "y": 392.00001525878906,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            [\r
+                "a33c6916.e2063"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "a33c6916.e2063",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1947.500259399414,\r
+        "y": 392.00001525878906,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            [\r
+                "70a92c18.3741ec",\r
+                "6196a44a.543cec"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "70a92c18.3741ec",\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": 2126.500259399414,\r
+        "y": 412.00001525878906,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "6196a44a.543cec",\r
+        "type": "set",\r
+        "name": "set network",\r
+        "xml": "<set>\n<parameter name='network.' value='`$topology.networks.network[$nidx].`' />\n",\r
+        "comments": "",\r
+        "x": 2081.500259399414,\r
+        "y": 372.00001525878906,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "e40e8527.2ee67",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1871.500244140625,\r
+        "y": 193,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "984ef742.f7de98",\r
+        "type": "comment",\r
+        "name": "Do Nothing",\r
+        "info": "",\r
+        "comments": "",\r
+        "x": 2041.500244140625,\r
+        "y": 233,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "4308651d.5eb474",\r
+        "type": "switchNode",\r
+        "name": "switch type",\r
+        "xml": "<switch test=\"`$prop.sdncRestApi.type`\">\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 918.5,\r
+        "y": 329,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            [\r
+                "98c19260.813238",\r
+                "3ccd2719.ec5e88",\r
+                "c0dd9c59.c4eff8",\r
+                "4451a4e9.723244"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "8acc6f21.be6fc8",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 785.5,\r
+        "y": 329,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            [\r
+                "4308651d.5eb474"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "98c19260.813238",\r
+        "type": "other",\r
+        "name": "SOTN",\r
+        "xml": "<outcome value='SOTN'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1031.5,\r
+        "y": 240,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            [\r
+                "e12b7948.8a8be"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "3ccd2719.ec5e88",\r
+        "type": "other",\r
+        "name": "other",\r
+        "xml": "<outcome value='Other'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1033.500087738037,\r
+        "y": 789.0001106262207,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            [\r
+                "f4c76776.724b28"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "f4c76776.724b28",\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": 1183.5000610351562,\r
+        "y": 785.0000972747803,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "484845a5.2238e4",\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": 1412.5001983642578,\r
+        "y": 121.00000953674316,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "19259d76.96fc3b",\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": 1459.0001983642578,\r
+        "y": 241.00000953674316,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            [\r
+                "2313a899.da913",\r
+                "531d5829.4a09a8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "2313a899.da913",\r
+        "type": "other",\r
+        "name": "Null",\r
+        "xml": "<outcome value=''>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1751.500244140625,\r
+        "y": 233,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            [\r
+                "c60b8cf4.53a21"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "531d5829.4a09a8",\r
+        "type": "other",\r
+        "name": "other",\r
+        "xml": "<outcome value='Other'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1751.500244140625,\r
+        "y": 273,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            [\r
+                "f1eb21a4.8d1378"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "c60b8cf4.53a21",\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": 1973.000244140625,\r
+        "y": 233,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            [\r
+                "f7ff1324.a58c28",\r
+                "8660dd2a.bc5478"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "da47859b.4ec77",\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": 1455.5001983642578,\r
+        "y": 381.00000953674316,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "ac66ccfd.381a88",\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": 1415.5001983642578,\r
+        "y": 341.00000953674316,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "fa1a511.33260b",\r
+        "type": "comment",\r
+        "name": "Notification subscription",\r
+        "info": "",\r
+        "comments": "",\r
+        "x": 1420.500343322754,\r
+        "y": 298.00000858306885,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "72476c1.b3cb514",\r
+        "type": "switchNode",\r
+        "name": "switch",\r
+        "xml": "<switch test=\"`$prop.sdncRestApi.vendor == 'ZTE'`\">\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 105.5,\r
+        "y": 369,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            [\r
+                "7ff38366.3f2f34",\r
+                "18555fe6.542308"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "7ff38366.3f2f34",\r
+        "type": "outcomeFalse",\r
+        "name": "false",\r
+        "xml": "<outcome value='false'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 292.5,\r
+        "y": 369,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            [\r
+                "50de7689.c1ed4"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "18555fe6.542308",\r
+        "type": "outcomeTrue",\r
+        "name": "true",\r
+        "xml": "<outcome value='true'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 293.5,\r
+        "y": 494,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            [\r
+                "46364a8c.43d47c"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "46364a8c.43d47c",\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": 516.5,\r
+        "y": 494,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "c0dd9c59.c4eff8",\r
+        "type": "other",\r
+        "name": "TAPI",\r
+        "xml": "<outcome value='TAPI'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1109.5,\r
+        "y": 474,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            [\r
+                "b4761a0a.e9187"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "b4761a0a.e9187",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "outputs": 1,\r
+        "x": 1272.5,\r
+        "y": 473,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            [\r
+                "5f4972dc.a8c76c"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "5f4972dc.a8c76c",\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": 1433.5,\r
+        "y": 472,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            [\r
+                "cef3a525.157f48",\r
+                "aa2154d5.57633"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "aa2154d5.57633",\r
+        "type": "success",\r
+        "name": "success",\r
+        "xml": "<outcome value='success'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1575.5,\r
+        "y": 548,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            [\r
+                "80d535c0.0a3eb"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "cef3a525.157f48",\r
+        "type": "failure",\r
+        "name": "failure",\r
+        "xml": "<outcome value='failure'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1609.5,\r
+        "y": 469,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            [\r
+                "9d726edf.4a00d"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "9d726edf.4a00d",\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": 1779.5,\r
+        "y": 468,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "80d535c0.0a3eb",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "outputs": 1,\r
+        "x": 1736.5,\r
+        "y": 547,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            [\r
+                "73db98e4.daca9"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "73db98e4.daca9",\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": 1915.5,\r
+        "y": 547,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            [\r
+                "d273e3f9.ce07"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "d273e3f9.ce07",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2082.5,\r
+        "y": 548,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            [\r
+                "e1c04d4.8fe4cb",\r
+                "3d2b44f0.5e96ec"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "e1c04d4.8fe4cb",\r
+        "type": "set",\r
+        "name": "set topology",\r
+        "xml": "<set>\n<parameter name='topology.' value='`$topologies.topology[$tidx].`' />\n",\r
+        "comments": "",\r
+        "x": 2241.5,\r
+        "y": 549,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "3d2b44f0.5e96ec",\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": 2232.5,\r
+        "y": 615,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "4451a4e9.723244",\r
+        "type": "outcome",\r
+        "name": "MSA",\r
+        "xml": "<outcome value='MSA'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1080.177324295044,\r
+        "y": 630.8993349075317,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            [\r
+                "fe364eaa.3f7b08"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "fe364eaa.3f7b08",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "outputs": 1,\r
+        "x": 1242.1773872375488,\r
+        "y": 628.899335861206,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            [\r
+                "3e697d7a.72d032"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "3e697d7a.72d032",\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": 1419.1771354675293,\r
+        "y": 620.8992919921875,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            [\r
+                "65bb501c.2cef98",\r
+                "d2559ee1.0d8548"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "65bb501c.2cef98",\r
+        "type": "failure",\r
+        "name": "failure",\r
+        "xml": "<outcome value='failure'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1572.1771354675293,\r
+        "y": 617.8992919921875,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            [\r
+                "6d2f6447.367f94"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "6d2f6447.367f94",\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": 1747.1771354675293,\r
+        "y": 616.8992919921875,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "d2559ee1.0d8548",\r
+        "type": "success",\r
+        "name": "success",\r
+        "xml": "<outcome value='success'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1578.1771354675293,\r
+        "y": 690.8992919921875,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            [\r
+                "81b6558e.8743c"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "81b6558e.8743c",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "outputs": 1,\r
+        "x": 1762.1771354675293,\r
+        "y": 692.8992919921875,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            [\r
+                "4139e8ab.39b6d8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "4139e8ab.39b6d8",\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": 2041.177001953125,\r
+        "y": 690.8992919921875,\r
+        "z": "35b097d7.5fa018",\r
+        "wires": [\r
+            []\r
+        ]\r
+    }\r
+]
\ No newline at end of file