NNI-based Service creation DG bug fixes (uni, l2vpn, and underlay resources).
[sdnc/oam.git] / platform-logic / datachange / src / main / json / DataChange_update-network-to-aai.json
index f82168b..d87fd49 100644 (file)
-[
-  {
-    "id": "4d48ad52.66bce4",
-    "type": "dgstart",
-    "name": "DGSTART",
-    "outputs": 1,
-    "x": 116,
-    "y": 72,
-    "z": "972d7ac.f66db88",
-    "wires": [
-      [
-        "66f854f4.bc80cc"
-      ]
-    ]
-  },
-  {
-    "id": "66f854f4.bc80cc",
-    "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": 205.00003051757812,
-    "y": 162.88891220092773,
-    "z": "972d7ac.f66db88",
-    "wires": [
-      [
-        "7eee0fcc.e1d78"
-      ]
-    ]
-  },
-  {
-    "id": "7eee0fcc.e1d78",
-    "type": "method",
-    "name": "method update-network-to-aai",
-    "xml": "<method rpc='update-network-to-aai' mode='sync'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 241.1112518310547,
-    "y": 233.22223663330078,
-    "z": "972d7ac.f66db88",
-    "wires": [
-      [
-        "dd17da81.f85678"
-      ]
-    ]
-  },
-  {
-    "id": "dd17da81.f85678",
-    "type": "block",
-    "name": "block : atomic",
-    "xml": "<block atomic=\"true\">\n",
-    "atomic": "false",
-    "comments": "",
-    "outputs": 1,
-    "x": 466.33343505859375,
-    "y": 232.77792358398438,
-    "z": "972d7ac.f66db88",
-    "wires": [
-      [
-        "c70a984d.cc2a48",
-        "5cf53006.e1ea9",
-        "a9f8a08c.a159f"
-      ]
-    ]
-  },
-  {
-    "id": "5cf53006.e1ea9",
-    "type": "update",
-    "name": "save network-resource",
-    "xml": "<save plugin='org.onap.ccsdk.sli.adaptors.aai.AAIService' resource='network-resource'  \n     key='network-resource.network-id = $tmp.network-id' >\n<parameter name='network-id' value='`$tmp.network-id`' />\n<parameter name='client-id' value='`$network.client-id`' />\n<parameter name='te-topo-id' value='`$network.te-topology-id`' />\n<parameter name='provider-id' value='`$network.provider-id`' />\n\n\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 696.333251953125,
-    "y": 138.00001525878906,
-    "z": "972d7ac.f66db88",
-    "wires": [
-      []
-    ]
-  },
-  {
-    "id": "bc0b4672.53b908",
-    "type": "update",
-    "name": "save pnf",
-    "xml": "<save plugin='org.onap.ccsdk.sli.adaptors.aai.AAIService' resource='pnf' \n      key='pnf.pnf-name = $node.node-id' >\n<parameter name='pnf-name' value='`$node.node-id`' />\n<parameter name='pnf-id' value='`$node.node-id`' />\n<parameter name='operational-status' value='`$node.te.oper-status`' />\n<parameter name='admin-status' value='`$node.te.te-node-attributes.admin-status`' />\n<parameter name='in-maint' value='true' />\n\n\n\n\n\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 879.111141204834,
-    "y": 191.111102104187,
-    "z": "972d7ac.f66db88",
-    "wires": [
-      []
-    ]
-  },
-  {
-    "id": "a9f8a08c.a159f",
-    "type": "for",
-    "name": "for each node",
-    "xml": "<for index='pidx' start='0' end='`$network.node_length`' >\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 679.8888549804688,
-    "y": 208.33331298828125,
-    "z": "972d7ac.f66db88",
-    "wires": [
-      [
-        "bc0b4672.53b908",
-        "6b3704fc.0bd35c",
-        "24e04af5.ddea66",
-        "9b1ff78d.8b3c08",
-        "8e9342c1.220f"
-      ]
-    ]
-  },
-  {
-    "id": "6b3704fc.0bd35c",
-    "type": "set",
-    "name": "set network",
-    "xml": "<set>\n<parameter name='node.' value='`$network.node[$pidx].`' />\n",
-    "comments": "",
-    "x": 893.111083984375,
-    "y": 156.2222137451172,
-    "z": "972d7ac.f66db88",
-    "wires": []
-  },
-  {
-    "id": "9b1ff78d.8b3c08",
-    "type": "save",
-    "name": "save pnf relationship to network-resource in AAI",
-    "xml": "<save plugin='org.onap.ccsdk.sli.adaptors.aai.AAIService' resource='pnf:relationship-list' \n      key='pnf.pnf-name = $node.node-id' force=\"true\" pfx=\"tmp.AnAI-data\">\n<parameter name=\"relationship-list.relationship[0].related-to\" value=\"network-resource\" />\n<parameter name=\"relationship-list.relationship[0].related-link\" value=\"`'/network/network-resources/network-resource/' + $tmp.network-id`\" />\n<parameter name=\"relationship-list.relationship[0].relationship-data[0].relationship-key\" value=\"network-resource.network-id\" />\n<parameter name=\"relationship-list.relationship[0].relationship-data[0].relationship-value\" value=\"`$tmp.network-id`\" />",
-    "comments": "",
-    "outputs": 1,
-    "x": 1004.7779541015625,
-    "y": 223.44447803497314,
-    "z": "972d7ac.f66db88",
-    "wires": [
-      []
-    ]
-  },
-  {
-    "id": "8e9342c1.220f",
-    "type": "for",
-    "name": "for each termination point",
-    "xml": "<for index='tidx' start='0' end='`$node.termination-point_length`' >\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 937.4444580078125,
-    "y": 339.111083984375,
-    "z": "972d7ac.f66db88",
-    "wires": [
-      [
-        "7c32bd23.da1e04",
-        "38ff90b0.67e0b",
-        "36dd756f.9a425a"
-      ]
-    ]
-  },
-  {
-    "id": "7c32bd23.da1e04",
-    "type": "set",
-    "name": "set termination point",
-    "xml": "<set>\n<parameter name='tp.' value='`$node.termination-point[$tidx].`' />\n",
-    "comments": "",
-    "x": 1204.111328125,
-    "y": 300.0000457763672,
-    "z": "972d7ac.f66db88",
-    "wires": []
-  },
-  {
-    "id": "36dd756f.9a425a",
-    "type": "update",
-    "name": "save p-interface",
-    "xml": "<save plugin='org.onap.ccsdk.sli.adaptors.aai.AAIService' resource='p-interface' \n      key='pnf.pnf-name = $node.node-id\n      AND p-interface.interface-name = $unique-ltpId' >      \n<parameter name='interface-name' value='`$unique-ltpId`' />\n<parameter name='network-ref' value='`$tp.supporting-termination-point[0].network-ref`' />\n<parameter name='transparent' value='`$tp.svc.supported-classification.transparent`' />\n<parameter name='speed-value' value='`$tp.te.interface-switching-capability[0].max-lsp-bandwidth[0].te-bandwidth.eth-bandwidth`' />\n<parameter name='operational-status' value='`$tp.te.oper-status`' />\n<parameter name='in-maint' value=\"true\" />\n\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 1187.8151397705078,
-    "y": 473.5555934906006,
-    "z": "972d7ac.f66db88",
-    "wires": [
-      [
-        "310a666a.23204a",
-        "52308d76.244944"
-      ]
-    ]
-  },
-  {
-    "id": "9b33d7c5.abef78",
-    "type": "save",
-    "name": "save pnf relationship to p-interface in AAI",
-    "xml": "<save plugin='org.onap.ccsdk.sli.adaptors.aai.AAIService' resource='pnf:relationship-list' \n      key='pnf.pnf-name = $node.node-id' force=\"true\" pfx=\"tmp.AnAI-data\">\n<parameter name=\"relationship-list.relationship[0].related-to\" value=\"p-interface\" />\n<parameter name=\"relationship-list.relationship[0].related-link\" value=\"`'/network/network-resources/network-resource/' + $tmp.network-id + '/pnfs/pnf/' + $node.node-id '/p-interfaces/p-interface/' + $unique-ltpId`\" />\n<parameter name=\"relationship-list.relationship[0].relationship-data[0].relationship-key\" value=\"p-interface.interface-name\" />\n<parameter name=\"relationship-list.relationship[0].relationship-data[0].relationship-value\" value=\"`$unique-ltpId`\" />",
-    "comments": "",
-    "outputs": 1,
-    "x": 1263.7038879394531,
-    "y": 562.333345413208,
-    "z": "972d7ac.f66db88",
-    "wires": [
-      []
-    ]
-  },
-  {
-    "id": "38ff90b0.67e0b",
-    "type": "set",
-    "name": "set unique-ltpId",
-    "xml": "<set>\n<parameter name='unique-ltpId' value=\"`'nodeId-' + $node.node-id + '-ltpId-' + $tp.te-tp-id`\" />\n",
-    "comments": "",
-    "x": 1188.000244140625,
-    "y": 334.1111145019531,
-    "z": "972d7ac.f66db88",
-    "wires": []
-  },
-  {
-    "id": "c70a984d.cc2a48",
-    "type": "execute",
-    "name": "execute",
-    "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$network.network-id`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.network-id\"/>\n    <parameter name=\"target\" value=\"/\"/>\n    <parameter name=\"replacement\" value=\"-\"/>\n    ",
-    "comments": "",
-    "outputs": 1,
-    "x": 645.9935302734375,
-    "y": 98.99349212646484,
-    "z": "972d7ac.f66db88",
-    "wires": [
-      []
-    ]
-  },
-  {
-    "id": "24e04af5.ddea66",
-    "type": "save",
-    "name": "save pnf relation with esr-thirdparty-sdnc",
-    "xml": "<save plugin='org.onap.ccsdk.sli.adaptors.aai.AAIService' resource='esr-thirdparty-sdnc:relationship-list' \n      key='esr-thirdparty-sdnc.thirdparty-sdnc-id = $prop.sdncRestApi.thirdpartySdnc.id' \n      force=\"true\" pfx=\"tmp.AnAI-data\">\n<parameter name=\"relationship-list.relationship[0].related-to\" value=\"pnf\" />\n<parameter name=\"relationship-list.relationship[0].related-link\" value=\"`'/network/pnfs/pnf/' + $node.node-id`\" />\n<parameter name=\"relationship-list.relationship[0].relationship-data[0].relationship-key\" value=\"pnf.pnf-name\" />\n<parameter name=\"relationship-list.relationship[0].relationship-data[0].relationship-value\" value=\"`$node.node-id`\" />\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 986,
-    "y": 259.9934997558594,
-    "z": "972d7ac.f66db88",
-    "wires": [
-      []
-    ]
-  },
-  {
-    "id": "310a666a.23204a",
-    "type": "success",
-    "name": "success",
-    "xml": "<outcome value='success'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 1359.4998397827148,
-    "y": 460.7460689544678,
-    "z": "972d7ac.f66db88",
-    "wires": [
-      [
-        "fcc0153a.edfd18"
-      ]
-    ]
-  },
-  {
-    "id": "52308d76.244944",
-    "type": "failure",
-    "name": "failure",
-    "xml": "<outcome value='failure'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 1353.1784286499023,
-    "y": 512.9603805541992,
-    "z": "972d7ac.f66db88",
-    "wires": [
-      [
-        "1c6a1f1f.8e0f61"
-      ]
-    ]
-  },
-  {
-    "id": "fcc0153a.edfd18",
-    "type": "block",
-    "name": "block",
-    "xml": "<block>\n",
-    "atomic": "false",
-    "comments": "",
-    "outputs": 1,
-    "x": 1510,
-    "y": 460,
-    "z": "972d7ac.f66db88",
-    "wires": [
-      []
-    ]
-  },
-  {
-    "id": "1c6a1f1f.8e0f61",
-    "type": "update",
-    "name": "save p-interface",
-    "xml": "<update plugin='org.onap.ccsdk.sli.adaptors.aai.AAIService' resource='p-interface' \n      key='pnf.pnf-name = $node.node-id\n      AND p-interface.interface-name = $unique-ltpId' >      \n<parameter name='interface-name' value='`$unique-ltpId`' />\n<parameter name='network-ref' value='`$tp.supporting-termination-point[0].network-ref`' />\n<parameter name='transparent' value='`$tp.svc.supported-classification.transparent`' />\n<parameter name='speed-value' value='`$tp.te.interface-switching-capability[0].max-lsp-bandwidth[0].te-bandwidth.eth-bandwidth`' />\n<parameter name='operational-status' value='`$tp.te.oper-status`' />\n<parameter name='in-maint' value=\"true\" />\n\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 1530,
-    "y": 510,
-    "z": "972d7ac.f66db88",
-    "wires": [
-      []
-    ]
-  }
-]
+[\r
+    {\r
+        "id": "b9fcda31.4ec79",\r
+        "type": "dgstart",\r
+        "name": "DGSTART",\r
+        "outputs": 1,\r
+        "x": 113,\r
+        "y": 65.00650024414062,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            [\r
+                "3760ce9c.1bf2e2"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "3760ce9c.1bf2e2",\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": 202.00003051757812,\r
+        "y": 155.89541244506836,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            [\r
+                "de74005b.f44ce8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "de74005b.f44ce8",\r
+        "type": "method",\r
+        "name": "update-network-to-aai",\r
+        "xml": "<method rpc='update-network-to-aai' mode='sync'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 238.1112518310547,\r
+        "y": 226.2287368774414,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            [\r
+                "1541ad9c.69aa8a"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "1541ad9c.69aa8a",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">\n",\r
+        "atomic": "true",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 463.33343505859375,\r
+        "y": 225.784423828125,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            [\r
+                "dbbcebe5.6f422",\r
+                "e66d9ed0.3d3d8",\r
+                "f1256a59.e632c",\r
+                "1dca15d7.0a7a3a",\r
+                "1c1d34a0.adaa8b"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "e66d9ed0.3d3d8",\r
+        "type": "save",\r
+        "name": "save network-resource",\r
+        "xml": "<save plugin='org.onap.ccsdk.sli.adaptors.aai.AAIService' resource='network-resource'  \n     key='network-resource.network-id = $tmp.network-id' >\n<parameter name='network-id' value='`$tmp.network-id`' />\n<parameter name='client-id' value='`$network.client-id`' />\n<parameter name='te-topo-id' value='`$network.te-topology-id`' />\n<parameter name='provider-id' value='`$network.provider-id`' />\n\n<parameter name='network-type' value='`$network.network-types`' />\n\n\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 693.333251953125,\r
+        "y": 131.0065155029297,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "40545c4b.9221f4",\r
+        "type": "save",\r
+        "name": "save pnf",\r
+        "xml": "<save plugin='org.onap.ccsdk.sli.adaptors.aai.AAIService' resource='pnf' \n      key='pnf.pnf-name = $unique-nodeId' >\n<parameter name='pnf-name' value='`$unique-nodeId`' />\n<parameter name='pnf-id' value='`$node.node-id`' />\n<parameter name='operational-status' value='`$node.te.oper-status`' />\n<parameter name='admin-status' value='`$node.te.te-node-attributes.admin-status`' />\n<parameter name='in-maint' value='true' />\n\n\n\n\n\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 905.1111450195312,\r
+        "y": 221.11758422851562,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "f1256a59.e632c",\r
+        "type": "for",\r
+        "name": "for each node",\r
+        "xml": "<for index='pidx' start='0' end='`$network.node_length`' >\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 676.8888549804688,\r
+        "y": 201.33981323242188,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            [\r
+                "40545c4b.9221f4",\r
+                "eba2ef35.33c428",\r
+                "4817116d.5f593",\r
+                "466a40bd.9d277",\r
+                "1acdca56.b6e67e",\r
+                "3e1f14bc.ee90c4",\r
+                "6de7541f.0e2a24",\r
+                "8794be9f.289a08",\r
+                "1b6896a8.e62c19"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "eba2ef35.33c428",\r
+        "type": "set",\r
+        "name": "set node",\r
+        "xml": "<set>\n<parameter name='node.' value='`$network.node[$pidx].`' />\n<parameter name='unique-networkId' value='`$tmp.network-id`' />\n\n",\r
+        "comments": "",\r
+        "x": 910.111083984375,\r
+        "y": 117.22871398925781,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "466a40bd.9d277",\r
+        "type": "save",\r
+        "name": "save pnf relationship to network-resource in AAI",\r
+        "xml": "<save plugin='org.onap.ccsdk.sli.adaptors.aai.AAIService' resource='pnf:relationship-list' \n      key='pnf.pnf-name = $unique-nodeId' force=\"true\" pfx=\"tmp.AnAI-data\">\n<parameter name=\"relationship-list.relationship[0].related-to\" value=\"network-resource\" />\n<parameter name=\"relationship-list.relationship[0].related-link\" value=\"`'/network/network-resources/network-resource/' + $tmp.network-id`\" />\n<parameter name=\"relationship-list.relationship[0].relationship-data[0].relationship-key\" value=\"network-resource.network-id\" />\n<parameter name=\"relationship-list.relationship[0].relationship-data[0].relationship-value\" value=\"`$tmp.network-id`\" />",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1001.7779541015625,\r
+        "y": 396.45097827911377,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "3d4b777c.0e42f",\r
+        "type": "for",\r
+        "name": "for each termination point",\r
+        "xml": "<for index='tidx' start='0' end='`$node.termination-point_length`' >\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1287.4444580078125,\r
+        "y": 572.1175842285156,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            [\r
+                "95dfcdd1.046e6",\r
+                "1ac320c7.c54f67",\r
+                "aa2f70cf.6e112",\r
+                "64896027.57fb78",\r
+                "fe275075.949f1"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "95dfcdd1.046e6",\r
+        "type": "set",\r
+        "name": "set termination point",\r
+        "xml": "<set>\n<parameter name='tp.' value='`$node.termination-point[$tidx].`' />\n",\r
+        "comments": "",\r
+        "x": 1557.111328125,\r
+        "y": 555.0065612792969,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "aa2f70cf.6e112",\r
+        "type": "save",\r
+        "name": "save p-interface",\r
+        "xml": "<save plugin='org.onap.ccsdk.sli.adaptors.aai.AAIService' resource='p-interface' \n      key='pnf.pnf-name = $unique-nodeId\n      AND p-interface.interface-name = $unique-ltpId' >      \n<parameter name='interface-name' value='`$unique-ltpId`' />\n<parameter name='network-ref' value='`$tp.supporting-termination-point[0].network-ref`' />\n<parameter name='transparent' value='`$tp.svc.supported-classification.transparent`' />\n<parameter name='speed-value' value='`$tp.te.interface-switching-capability[0].max-lsp-bandwidth[0].te-bandwidth.eth-bandwidth`' />\n<parameter name='operational-status' value='`$tp.te.oper-status`' />\n<parameter name='in-maint' value=\"true\" />\n\n<parameter name='inter-layer-lock-id' value='`$tp.te.inter-layer-lock-id[0]`' />\n<!--<parameter name='inter-domain-plug-id' value='`$tp.te.inter-domain-plug-id`' />-->\n<parameter name='inter-domain-plug-id' value='`$tmp.decoded-plug-id`' />\n\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1551.815185546875,\r
+        "y": 742.5621032714844,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            [\r
+                "673078d4.a5cb68",\r
+                "5651def0.2c85b8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "6cce4024.476ad",\r
+        "type": "save",\r
+        "name": "save pnf relationship to p-interface in AAI",\r
+        "xml": "<save plugin='org.onap.ccsdk.sli.adaptors.aai.AAIService' resource='pnf:relationship-list' \n      key='pnf.pnf-name = $unique-nodeId' force=\"true\" pfx=\"tmp.AnAI-data\">\n<parameter name=\"relationship-list.relationship[0].related-to\" value=\"p-interface\" />\n<parameter name=\"relationship-list.relationship[0].related-link\" value=\"`'/network/network-resources/network-resource/' + $tmp.network-id + '/pnfs/pnf/' + $unique-nodeId '/p-interfaces/p-interface/' + $unique-ltpId`\" />\n<parameter name=\"relationship-list.relationship[0].relationship-data[0].relationship-key\" value=\"p-interface.interface-name\" />\n<parameter name=\"relationship-list.relationship[0].relationship-data[0].relationship-value\" value=\"`$unique-ltpId`\" />",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1634.703857421875,\r
+        "y": 899.3398742675781,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "1ac320c7.c54f67",\r
+        "type": "set",\r
+        "name": "set unique-ltpId",\r
+        "xml": "<set>\n<parameter name='unique-ltpId' value=\"`$unique-nodeId + '-ltpId-' + $tp.te-tp-id`\" />\n",\r
+        "comments": "",\r
+        "x": 1541.000244140625,\r
+        "y": 612.1175842285156,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "dbbcebe5.6f422",\r
+        "type": "execute",\r
+        "name": "execute",\r
+        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$network.network-id`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.original-network-id\"/>\n    <parameter name=\"target\" value=\"/\"/>\n    <parameter name=\"replacement\" value=\"-\"/>\n    ",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 649.9935302734375,\r
+        "y": 40,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "4817116d.5f593",\r
+        "type": "save",\r
+        "name": "save pnf relation with esr-thirdparty-sdnc",\r
+        "xml": "<save plugin='org.onap.ccsdk.sli.adaptors.aai.AAIService' resource='esr-thirdparty-sdnc:relationship-list' \n      key='esr-thirdparty-sdnc.thirdparty-sdnc-id = $prop.sdncRestApi.thirdpartySdnc.id' \n      force=\"true\" pfx=\"tmp.AnAI-data\">\n<parameter name=\"relationship-list.relationship[0].related-to\" value=\"pnf\" />\n<parameter name=\"relationship-list.relationship[0].related-link\" value=\"`'/network/pnfs/pnf/' + $node.node-id`\" />\n<parameter name=\"relationship-list.relationship[0].relationship-data[0].relationship-key\" value=\"pnf.pnf-name\" />\n<parameter name=\"relationship-list.relationship[0].relationship-data[0].relationship-value\" value=\"`$node.node-id`\" />\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 983,\r
+        "y": 433,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "673078d4.a5cb68",\r
+        "type": "success",\r
+        "name": "success",\r
+        "xml": "<outcome value='success'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1723.499885559082,\r
+        "y": 729.7525787353516,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            [\r
+                "72e23ce3.0ceb8c"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "5651def0.2c85b8",\r
+        "type": "failure",\r
+        "name": "failure",\r
+        "xml": "<outcome value='failure'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1717.1784744262695,\r
+        "y": 781.966890335083,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            [\r
+                "936d0942.79b6"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "72e23ce3.0ceb8c",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1874.0000457763672,\r
+        "y": 729.0065097808838,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "936d0942.79b6",\r
+        "type": "update",\r
+        "name": "update p-interface",\r
+        "xml": "<update plugin='org.onap.ccsdk.sli.adaptors.aai.AAIService' resource='p-interface' \n      key='pnf.pnf-name = $unique-nodeId\n      AND p-interface.interface-name = $unique-ltpId' >      \n<parameter name='interface-name' value='`$unique-ltpId`' />\n<parameter name='network-ref' value='`$tp.supporting-termination-point[0].network-ref`' />\n<parameter name='transparent' value='`$tp.svc.supported-classification.transparent`' />\n<parameter name='speed-value' value='`$tp.te.interface-switching-capability[0].max-lsp-bandwidth[0].te-bandwidth.eth-bandwidth`' />\n<parameter name='operational-status' value='`$tp.te.oper-status`' />\n<parameter name='in-maint' value=\"true\" />\n\n<parameter name='inter-layer-lock-id' value='`$tp.te.inter-layer-lock-id[0]`' />\n<!--<parameter name='inter-domain-plug-id' value='`$tp.te.inter-domain-plug-id`' />-->\n<parameter name='inter-domain-plug-id' value='`$tmp.decoded-plug-id`' />",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1903,\r
+        "y": 783.0065002441406,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "7077dcc4.1aa314",\r
+        "type": "save",\r
+        "name": "save tunnel-termination-point",\r
+        "xml": "<save plugin='org.onap.ccsdk.sli.adaptors.aai.AAIService' resource='tunnel-termination-point' \n      key='tunnel-termination-point.ttp-id = $unique-ttpId' >\n\n<parameter name='ttp-id' value='`$unique-ttpId`' />\n<parameter name='tunnel-tp-id' value='`$ttp.tunnel-tp-id`' />\n<parameter name='name' value='`$ttp.name`' />\n<parameter name='admin-status' value='`$ttp.admin-status`' />\n<parameter name='oper-status' value='`$ttp.oper-status`' />\n<parameter name='inter-layer-lock-id' value='`$ttp.inter-layer-lock-id`' />\n<parameter name='switching-capability' value='`$ttp.switching-capability`' />\n<parameter name='protection-type' value='`$ttp.protection-type`' />\n<parameter name='encoding' value='`$ttp.encoding`' />\n\n\n\n\n\n\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1686,\r
+        "y": 329.0065002441406,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            [\r
+                "ee093e46.66c7d8",\r
+                "e9c7ad6a.1577f"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "3a45511d.adcf26",\r
+        "type": "for",\r
+        "name": "for each tunnel termination point",\r
+        "xml": "<for index='ttidx' start='0' end='`$node.te.tunnel-termination-point_length`' >\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1349,\r
+        "y": 317.0065002441406,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            [\r
+                "2ea4deaf.40bdfa",\r
+                "458ce581.77bfe4",\r
+                "7077dcc4.1aa314",\r
+                "dad1a90d.61b018",\r
+                "7da29c03.1dbdf4"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "2ea4deaf.40bdfa",\r
+        "type": "set",\r
+        "name": "set tunnel termination point",\r
+        "xml": "<set>\n<parameter name='ttp.' value='`$node.te.tunnel-termination-point[$ttidx].`' />\n",\r
+        "comments": "",\r
+        "x": 1684,\r
+        "y": 237.00650024414062,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "458ce581.77bfe4",\r
+        "type": "set",\r
+        "name": "set unique-ttpId",\r
+        "xml": "<set>\n<parameter name='unique-ttpId' value=\"`$unique-nodeId + '-ttpId-' + $ttp.tunnel-tp-id`\" />\n",\r
+        "comments": "",\r
+        "x": 1642.888916015625,\r
+        "y": 275.1175842285156,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "ee093e46.66c7d8",\r
+        "type": "success",\r
+        "name": "success",\r
+        "xml": "<outcome value='success'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1952,\r
+        "y": 315.0065002441406,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            [\r
+                "1b7d5a60.835d5e"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "e9c7ad6a.1577f",\r
+        "type": "failure",\r
+        "name": "failure",\r
+        "xml": "<outcome value='failure'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1945.6785888671875,\r
+        "y": 367.22081184387207,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            [\r
+                "652a4eb1.3c9f7"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "1b7d5a60.835d5e",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2102.500160217285,\r
+        "y": 314.26043128967285,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "652a4eb1.3c9f7",\r
+        "type": "update",\r
+        "name": "update tunnel-termination-point",\r
+        "xml": "<update plugin='org.onap.ccsdk.sli.adaptors.aai.AAIService' resource='tunnel-termination-point' \n      key='tunnel-termination-point.ttp-id = $unique-ttpId' >\n\n<parameter name='ttp-id' value='`$unique-ttpId`' />\n<parameter name='tunnel-tp-id' value='`$ttp.tunnel-tp-id`' />\n<parameter name='name' value='`$ttp.name`' />\n<parameter name='admin-status' value='`$ttp.admin-status`' />\n<parameter name='oper-status' value='`$ttp.oper-status`' />\n<parameter name='inter-layer-lock-id' value='`$ttp.inter-layer-lock-id`' />\n<parameter name='switching-capability' value='`$ttp.switching-capability`' />\n<parameter name='protection-type' value='`$ttp.protection-type`' />\n<parameter name='encoding' value='`$ttp.encoding`' />\n\n\n\n\n\n\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2183,\r
+        "y": 369.0065002441406,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "1acdca56.b6e67e",\r
+        "type": "set",\r
+        "name": "set local variables",\r
+        "xml": "<set>\n<parameter name='unique-nodeId' value=\"`'networkId-' + $unique-networkId + '-nodeId-' + $node.node-id`\" />\n",\r
+        "comments": "",\r
+        "x": 935,\r
+        "y": 164.00650024414062,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "1dca15d7.0a7a3a",\r
+        "type": "call",\r
+        "name": "call update-network-links-to-aai",\r
+        "xml": "<call module='DataChange' rpc='update-network-links-to-aai' mode='sync' >\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 619,\r
+        "y": 327.0065002441406,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "c87f71c.204801",\r
+        "type": "save",\r
+        "name": "save pnf-interface relationship to pnf in AAI",\r
+        "xml": "<save plugin='org.onap.ccsdk.sli.adaptors.aai.AAIService' resource='p-interface:relationship-list' \n      key='pnf.pnf-name = $unique-nodeId\n      AND p-interface.interface-name = $unique-ltpId' force=\"true\" pfx=\"tmp.AnAI-data\">\n<parameter name=\"relationship-list.relationship[0].related-to\" value=\"pnf\" />\n<parameter name=\"relationship-list.relationship[0].related-link\" value=\"`'/network/pnfs/pnf/' + $unique-nodeId`\" />\n<parameter name=\"relationship-list.relationship[0].relationship-data[0].relationship-key\" value=\"pnf.pnf-name\" />\n<parameter name=\"relationship-list.relationship[0].relationship-data[0].relationship-value\" value=\"`$unique-nodeId`\" />\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1635,\r
+        "y": 842.0065002441406,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "dad1a90d.61b018",\r
+        "type": "save",\r
+        "name": "save pnf relationship to tunnel termination point in AAI",\r
+        "xml": "<save plugin='org.onap.ccsdk.sli.adaptors.aai.AAIService' resource='pnf:relationship-list' \n      key='pnf.pnf-name = $unique-nodeId' force=\"true\" pfx=\"tmp.AnAI-data\">\n<parameter name=\"relationship-list.relationship[0].related-to\" value=\"tunnel-termination-point\" />\n<!--<parameter name=\"relationship-list.relationship[$ttidx].related-link\" value=\"`'/network/network-resources/network-resource/' + $tmp.network-id + '/pnfs/pnf/' + $node.node-id '/tunnel-termination-points/tunnel-termination-point/' + $unique-ttpId`\" />-->\n<parameter name=\"relationship-list.relationship[0].related-link\" value=\"`'/network/tunnel-termination-points/tunnel-termination-point/' + $unique-ttpId`\" />\n<parameter name=\"relationship-list.relationship[0].relationship-data[0].relationship-key\" value=\"tunnel-termination-point.ttp-id\" />\n<parameter name=\"relationship-list.relationship[0].relationship-data[0].relationship-value\" value=\"`$unique-ttpId`\" />",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1757,\r
+        "y": 421.0065002441406,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            [\r
+                "486bef2.804149",\r
+                "8297f8e3.32f2f"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "3e1f14bc.ee90c4",\r
+        "type": "switchNode",\r
+        "name": "switch node ttp",\r
+        "xml": "<switch test='`$node.te.tunnel-termination-point_length`'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 921,\r
+        "y": 293.0065002441406,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            [\r
+                "3564e5a8.68c49a",\r
+                "fd68b5a4.a3a878",\r
+                "f36d0950.312798"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "d6240165.9d9a1",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1269,\r
+        "y": 245.00650024414062,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "f36d0950.312798",\r
+        "type": "other",\r
+        "name": "other",\r
+        "xml": "<outcome value='Other'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1111,\r
+        "y": 316.0065002441406,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            [\r
+                "3a45511d.adcf26"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "6de7541f.0e2a24",\r
+        "type": "switchNode",\r
+        "name": "switch node tp",\r
+        "xml": "<switch test='`$node.termination-point_length`'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 901,\r
+        "y": 548.0065002441406,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            [\r
+                "d28496d2.5ae628",\r
+                "74698dba.4a5d9c",\r
+                "f51e137e.4b4cd"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "d28496d2.5ae628",\r
+        "type": "other",\r
+        "name": "Null",\r
+        "xml": "<outcome value=''>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1080,\r
+        "y": 500.0065002441406,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            [\r
+                "1912a08f.2e751f"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "74698dba.4a5d9c",\r
+        "type": "other",\r
+        "name": "other",\r
+        "xml": "<outcome value='Other'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1079,\r
+        "y": 602.0065002441406,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            [\r
+                "3d4b777c.0e42f"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "1912a08f.2e751f",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1235,\r
+        "y": 500.0065002441406,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "8794be9f.289a08",\r
+        "type": "record",\r
+        "name": "log file",\r
+        "xml": " <record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n    <parameter name=\"file\" value=\"/opt/onap/logTopologyDiscovery.txt\" />\n    <parameter name=\"field1\" value=\"__TIMESTAMP__\" />\n    <parameter name=\"field2\" value=\"sucess executing Hesam log file\" />\n    <parameter name=\"field3\" value=\"`$node.te.tunnel-termination-point_length`\" />\n    <parameter name=\"field4\" value=\"`$node.termination-point_length`\" />\n    ",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 899,\r
+        "y": 337.0065002441406,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "3564e5a8.68c49a",\r
+        "type": "other",\r
+        "name": "Null",\r
+        "xml": "<outcome value=''>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1109,\r
+        "y": 179.00650024414062,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            [\r
+                "d6240165.9d9a1"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "fd68b5a4.a3a878",\r
+        "type": "outcome",\r
+        "name": "length 0",\r
+        "xml": "<outcome value='0'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1114,\r
+        "y": 254.00650024414062,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            [\r
+                "d6240165.9d9a1"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "f51e137e.4b4cd",\r
+        "type": "outcome",\r
+        "name": "length 0",\r
+        "xml": "<outcome value='0'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1090,\r
+        "y": 548.0065002441406,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            [\r
+                "1912a08f.2e751f"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "1b6896a8.e62c19",\r
+        "type": "set",\r
+        "name": "unset node",\r
+        "xml": "<set>\n<parameter name='node.' value='' />\n\n",\r
+        "comments": "",\r
+        "x": 907,\r
+        "y": 66.00650024414062,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "64896027.57fb78",\r
+        "type": "set",\r
+        "name": "unset termination point",\r
+        "xml": "<set>\n<parameter name='tp.' value='' />\n",\r
+        "comments": "",\r
+        "x": 1569,\r
+        "y": 498.0065002441406,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "7da29c03.1dbdf4",\r
+        "type": "set",\r
+        "name": "unset tunnel termination point",\r
+        "xml": "<set>\n<parameter name='ttp.' value='' />\n",\r
+        "comments": "",\r
+        "x": 1684,\r
+        "y": 189.00650024414062,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "486bef2.804149",\r
+        "type": "success",\r
+        "name": "success",\r
+        "xml": "<outcome value='success'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2089,\r
+        "y": 424.0065002441406,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            [\r
+                "f859267c.20dd3"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "8297f8e3.32f2f",\r
+        "type": "failure",\r
+        "name": "failure",\r
+        "xml": "<outcome value='failure'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2086,\r
+        "y": 472.0065002441406,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            [\r
+                "19a686f.52c17f9"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "f859267c.20dd3",\r
+        "type": "record",\r
+        "name": "log file",\r
+        "xml": " <record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n    <parameter name=\"file\" value=\"/opt/onap/logTopologyDiscovery.txt\" />\n    <parameter name=\"field1\" value=\"__TIMESTAMP__\" />\n    <parameter name=\"field2\" value=\"sucess executing Hesam log file\" />\n    <parameter name=\"field3\" value=\"`$node.te.tunnel-termination-point_length`\" />\n    <parameter name=\"field4\" value=\"`$node.termination-point_length`\" />\n    <parameter name=\"field5\" value=\"sucessfully saved ttp\" />\n    <parameter name=\"field6\" value=\"`relationship-list.relationship[$ttidx].related-link`\" />\n    ",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2244,\r
+        "y": 425.0065002441406,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "19a686f.52c17f9",\r
+        "type": "record",\r
+        "name": "log file",\r
+        "xml": " <record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n    <parameter name=\"file\" value=\"/opt/onap/logTopologyDiscovery.txt\" />\n    <parameter name=\"field1\" value=\"__TIMESTAMP__\" />\n    <parameter name=\"field2\" value=\"sucess executing Hesam log file\" />\n    <parameter name=\"field3\" value=\"`$node.te.tunnel-termination-point_length`\" />\n    <parameter name=\"field4\" value=\"`$node.termination-point_length`\" />\n    <parameter name=\"field5\" value=\"failuire on saving ttp\" />\n    <parameter name=\"field6\" value=\"`relationship-list.relationship[$ttidx].related-link`\" />\n\n    ",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2245,\r
+        "y": 473.0065002441406,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "c991cb25.a4c41",\r
+        "type": "execute",\r
+        "name": "execute Base64 Converter",\r
+        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='base64DecodingAlgo' >\n    <parameter name=\"encodedValue\" value='`$tp.te.inter-domain-plug-id`'/>\n    <parameter name=\"decodedValue\" value=\"tmp.decoded-plug-id\"/>\n    ",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2035,\r
+        "y": 667.0065002441406,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            [\r
+                "dcbfdbac.4106e8",\r
+                "25f66573.5f2caa"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "fe275075.949f1",\r
+        "type": "switchNode",\r
+        "name": "switch inter-domain-plug-id empty?",\r
+        "xml": "<switch test='`length($tp.te.inter-domain-plug-id) == 0`'>\n\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1605,\r
+        "y": 668.0065002441406,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            [\r
+                "2202ef19.0cb66",\r
+                "a44d5e08.8645a8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "a44d5e08.8645a8",\r
+        "type": "outcomeTrue",\r
+        "name": "true",\r
+        "xml": "<outcome value='true'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1832,\r
+        "y": 621.0065002441406,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            [\r
+                "77ac957f.8f7e64"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "2202ef19.0cb66",\r
+        "type": "outcomeFalse",\r
+        "name": "false",\r
+        "xml": "<outcome value='false'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1833,\r
+        "y": 667.0065002441406,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            [\r
+                "c991cb25.a4c41"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "77ac957f.8f7e64",\r
+        "type": "set",\r
+        "name": "unset tmp.decoded-plug-id",\r
+        "xml": "<set>\n<parameter name='tmp.decoded-plug-id' value='' />\n",\r
+        "comments": "",\r
+        "x": 2036,\r
+        "y": 621.0065002441406,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "dcbfdbac.4106e8",\r
+        "type": "success",\r
+        "name": "success",\r
+        "xml": "<outcome value='success'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2240,\r
+        "y": 644.0065002441406,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            [\r
+                "21836a86.63b72e"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "25f66573.5f2caa",\r
+        "type": "failure",\r
+        "name": "failure",\r
+        "xml": "<outcome value='failure'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2233.6785888671875,\r
+        "y": 696.2208118438721,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            [\r
+                "8297f536.6bb4a"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "21836a86.63b72e",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2381,\r
+        "y": 644.0065002441406,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "8297f536.6bb4a",\r
+        "type": "set",\r
+        "name": "unset tmp.decoded-plug-id",\r
+        "xml": "<set>\n<parameter name='tmp.decoded-plug-id' value='`$tp.te.inter-domain-plug-id`' />\n",\r
+        "comments": "",\r
+        "x": 2440,\r
+        "y": 696.0065002441406,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "1c1d34a0.adaa8b",\r
+        "type": "set",\r
+        "name": "set tmp.network-if",\r
+        "xml": "<set>\n<parameter name='tmp.network-id' value=\"`$prop.sdncRestApi.thirdpartySdnc.id + '-' + $tmp.original-network-id`\" />\n\n",\r
+        "comments": "",\r
+        "x": 675,\r
+        "y": 81.00650024414062,\r
+        "z": "6d6b8a1f.be1cb4",\r
+        "wires": []\r
+    }\r
+]
\ No newline at end of file