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 426b856..232afae 100644 (file)
-[
-  {
-    "id": "e714f114.a841a",
-    "type": "other",
-    "name": "update",
-    "xml": "<outcome value='Update'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 674.5000419616699,
-    "y": 205.66669845581055,
-    "z": "f60ccc0b.2e9e5",
-    "wires": [
-      [
-        "412d4a4c.5ea2f4"
-      ]
-    ]
-  },
-  {
-    "id": "47ba392d.437028",
-    "type": "other",
-    "name": "delete",
-    "xml": "<outcome value='delete'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 702.7222175598145,
-    "y": 477.3335008621216,
-    "z": "f60ccc0b.2e9e5",
-    "wires": [
-      [
-        "e84e5704.965b68"
-      ]
-    ]
-  },
-  {
-    "id": "e84e5704.965b68",
-    "type": "block",
-    "name": "block : atomic",
-    "xml": "<block atomic=\"true\">",
-    "atomic": "true",
-    "outputs": 1,
-    "x": 858.1668968200684,
-    "y": 477.33352184295654,
-    "z": "f60ccc0b.2e9e5",
-    "wires": [
-      []
-    ]
-  },
-  {
-    "id": "5e6b6675.fc5a18",
-    "type": "comment",
-    "name": "TODO: Delete topology from AAI",
-    "info": "",
-    "comments": "",
-    "x": 782.8334770202637,
-    "y": 440.0001859664917,
-    "z": "f60ccc0b.2e9e5",
-    "wires": []
-  },
-  {
-    "id": "bf8e19f1.7f5908",
-    "type": "switchNode",
-    "name": "switch aai-event-trigger",
-    "xml": "<switch test=\"`$data-change-notification-input.aai-event-trigger`\">\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 459.05566787719727,
-    "y": 344.2222309112549,
-    "z": "f60ccc0b.2e9e5",
-    "wires": [
-      [
-        "e714f114.a841a",
-        "47ba392d.437028"
-      ]
-    ]
-  },
-  {
-    "id": "412d4a4c.5ea2f4",
-    "type": "block",
-    "name": "block : atomic",
-    "xml": "<block atomic=\"true\">",
-    "atomic": "true",
-    "outputs": 1,
-    "x": 842.8338432312012,
-    "y": 204.11124992370605,
-    "z": "f60ccc0b.2e9e5",
-    "wires": [
-      [
-        "52b0fb73.694034",
-        "b992a9e2.abb498"
-      ]
-    ]
-  },
-  {
-    "id": "bf4a7e8b.e2772",
-    "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": 1120.4932975769043,
-    "y": 160.03050470352173,
-    "z": "f60ccc0b.2e9e5",
-    "wires": [
-      [
-        "cbcc146a.b18a48",
-        "934e7ef4.942bd"
-      ]
-    ]
-  },
-  {
-    "id": "cbcc146a.b18a48",
-    "type": "success",
-    "name": "success",
-    "xml": "<outcome value='success'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 1355.4932975769043,
-    "y": 138.03050470352173,
-    "z": "f60ccc0b.2e9e5",
-    "wires": [
-      [
-        "9ebe20af.228e5"
-      ]
-    ]
-  },
-  {
-    "id": "934e7ef4.942bd",
-    "type": "failure",
-    "name": "failure",
-    "xml": "<outcome value='failure'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 1347.7432975769043,
-    "y": 191.67338800430298,
-    "z": "f60ccc0b.2e9e5",
-    "wires": [
-      [
-        "fe461c21.f9128"
-      ]
-    ]
-  },
-  {
-    "id": "9ebe20af.228e5",
-    "type": "set",
-    "name": "set token-id",
-    "xml": "<set>\n<parameter name='prop.sdncRestApi.token_id' value='`$token-result.data.token_id`' />\n",
-    "comments": "",
-    "x": 1509.4932975769043,
-    "y": 139.03050470352173,
-    "z": "f60ccc0b.2e9e5",
-    "wires": []
-  },
-  {
-    "id": "52b0fb73.694034",
-    "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": 1123.8267250061035,
-    "y": 253.73424243927002,
-    "z": "f60ccc0b.2e9e5",
-    "wires": [
-      [
-        "bf8dd5a2.3ec108",
-        "4e2f04da.b5496c"
-      ]
-    ]
-  },
-  {
-    "id": "bf8dd5a2.3ec108",
-    "type": "success",
-    "name": "success",
-    "xml": "<outcome value='success'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 1382.3820571899414,
-    "y": 231.734224319458,
-    "z": "f60ccc0b.2e9e5",
-    "wires": [
-      [
-        "9692e7a9.a7ad78"
-      ]
-    ]
-  },
-  {
-    "id": "9692e7a9.a7ad78",
-    "type": "block",
-    "name": "block : atomic",
-    "xml": "<block atomic=\"true\">",
-    "atomic": "true",
-    "comments": "",
-    "outputs": 1,
-    "x": 1557.937587738037,
-    "y": 229.40094661712646,
-    "z": "f60ccc0b.2e9e5",
-    "wires": [
-      []
-    ]
-  },
-  {
-    "id": "1548c97d.137267",
-    "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": 1566.1598625183105,
-    "y": 303.62306022644043,
-    "z": "f60ccc0b.2e9e5",
-    "wires": []
-  },
-  {
-    "id": "4e2f04da.b5496c",
-    "type": "failure",
-    "name": "failure",
-    "xml": "<outcome value='failure'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 1387.8265419006348,
-    "y": 302.84528970718384,
-    "z": "f60ccc0b.2e9e5",
-    "wires": [
-      [
-        "1548c97d.137267"
-      ]
-    ]
-  },
-  {
-    "id": "773b4a80.972f64",
-    "type": "dgstart",
-    "name": "DGSTART",
-    "outputs": 1,
-    "x": 99.50000381469727,
-    "y": 84.00000476837158,
-    "z": "f60ccc0b.2e9e5",
-    "wires": [
-      [
-        "6b3bf10f.0a471"
-      ]
-    ]
-  },
-  {
-    "id": "6b3bf10f.0a471",
-    "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": 237.6111297607422,
-    "y": 125.44446611404419,
-    "z": "f60ccc0b.2e9e5",
-    "wires": [
-      [
-        "34347376.ce668c"
-      ]
-    ]
-  },
-  {
-    "id": "34347376.ce668c",
-    "type": "method",
-    "name": "method esr-thirdparty-sdnc-discovery",
-    "xml": "<method rpc='esr-thirdparty-sdnc-discovery' mode='sync'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 334.05569076538086,
-    "y": 236.22224712371826,
-    "z": "f60ccc0b.2e9e5",
-    "wires": [
-      [
-        "1ded1b72.af18c5"
-      ]
-    ]
-  },
-  {
-    "id": "1ded1b72.af18c5",
-    "type": "block",
-    "name": "block : atomic",
-    "xml": "<block atomic=\"true\">\n",
-    "atomic": "false",
-    "comments": "",
-    "outputs": 1,
-    "x": 242.2779197692871,
-    "y": 345.1112251281738,
-    "z": "f60ccc0b.2e9e5",
-    "wires": [
-      [
-        "bf8e19f1.7f5908"
-      ]
-    ]
-  },
-  {
-    "id": "b992a9e2.abb498",
-    "type": "for",
-    "name": "for each Network",
-    "xml": "<for index='nidx' start='0' end='`$topology.networks.network_length`' >\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 1055.9814949035645,
-    "y": 381.22218132019043,
-    "z": "f60ccc0b.2e9e5",
-    "wires": [
-      [
-        "d00ff672.d0b048"
-      ]
-    ]
-  },
-  {
-    "id": "d00ff672.d0b048",
-    "type": "block",
-    "name": "block",
-    "xml": "<block>\n",
-    "atomic": "false",
-    "comments": "",
-    "outputs": 1,
-    "x": 1245.9814567565918,
-    "y": 388.99997425079346,
-    "z": "f60ccc0b.2e9e5",
-    "wires": [
-      [
-        "ba2cdcd.67eab2",
-        "b9e492ff.96a56"
-      ]
-    ]
-  },
-  {
-    "id": "ba2cdcd.67eab2",
-    "type": "call",
-    "name": "call update-network-to-aai",
-    "xml": "<call module='DataChange' rpc='update-network-to-aai' mode='sync' >\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 1499.3148784637451,
-    "y": 452.3333444595337,
-    "z": "f60ccc0b.2e9e5",
-    "wires": [
-      []
-    ]
-  },
-  {
-    "id": "b9e492ff.96a56",
-    "type": "set",
-    "name": "set network",
-    "xml": "<set>\n<parameter name='network.' value='`$topology.networks.network[$nidx].`' />\n",
-    "comments": "",
-    "x": 1451.5369987487793,
-    "y": 370.1110887527466,
-    "z": "f60ccc0b.2e9e5",
-    "wires": []
-  },
-  {
-    "id": "fe461c21.f9128",
-    "type": "block",
-    "name": "block",
-    "xml": "<block>\n",
-    "atomic": "false",
-    "comments": "",
-    "outputs": 1,
-    "x": 1509.3146934509277,
-    "y": 186.77776718139648,
-    "z": "f60ccc0b.2e9e5",
-    "wires": [
-      []
-    ]
-  },
-  {
-    "id": "12e3cffc.36ff4",
-    "type": "comment",
-    "name": "Do Nothing",
-    "info": "",
-    "comments": "",
-    "x": 1644.8702672322588,
-    "y": 185.66664293077258,
-    "z": "f60ccc0b.2e9e5",
-    "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