- Changing POST operation to PATCH for OTN Tunnel creation. 90/114790/2
authorHesam Rahimi <hesam.rahimi@huawei.com>
Wed, 11 Nov 2020 16:01:57 +0000 (16:01 +0000)
committerHesam Rahimi <hesam.rahimi@huawei.com>
Thu, 12 Nov 2020 03:51:50 +0000 (03:51 +0000)
- Adding Transport Slicing DGs into graph.versions
- Fixing template files for OTN tunnel creation

Issue-ID: SDNC-1413
Change-Id: I3ddabd4c0d361a4e0d5e98caf86e9bb361b41b63
Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com>
Former-commit-id: 97afd8c7495cf23e8819cb666be9ccbe4f968f68

13 files changed:
platform-logic/generic-resource-api/src/main/json/trans_slicing/GENERIC-RESOURCE-API_tsli-vnf-topology-operation-get-otn-tunnel-path-from-oof.json
platform-logic/generic-resource-api/src/main/json/trans_slicing/GENERIC-RESOURCE-API_tsli-vnf-topology-operation-trans-slice-activate.json
platform-logic/generic-resource-api/src/main/json/trans_slicing/GENERIC-RESOURCE-API_tsli-vnf-topology-operation-trans-slice-allocate.json
platform-logic/generic-resource-api/src/main/json/trans_slicing/GENERIC-RESOURCE-API_tsli-vnf-topology-operation-trans-slice-deactivate.json
platform-logic/generic-resource-api/src/main/json/trans_slicing/GENERIC-RESOURCE-API_tsli-vnf-topology-operation-trans-slice-delete.json
platform-logic/generic-resource-api/src/main/resources/graph.versions
platform-logic/generic-resource-api/src/main/xml/trans_slicing/GENERIC-RESOURCE-API_tsli-vnf-topology-operation-trans-slice-activate.xml
platform-logic/generic-resource-api/src/main/xml/trans_slicing/GENERIC-RESOURCE-API_tsli-vnf-topology-operation-trans-slice-allocate.xml
platform-logic/generic-resource-api/src/main/xml/trans_slicing/GENERIC-RESOURCE-API_tsli-vnf-topology-operation-trans-slice-deactivate.xml
platform-logic/generic-resource-api/src/main/xml/trans_slicing/GENERIC-RESOURCE-API_tsli-vnf-topology-operation-trans-slice-delete.xml
platform-logic/restapi-templates/src/main/json/ts-coloring-uni-port.json
platform-logic/restapi-templates/src/main/json/ts-otn-tunnel-dst-domain.json
platform-logic/restapi-templates/src/main/json/ts-otn-tunnel-src-domain.json

index edc6aad..5f057be 100644 (file)
@@ -1,20 +1,20 @@
 [\r
     {\r
-        "id": "ffc612a5.7b0918",\r
+        "id": "785080f2.6936b8",\r
         "type": "dgstart",\r
         "name": "DGSTART",\r
         "outputs": 1,\r
         "x": 183,\r
-        "y": 130,\r
-        "z": "59711e8e.29744",\r
+        "y": 123,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "6dda290e.27dad8"\r
+                "4da9bc1a.de21c4"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "6dda290e.27dad8",\r
+        "id": "4da9bc1a.de21c4",\r
         "type": "service-logic",\r
         "name": "GENERIC-RESOURCE-API ${project.version}",\r
         "module": "GENERIC-RESOURCE-API",\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='GENERIC-RESOURCE-API' version='${project.version}'>",\r
         "outputs": 1,\r
         "x": 308,\r
-        "y": 456.00001525878906,\r
-        "z": "59711e8e.29744",\r
+        "y": 449.00001525878906,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "3ffa7f3f.e7e27"\r
+                "4d41d418.8146fc"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "3ffa7f3f.e7e27",\r
+        "id": "4d41d418.8146fc",\r
         "type": "method",\r
         "name": "tsli-vnf-topology-operation-get-otn-tunnel-path-from-oof",\r
         "xml": "<method rpc='tsli-vnf-topology-operation-get-otn-tunnel-path-from-oof' mode='sync'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 372.0001220703125,\r
-        "y": 549,\r
-        "z": "59711e8e.29744",\r
+        "y": 542,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "9aa7ba3c.52a7f"\r
+                "e5176e39.ab5f58"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "4ab3abe1.e87adc",\r
+        "id": "8caf5150.39185",\r
         "type": "execute",\r
         "name": "execute RestApiCallNode getPath from OOF",\r
         "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/' + $prop.restapi.oof-getpath.templatefile`\" />\n<parameter name=\"restapiUrl\" value=\"`$prop.restapi.connection-oof-url`\" />\n<parameter name=\"restapiUser\" value=\"`$prop.oof.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.oof.password`\" />\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"post\"/>\n<parameter name=\"responsePrefix\" value=\"otn-oof\"/>\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": 854.9730834960938,\r
-        "y": 207.99600219726562,\r
-        "z": "59711e8e.29744",\r
+        "y": 200.99600219726562,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "6b5ff944.5bf648",\r
-                "850f0c15.20d28"\r
+                "4d2dbd72.56d1c4",\r
+                "d1c68f83.41e85"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "6b5ff944.5bf648",\r
+        "id": "4d2dbd72.56d1c4",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 1094.9732246398926,\r
-        "y": 231.9959716796875,\r
-        "z": "59711e8e.29744",\r
+        "y": 224.9959716796875,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "cd276ba.d3fc218"\r
+                "f83b56b9.c9b638"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "905d3517.25cab8",\r
+        "id": "e8159436.f6c238",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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 OOF api\" />\n",\r
         "comments": "",\r
         "x": 1233.973258972168,\r
-        "y": 180.99606323242188,\r
-        "z": "59711e8e.29744",\r
+        "y": 173.99606323242188,\r
+        "z": "f861838.07df98",\r
         "wires": []\r
     },\r
     {\r
-        "id": "850f0c15.20d28",\r
+        "id": "d1c68f83.41e85",\r
         "type": "failure",\r
         "name": "failure",\r
         "xml": "<outcome value='failure'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 1093.9730110168457,\r
-        "y": 180.99606227874756,\r
-        "z": "59711e8e.29744",\r
+        "y": 173.99606227874756,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "905d3517.25cab8"\r
+                "e8159436.f6c238"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "6a5159e4.7418a",\r
+        "id": "820d1c3.af11fe",\r
         "type": "comment",\r
         "name": "OTN tunnel path computation",\r
         "info": "TODO: check input parameters -- they should be\nthe source and destination of ETH node+tp.",\r
         "comments": "",\r
         "x": 826.4768829345703,\r
-        "y": 164.00000190734863,\r
-        "z": "59711e8e.29744",\r
+        "y": 157.00000190734863,\r
+        "z": "f861838.07df98",\r
         "wires": []\r
     },\r
     {\r
-        "id": "eda4482b.a18e38",\r
+        "id": "74bde20c.a7fc74",\r
         "type": "for",\r
         "name": "for vidx..otn-oof.solutions_length[]",\r
         "xml": "<for index='vidx' start='0' end='`$otn-oof.solutions_length`' >",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 845.972900390625,\r
-        "y": 517.2457275390625,\r
-        "z": "59711e8e.29744",\r
+        "y": 510.2457275390625,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "576c4b0b.248fb4"\r
+                "4106c3e4.394aa4"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "735419f0.115878",\r
+        "id": "cd87cc44.8c15b8",\r
         "type": "comment",\r
         "name": "Loop through OTN links",\r
         "info": "",\r
         "comments": "",\r
         "x": 929.4732055664062,\r
-        "y": 596.74609375,\r
-        "z": "59711e8e.29744",\r
+        "y": 589.74609375,\r
+        "z": "f861838.07df98",\r
         "wires": []\r
     },\r
     {\r
-        "id": "576c4b0b.248fb4",\r
+        "id": "4106c3e4.394aa4",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
         "x": 950.5001220703125,\r
-        "y": 708.2864990234375,\r
-        "z": "59711e8e.29744",\r
+        "y": 701.2864990234375,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "da160010.38d94",\r
-                "5b4dabd5.4d7054"\r
+                "ce760c47.cc25c",\r
+                "881e4d7c.ab39a8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "da160010.38d94",\r
+        "id": "ce760c47.cc25c",\r
         "type": "get-resource",\r
         "name": "get-resource cross-link",\r
         "xml": "<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\t\tresource=\"logical-link\" \n\t\tkey=\"logical-link.link-name = $otn-oof.link-name\"\n        pfx='tmp.aai.cross-link' local-only='false' >\n\n        <!--AND depth = '0'\"-->\n\n\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 1217.5001220703125,\r
-        "y": 628.2864685058594,\r
-        "z": "59711e8e.29744",\r
+        "y": 621.2864685058594,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "38a6a5c5.3878b2",\r
-                "7911950a.d4f9bc",\r
-                "c37b490.2ec29b8"\r
+                "ad346b3e.ce4fa8",\r
+                "fc5baf89.e9e038",\r
+                "996489b0.d36438"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "c37b490.2ec29b8",\r
+        "id": "996489b0.d36438",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 1409.0001220703125,\r
-        "y": 573.2864685058594,\r
-        "z": "59711e8e.29744",\r
+        "y": 566.2864685058594,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "203a4a36.513986"\r
+                "3ceef7ce.6836e"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "38a6a5c5.3878b2",\r
+        "id": "ad346b3e.ce4fa8",\r
         "type": "not-found",\r
         "name": "not-found",\r
         "xml": "<outcome value='not-found'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 1445.0001220703125,\r
-        "y": 698.2864990234375,\r
-        "z": "59711e8e.29744",\r
+        "y": 691.2864990234375,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "21535143.0a939e"\r
+                "ac6169c7.f0845"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "7911950a.d4f9bc",\r
+        "id": "fc5baf89.e9e038",\r
         "type": "other",\r
         "name": "other",\r
         "xml": "<outcome value='Other'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 1439.0001220703125,\r
-        "y": 748.2864990234375,\r
-        "z": "59711e8e.29744",\r
+        "y": 741.2864990234375,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "21f78d15.02bd0a"\r
+                "63822e63.363e4"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "21535143.0a939e",\r
+        "id": "ac6169c7.f0845",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'An error occurred while querying pnf from AnAI with pnf-name = ' + $prop.connection-attachement.access-node-id`\" />\n\n",\r
         "comments": "",\r
         "x": 1606.0001220703125,\r
-        "y": 687.2864990234375,\r
-        "z": "59711e8e.29744",\r
+        "y": 680.2864990234375,\r
+        "z": "f861838.07df98",\r
         "wires": []\r
     },\r
     {\r
-        "id": "21f78d15.02bd0a",\r
+        "id": "63822e63.363e4",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'Unexpected error occurred while querying pnf from AnAI with pnf-name = ' + $prop.connection-attachement.access-node-id`\" />\n\n",\r
         "comments": "",\r
         "x": 1604.0001220703125,\r
-        "y": 743.2864990234375,\r
-        "z": "59711e8e.29744",\r
+        "y": 736.2864990234375,\r
+        "z": "f861838.07df98",\r
         "wires": []\r
     },\r
     {\r
-        "id": "875b8573.2757",\r
+        "id": "dd34e96e.f687",\r
         "type": "comment",\r
         "name": "get cross-domain-link information",\r
         "info": "",\r
         "comments": "",\r
         "x": 1218.5001220703125,\r
-        "y": 589.2864685058594,\r
-        "z": "59711e8e.29744",\r
+        "y": 582.2864685058594,\r
+        "z": "f861838.07df98",\r
         "wires": []\r
     },\r
     {\r
-        "id": "5b4dabd5.4d7054",\r
+        "id": "881e4d7c.ab39a8",\r
         "type": "set",\r
         "name": "set otn-oof.link-name",\r
         "xml": "<set>\n<parameter name='otn-oof.link-name' value='`$otn-oof.solutions[$vidx].link`' />",\r
         "comments": "",\r
         "x": 1200.0001220703125,\r
-        "y": 538.2864685058594,\r
-        "z": "59711e8e.29744",\r
+        "y": 531.2864685058594,\r
+        "z": "f861838.07df98",\r
         "wires": []\r
     },\r
     {\r
-        "id": "cd276ba.d3fc218",\r
+        "id": "f83b56b9.c9b638",\r
         "type": "block",\r
         "name": "block",\r
         "xml": "<block>\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 1240.0002708435059,\r
-        "y": 229.74145698547363,\r
-        "z": "59711e8e.29744",\r
+        "y": 222.74145698547363,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             []\r
         ]\r
     },\r
     {\r
-        "id": "9aa7ba3c.52a7f",\r
+        "id": "e5176e39.ab5f58",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
         "x": 612.9688835144043,\r
-        "y": 475.74163722991943,\r
-        "z": "59711e8e.29744",\r
+        "y": 468.74163722991943,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "eda4482b.a18e38",\r
-                "4ab3abe1.e87adc"\r
+                "74bde20c.a7fc74",\r
+                "8caf5150.39185"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "edd38a6c.67c6b8",\r
+        "id": "26918861.79c318",\r
         "type": "switchNode",\r
         "name": "test cross-domain-link role",\r
         "xml": "<switch test='`$tmp.aai.cross-link.link-role`'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 1724.5001220703125,\r
-        "y": 573,\r
-        "z": "59711e8e.29744",\r
+        "y": 566,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "344b3505.db598a"\r
+                "3531deb1.d8e4aa"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "344b3505.db598a",\r
+        "id": "3531deb1.d8e4aa",\r
         "type": "outcome",\r
         "name": "outcome cross-domain",\r
         "xml": "<outcome value='cross-domain'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 1960.5001220703125,\r
-        "y": 574,\r
-        "z": "59711e8e.29744",\r
+        "y": 567,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "bdc2d141.60e88"\r
+                "eebcac2b.5130c8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "7c9a4f45.2dfb5",\r
+        "id": "7e986d4a.8efc2c",\r
         "type": "break",\r
         "name": "break",\r
         "xml": "<break>\n",\r
         "comments": "",\r
         "x": 2279.5,\r
-        "y": 1051,\r
-        "z": "59711e8e.29744",\r
+        "y": 1044,\r
+        "z": "f861838.07df98",\r
         "wires": []\r
     },\r
     {\r
-        "id": "bdc2d141.60e88",\r
+        "id": "eebcac2b.5130c8",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
         "x": 2163.5001220703125,\r
-        "y": 575,\r
-        "z": "59711e8e.29744",\r
+        "y": 568,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "7c9a4f45.2dfb5",\r
-                "54d54d35.c8ade4",\r
-                "965a7aea.98984",\r
-                "f57884fd.e852f"\r
+                "7e986d4a.8efc2c",\r
+                "ea827dd1.08ec5",\r
+                "baf2958a.4c4df8",\r
+                "fb366a0b.531b8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "7f48300c.649cc8",\r
+        "id": "a6afce7.6f2473",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 2604,\r
-        "y": 542,\r
-        "z": "59711e8e.29744",\r
+        "y": 535,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "2a6040f8.29261"\r
+                "f8be66de.741848"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "9cd22818.9c99c",\r
+        "id": "2f1a9902.061d36",\r
         "type": "not-found",\r
         "name": "not-found",\r
         "xml": "<outcome value='not-found'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 2637.0001220703125,\r
-        "y": 600,\r
-        "z": "59711e8e.29744",\r
+        "y": 593,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "8222994e.269fa"\r
+                "dbfe4fc5.e26958"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "11e5f855.56b93",\r
+        "id": "9127ce8b.3def68",\r
         "type": "other",\r
         "name": "other",\r
         "xml": "<outcome value='Other'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 2640.0001220703125,\r
-        "y": 652,\r
-        "z": "59711e8e.29744",\r
+        "y": 645,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "39b267f5.2906b8"\r
+                "c41edc57.5a3f3"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "8222994e.269fa",\r
+        "id": "dbfe4fc5.e26958",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'An error occurred while querying pnf from AnAI with pnf-name = ' + $prop.connection-attachement.access-node-id`\" />\n\n",\r
         "comments": "",\r
         "x": 2822.0001220703125,\r
-        "y": 604,\r
-        "z": "59711e8e.29744",\r
+        "y": 597,\r
+        "z": "f861838.07df98",\r
         "wires": []\r
     },\r
     {\r
-        "id": "39b267f5.2906b8",\r
+        "id": "c41edc57.5a3f3",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'Unexpected error occurred while querying pnf from AnAI with pnf-name = ' + $prop.connection-attachement.access-node-id`\" />\n\n",\r
         "comments": "",\r
         "x": 2810.0001220703125,\r
-        "y": 655,\r
-        "z": "59711e8e.29744",\r
+        "y": 648,\r
+        "z": "f861838.07df98",\r
         "wires": []\r
     },\r
     {\r
-        "id": "6235283.bbe1f58",\r
+        "id": "ecb2deab.b51cf",\r
         "type": "set",\r
         "name": "set domain A node ttp-id",\r
         "xml": "<set>\n<parameter name='tmp.domain-A.ttp-id' value=\"`$tmp.aai.src-tp.relationship-list.relationship[$vidx].relationship-data[0].relationship-value`\" />\n",\r
         "comments": "",\r
         "x": 3940.5,\r
-        "y": 457,\r
-        "z": "59711e8e.29744",\r
+        "y": 450,\r
+        "z": "f861838.07df98",\r
         "wires": []\r
     },\r
     {\r
-        "id": "4dcc3c3f.b0f8dc",\r
+        "id": "d1cdcf8f.8a3938",\r
         "type": "get-resource",\r
         "name": "get-resource src TTP",\r
         "xml": "<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\t\tresource=\"tunnel-termination-point\" \n\t\tkey=\"tunnel-termination-point.ttp-id = $tmp.domain-A.ttp-id \n\t\tAND depth = '0'\"\n        pfx='tmp.aai.src-ttp' local-only='false' >\n\n\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 3948.5,\r
-        "y": 509,\r
-        "z": "59711e8e.29744",\r
+        "y": 502,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "83dfda72.1dad78"\r
+                "5ec14125.845248"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "83dfda72.1dad78",\r
+        "id": "5ec14125.845248",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 4155,\r
-        "y": 487,\r
-        "z": "59711e8e.29744",\r
+        "y": 480,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "bd70272d.20274"\r
+                "ca7d08dc.2600e"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "49b3daba.22ab04",\r
+        "id": "c49d7c6a.28c258",\r
         "type": "outcome",\r
         "name": "tunnel-termination-point",\r
         "xml": "<outcome value='tunnel-termination-point'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 3492.66845703125,\r
-        "y": 535.4815063476562,\r
-        "z": "59711e8e.29744",\r
+        "y": 528.4815063476562,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "2abdfdd6.de70da"\r
+                "dd92713b.0e1d48"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "db5fdeca.64d9c8",\r
+        "id": "d42ddf1f.aa33b8",\r
         "type": "for",\r
         "name": "for each relationship",\r
         "xml": "<for silentFailure='true' index='vidx' start='0' end='`$tmp.aai.src-tp.relationship-list.relationship_length`' >\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 2955.3828125,\r
-        "y": 537.6597290039062,\r
-        "z": "59711e8e.29744",\r
+        "y": 530.6597290039062,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "7fedd7f6.218328"\r
+                "422b69de.73fa7"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "7fedd7f6.218328",\r
+        "id": "422b69de.73fa7",\r
         "type": "switchNode",\r
         "name": "switch related-to",\r
         "xml": "<switch test='`$tmp.aai.src-tp.relationship-list.relationship[$vidx].related-to`'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 3207.3828125,\r
-        "y": 534.6597290039062,\r
-        "z": "59711e8e.29744",\r
+        "y": 527.6597290039062,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "49b3daba.22ab04"\r
+                "c49d7c6a.28c258"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "2abdfdd6.de70da",\r
+        "id": "dd92713b.0e1d48",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
         "x": 3719.5,\r
-        "y": 524,\r
-        "z": "59711e8e.29744",\r
+        "y": 517,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "6235283.bbe1f58",\r
-                "4dcc3c3f.b0f8dc",\r
-                "3af252ac.f5160e",\r
-                "b3928b44.45b93",\r
-                "6051cb19.bdbedc"\r
+                "ecb2deab.b51cf",\r
+                "d1cdcf8f.8a3938",\r
+                "971f1502.6917e",\r
+                "c7ca7420.72c18",\r
+                "8d70c942.44a4b"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "54d54d35.c8ade4",\r
+        "id": "ea827dd1.08ec5",\r
         "type": "get-resource",\r
         "name": "get-resource dst tp",\r
         "xml": "<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\t\tresource=\"p-interface\" \n\t\tkey=\"pnf.pnf-name = $tmp.dst-pnf-name\n\t\t    AND p-interface.interface-name = $tmp.cross-link.dst-ltpId\"\n        pfx='tmp.aai.dst-tp' local-only='false' >\n    \n        <!--AND depth = '0'\"-->\n\n\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 2360.5001220703125,\r
-        "y": 947,\r
-        "z": "59711e8e.29744",\r
+        "y": 940,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "caa1180f.475d",\r
-                "4f60ddcb.06c464",\r
-                "99e66acf.ef78a8"\r
+                "6be782aa.b86974",\r
+                "6d662459.228964",\r
+                "898db702.b7dc98"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "caa1180f.475d",\r
+        "id": "6be782aa.b86974",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 2583,\r
-        "y": 1089,\r
-        "z": "59711e8e.29744",\r
+        "y": 1082,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "99dd61a2.0612b8"\r
+                "65a0fa24.29df6c"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "4f60ddcb.06c464",\r
+        "id": "6d662459.228964",\r
         "type": "not-found",\r
         "name": "not-found",\r
         "xml": "<outcome value='not-found'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 2567,\r
-        "y": 1140,\r
-        "z": "59711e8e.29744",\r
+        "y": 1133,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "ecf71935.9fff1"\r
+                "b65b40fe.974c6"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "99e66acf.ef78a8",\r
+        "id": "898db702.b7dc98",\r
         "type": "other",\r
         "name": "other",\r
         "xml": "<outcome value='Other'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 2570,\r
-        "y": 1192,\r
-        "z": "59711e8e.29744",\r
+        "y": 1185,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "b029d176.ebc328"\r
+                "bfee6332.37f66"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "b029d176.ebc328",\r
+        "id": "bfee6332.37f66",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'Unexpected error occurred while querying pnf from AnAI with pnf-name = ' + $prop.connection-attachement.access-node-id`\" />\n\n",\r
         "comments": "",\r
         "x": 2740,\r
-        "y": 1195,\r
-        "z": "59711e8e.29744",\r
+        "y": 1188,\r
+        "z": "f861838.07df98",\r
         "wires": []\r
     },\r
     {\r
-        "id": "ecf71935.9fff1",\r
+        "id": "b65b40fe.974c6",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'An error occurred while querying pnf from AnAI with pnf-name = ' + $prop.connection-attachement.access-node-id`\" />\n\n",\r
         "comments": "",\r
         "x": 2752,\r
-        "y": 1144,\r
-        "z": "59711e8e.29744",\r
+        "y": 1137,\r
+        "z": "f861838.07df98",\r
         "wires": []\r
     },\r
     {\r
-        "id": "446999ee.737b88",\r
+        "id": "8d7d4d68.6b1788",\r
         "type": "for",\r
         "name": "for each relationship",\r
         "xml": "<for silentFailure='true' index='vidx' start='0' end='`$tmp.aai.dst-tp.relationship-list.relationship_length`' >\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 2939.3828125,\r
-        "y": 1099.6597290039062,\r
-        "z": "59711e8e.29744",\r
+        "y": 1092.6597290039062,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "733247bb.4951e8"\r
+                "575ceb9c.cab194"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "733247bb.4951e8",\r
+        "id": "575ceb9c.cab194",\r
         "type": "switchNode",\r
         "name": "switch related-to",\r
         "xml": "<switch test='`$tmp.aai.dst-tp.relationship-list.relationship[$vidx].related-to`'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 3182.3828125,\r
-        "y": 1098.6597290039062,\r
-        "z": "59711e8e.29744",\r
+        "y": 1091.6597290039062,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "551892cc.c334d4"\r
+                "b72d167f.fee4e"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "d1ae1073.116fc8",\r
+        "id": "a539cf03.6d6808",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
         "x": 4948.5,\r
-        "y": 900,\r
-        "z": "59711e8e.29744",\r
+        "y": 893,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "e4453cc8.2d68",\r
-                "a58a5fab.4b9628",\r
-                "a3e0896b.517c78"\r
+                "d5068892.e23ae8",\r
+                "81d0dbc4.fd6ab8",\r
+                "7f9bc054.18256"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "551892cc.c334d4",\r
+        "id": "b72d167f.fee4e",\r
         "type": "outcome",\r
         "name": "tunnel-termination-point",\r
         "xml": "<outcome value='tunnel-termination-point'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 3438.66845703125,\r
-        "y": 1098.4815063476562,\r
-        "z": "59711e8e.29744",\r
+        "y": 1091.4815063476562,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "167858f1.4d47ff"\r
+                "9c7f096e.2675b8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "c5e10d55.b93e8",\r
+        "id": "9378bfdf.c4bd08",\r
         "type": "outcome",\r
         "name": "network-resource",\r
         "xml": "<outcome value='network-resource'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 4735.5,\r
-        "y": 899,\r
-        "z": "59711e8e.29744",\r
+        "y": 892,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "d1ae1073.116fc8"\r
+                "a539cf03.6d6808"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "167858f1.4d47ff",\r
+        "id": "9c7f096e.2675b8",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
         "x": 3738.5,\r
-        "y": 1096,\r
-        "z": "59711e8e.29744",\r
+        "y": 1089,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "b3d72c6d.8cf07",\r
-                "1624e4ba.2068eb",\r
-                "140c24f7.3b14f3",\r
-                "c25cb799.15c3f8",\r
-                "a035bf70.73a55"\r
+                "176fbec8.809f09",\r
+                "4808dba3.0d097c",\r
+                "a9a61e4c.61cea8",\r
+                "967b7a6e.29dcc",\r
+                "eb2816b.38b8868"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "b3d72c6d.8cf07",\r
+        "id": "176fbec8.809f09",\r
         "type": "set",\r
         "name": "set domain B node ttp-id",\r
         "xml": "<set>\n<parameter name='tmp.domain-B.ttp-id' value=\"`$tmp.aai.dst-tp.relationship-list.relationship[$vidx].relationship-data[0].relationship-value`\" />\n",\r
         "comments": "",\r
         "x": 3980.5,\r
-        "y": 1050,\r
-        "z": "59711e8e.29744",\r
+        "y": 1043,\r
+        "z": "f861838.07df98",\r
         "wires": []\r
     },\r
     {\r
-        "id": "1624e4ba.2068eb",\r
+        "id": "4808dba3.0d097c",\r
         "type": "get-resource",\r
         "name": "get-resource dst TTP",\r
         "xml": "<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\t\tresource=\"tunnel-termination-point\" \n\t\tkey=\"tunnel-termination-point.ttp-id = $tmp.domain-B.ttp-id \n\t\tAND depth = '0'\"\n        pfx='tmp.aai.dst-ttp' local-only='false' >\n\n\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 3970.5,\r
-        "y": 1101,\r
-        "z": "59711e8e.29744",\r
+        "y": 1094,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "58cdb5cc.380cfc"\r
+                "4a5731eb.8e0df8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "58cdb5cc.380cfc",\r
+        "id": "4a5731eb.8e0df8",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 4158,\r
-        "y": 1099,\r
-        "z": "59711e8e.29744",\r
+        "y": 1092,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "355115bb.2168d2"\r
+                "53c0541b.770fcc"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "e4453cc8.2d68",\r
+        "id": "d5068892.e23ae8",\r
         "type": "set",\r
         "name": "set domain B network-id",\r
         "xml": "<set>\n<parameter name='tmp.domain-B.network-id' value=\"`$tmp.aai.dst-pnf.relationship-list.relationship[$mvidx].relationship-data[0].relationship-value`\" />\n",\r
         "comments": "",\r
         "x": 5218.5,\r
-        "y": 876,\r
-        "z": "59711e8e.29744",\r
+        "y": 869,\r
+        "z": "f861838.07df98",\r
         "wires": []\r
     },\r
     {\r
-        "id": "a58a5fab.4b9628",\r
+        "id": "81d0dbc4.fd6ab8",\r
         "type": "get-resource",\r
         "name": "get-resource dst network-resource",\r
         "xml": "<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\t\tresource=\"network-resource\" \n\t\tkey=\"network-resource.network-id = $tmp.domain-B.network-id \n\t\tAND depth = '0'\"\n        pfx='tmp.aai.dst-network-resource' local-only='false' >\n\n\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 5228.5,\r
-        "y": 922,\r
-        "z": "59711e8e.29744",\r
+        "y": 915,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "a2d84f11.e4cb88"\r
+                "584862de.86be1c"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "a2d84f11.e4cb88",\r
+        "id": "584862de.86be1c",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 5444,\r
-        "y": 913,\r
-        "z": "59711e8e.29744",\r
+        "y": 906,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "33f08d3a.c124c2"\r
+                "419ec6e9.6efd2"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "33f08d3a.c124c2",\r
+        "id": "419ec6e9.6efd2",\r
         "type": "set",\r
         "name": "set domain B network-id, topo-id, client-id, etc",\r
         "xml": "<set>\n<parameter name='domain-B.network-id' value=\"`$tmp.aai.dst-network-resource.network-id`\" />\n<parameter name='domain-B.provider-id' value=\"`$tmp.aai.dst-network-resource.provider-id`\" />\n<parameter name='domain-B.client-id' value=\"`$tmp.aai.dst-network-resource.client-id`\" />\n<parameter name='domain-B.te-topo-id' value=\"`$tmp.aai.dst-network-resource.te-topo-id`\" />\n<parameter name='domain-B.network-type' value=\"`$tmp.aai.dst-network-resource.network-type`\" />\n\n\n",\r
         "comments": "",\r
         "x": 5698.5,\r
-        "y": 919,\r
-        "z": "59711e8e.29744",\r
+        "y": 912,\r
+        "z": "f861838.07df98",\r
         "wires": []\r
     },\r
     {\r
-        "id": "2a6040f8.29261",\r
+        "id": "f8be66de.741848",\r
         "type": "block",\r
         "name": "block",\r
         "xml": "<block>\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 2738,\r
-        "y": 538,\r
-        "z": "59711e8e.29744",\r
+        "y": 531,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "db5fdeca.64d9c8"\r
+                "d42ddf1f.aa33b8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "99dd61a2.0612b8",\r
+        "id": "65a0fa24.29df6c",\r
         "type": "block",\r
         "name": "block",\r
         "xml": "<block>\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 2729,\r
-        "y": 1080,\r
-        "z": "59711e8e.29744",\r
+        "y": 1073,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "446999ee.737b88"\r
+                "8d7d4d68.6b1788"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "203a4a36.513986",\r
+        "id": "3ceef7ce.6836e",\r
         "type": "block",\r
         "name": "block",\r
         "xml": "<block>\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 1543,\r
-        "y": 575,\r
-        "z": "59711e8e.29744",\r
+        "y": 568,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "edd38a6c.67c6b8"\r
+                "26918861.79c318"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "965a7aea.98984",\r
+        "id": "baf2958a.4c4df8",\r
         "type": "for",\r
         "name": "for each relationship",\r
         "xml": "<for index='lridx' start='0' end='`$tmp.aai.cross-link.relationship-list.relationship_length`' >\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 2313,\r
-        "y": 359,\r
-        "z": "59711e8e.29744",\r
+        "y": 352,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "3bc95abb.a9239e"\r
+                "98d39228.4f43c"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "3bc95abb.a9239e",\r
+        "id": "98d39228.4f43c",\r
         "type": "switchNode",\r
         "name": "switch related-to",\r
         "xml": "<switch test='`$tmp.aai.cross-link.relationship-list.relationship[$lridx].related-to`'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 2512,\r
-        "y": 356,\r
-        "z": "59711e8e.29744",\r
+        "y": 349,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "3cce24fd.740654"\r
+                "1abf5c4f.924da4"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "3cce24fd.740654",\r
+        "id": "1abf5c4f.924da4",\r
         "type": "outcome",\r
         "name": "p-interface",\r
         "xml": "<outcome value='p-interface'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 2689.117431640625,\r
-        "y": 354.34027099609375,\r
-        "z": "59711e8e.29744",\r
+        "y": 347.34027099609375,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "6ac060c8.1a11e8"\r
+                "d47f9442.a83a08"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "9ef5481b.bf4b48",\r
+        "id": "8b0d1bcd.9b2bf8",\r
         "type": "set",\r
         "name": "set src-ltpId and dst-ltpId",\r
         "xml": "<set>\n<parameter name='tmp.cross-link.src-ltpId' value=\"`$tmp.aai.cross-link.relationship-list.relationship[$lridx].relationship-data[1].relationship-value`\" />\n<parameter name='tmp.cross-link.dst-ltpId' value=\"`$tmp.aai.cross-link.relationship-list.relationship[$lridx + 1].relationship-data[1].relationship-value`\" />\n\n<parameter name='tmp.src-pnf-name' value=\"`$tmp.aai.cross-link.relationship-list.relationship[$lridx].relationship-data[0].relationship-value`\" />\n<parameter name='tmp.dst-pnf-name' value=\"`$tmp.aai.cross-link.relationship-list.relationship[$lridx + 1].relationship-data[0].relationship-value`\" />\n\n\n",\r
         "comments": "",\r
         "x": 3003,\r
-        "y": 298,\r
-        "z": "59711e8e.29744",\r
+        "y": 291,\r
+        "z": "f861838.07df98",\r
         "wires": []\r
     },\r
     {\r
-        "id": "ddeb58ef.e40c3",\r
+        "id": "69b5dc47.c8bab4",\r
         "type": "break",\r
         "name": "break",\r
         "xml": "<break>\n",\r
         "comments": "",\r
         "x": 2964,\r
-        "y": 361,\r
-        "z": "59711e8e.29744",\r
+        "y": 354,\r
+        "z": "f861838.07df98",\r
         "wires": []\r
     },\r
     {\r
-        "id": "6ac060c8.1a11e8",\r
+        "id": "d47f9442.a83a08",\r
         "type": "block",\r
         "name": "block",\r
         "xml": "<block>\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 2829,\r
-        "y": 339,\r
-        "z": "59711e8e.29744",\r
+        "y": 332,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "9ef5481b.bf4b48",\r
-                "ddeb58ef.e40c3"\r
+                "8b0d1bcd.9b2bf8",\r
+                "69b5dc47.c8bab4"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "bd70272d.20274",\r
+        "id": "ca7d08dc.2600e",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
         "x": 4330,\r
-        "y": 483,\r
-        "z": "59711e8e.29744",\r
+        "y": 476,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "b2e7a790.6b1818"\r
+                "4e511808.615928"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "355115bb.2168d2",\r
+        "id": "53c0541b.770fcc",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
         "x": 4347,\r
-        "y": 1088,\r
-        "z": "59711e8e.29744",\r
+        "y": 1081,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "d4658a57.f78ed8"\r
+                "1d3fc9e2.e7e6d6"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "f57884fd.e852f",\r
+        "id": "fb366a0b.531b8",\r
         "type": "get-resource",\r
         "name": "get-resource src tp",\r
         "xml": "<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\t\tresource=\"p-interface\" \n\t\tkey=\"pnf.pnf-name = $tmp.src-pnf-name\n\t\t    AND p-interface.interface-name = $tmp.cross-link.src-ltpId\"\n        pfx='tmp.aai.src-tp' local-only='false' >\n    \n        <!--AND depth = '0'\"-->\n\n\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 2406.5001220703125,\r
-        "y": 581,\r
-        "z": "59711e8e.29744",\r
+        "y": 574,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "7f48300c.649cc8",\r
-                "9cd22818.9c99c",\r
-                "11e5f855.56b93"\r
+                "a6afce7.6f2473",\r
+                "2f1a9902.061d36",\r
+                "9127ce8b.3def68"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "3af252ac.f5160e",\r
+        "id": "971f1502.6917e",\r
         "type": "get-resource",\r
         "name": "get-resource src pnf",\r
         "xml": "<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\t\tresource=\"pnf\" \n\t\tkey=\"pnf.pnf-name = $tmp.src-pnf-name\"\n        pfx='tmp.aai.src-pnf' local-only='false' >\n\n        <!--AND depth = '0'\"-->\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 3810,\r
-        "y": 327,\r
-        "z": "59711e8e.29744",\r
+        "y": 320,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "fd4b75db.4422e8",\r
-                "650bdcdc.cfece4",\r
-                "72662c6f.14033c"\r
+                "806ba724.7c9cb",\r
+                "6ff47511.68ce04",\r
+                "3a2344e6.758334"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "fd4b75db.4422e8",\r
+        "id": "806ba724.7c9cb",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 4005.5001220703125,\r
-        "y": 279,\r
-        "z": "59711e8e.29744",\r
+        "y": 272,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "b45c7d99.22c22"\r
+                "198edc3a.f7e7a4"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "650bdcdc.cfece4",\r
+        "id": "6ff47511.68ce04",\r
         "type": "not-found",\r
         "name": "not-found",\r
         "xml": "<outcome value='not-found'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 3997.5001220703125,\r
-        "y": 334,\r
-        "z": "59711e8e.29744",\r
+        "y": 327,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "cb3c1121.cbe778"\r
+                "658b18f7.6c229"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "72662c6f.14033c",\r
+        "id": "3a2344e6.758334",\r
         "type": "other",\r
         "name": "other",\r
         "xml": "<outcome value='Other'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 4002.5001220703125,\r
-        "y": 391,\r
-        "z": "59711e8e.29744",\r
+        "y": 384,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "789ed2a8.499b74"\r
+                "10fe2a63.edb7de"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "789ed2a8.499b74",\r
+        "id": "10fe2a63.edb7de",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'Unexpected error occurred while querying pnf from AnAI with pnf-name = ' + $prop.connection-attachement.access-node-id`\" />\n\n",\r
         "comments": "",\r
         "x": 4154.5001220703125,\r
-        "y": 392,\r
-        "z": "59711e8e.29744",\r
+        "y": 385,\r
+        "z": "f861838.07df98",\r
         "wires": []\r
     },\r
     {\r
-        "id": "cb3c1121.cbe778",\r
+        "id": "658b18f7.6c229",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'An error occurred while querying pnf from AnAI with pnf-name = ' + $prop.connection-attachement.access-node-id`\" />\n\n",\r
         "comments": "",\r
         "x": 4165.5001220703125,\r
-        "y": 337,\r
-        "z": "59711e8e.29744",\r
+        "y": 330,\r
+        "z": "f861838.07df98",\r
         "wires": []\r
     },\r
     {\r
-        "id": "b45c7d99.22c22",\r
+        "id": "198edc3a.f7e7a4",\r
         "type": "block",\r
         "name": "block",\r
         "xml": "<block>\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 4149.8824462890625,\r
-        "y": 276.6556701660156,\r
-        "z": "59711e8e.29744",\r
+        "y": 269.6556701660156,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "ba380e73.fe2bc8",\r
-                "65a7e039.6dcda8"\r
+                "3a3ab784.901e48",\r
+                "a97b2a05.9f73a"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "ba380e73.fe2bc8",\r
+        "id": "3a3ab784.901e48",\r
         "type": "set",\r
         "name": "set domain A node-id and tpn",\r
         "xml": "<set>\n<parameter name='domain-A.node-id' value=\"`$tmp.aai.src-pnf.pnf-id`\" />\n<parameter name='domain-A.tpn' value='1' />\n",\r
         "comments": "",\r
         "x": 4375,\r
-        "y": 232,\r
-        "z": "59711e8e.29744",\r
+        "y": 225,\r
+        "z": "f861838.07df98",\r
         "wires": []\r
     },\r
     {\r
-        "id": "b3928b44.45b93",\r
+        "id": "c7ca7420.72c18",\r
         "type": "break",\r
         "name": "break",\r
         "xml": "<break>\n",\r
         "comments": "",\r
         "x": 3897,\r
-        "y": 574,\r
-        "z": "59711e8e.29744",\r
+        "y": 567,\r
+        "z": "f861838.07df98",\r
         "wires": []\r
     },\r
     {\r
-        "id": "b2e7a790.6b1818",\r
+        "id": "4e511808.615928",\r
         "type": "set",\r
         "name": "set domain A tunnel tp ip",\r
         "xml": "<set>\n<parameter name='domain-A.tunnel-tp-id' value=\"`$tmp.aai.src-ttp.tunnel-tp-id`\" />\n",\r
         "comments": "",\r
         "x": 4591,\r
-        "y": 480,\r
-        "z": "59711e8e.29744",\r
+        "y": 473,\r
+        "z": "f861838.07df98",\r
         "wires": []\r
     },\r
     {\r
-        "id": "c25cb799.15c3f8",\r
+        "id": "967b7a6e.29dcc",\r
         "type": "get-resource",\r
         "name": "get-resource dst pnf",\r
         "xml": "<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\t\tresource=\"pnf\" \n\t\tkey=\"pnf.pnf-name = $tmp.dst-pnf-name\"\n        pfx='tmp.aai.dst-pnf' local-only='false' >\n\n        <!--AND depth = '0'\"-->\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 3807,\r
-        "y": 930,\r
-        "z": "59711e8e.29744",\r
+        "y": 923,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "c37473f2.19f208",\r
-                "c644027c.70c3f8",\r
-                "98fb79a9.84cdc8"\r
+                "e327bfa4.a9a3a8",\r
+                "d6f6e8cf.638658",\r
+                "370c2654.35ab6a"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "98fb79a9.84cdc8",\r
+        "id": "370c2654.35ab6a",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 4002.5001220703125,\r
-        "y": 882,\r
-        "z": "59711e8e.29744",\r
+        "y": 875,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "3c4a5895.c63a"\r
+                "750d9871.e65c38"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "c644027c.70c3f8",\r
+        "id": "d6f6e8cf.638658",\r
         "type": "not-found",\r
         "name": "not-found",\r
         "xml": "<outcome value='not-found'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 3994.5001220703125,\r
-        "y": 937,\r
-        "z": "59711e8e.29744",\r
+        "y": 930,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "70fd1b7c.8d1aac"\r
+                "a22c9c14.dad95"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "c37473f2.19f208",\r
+        "id": "e327bfa4.a9a3a8",\r
         "type": "other",\r
         "name": "other",\r
         "xml": "<outcome value='Other'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 3999.5001220703125,\r
-        "y": 994,\r
-        "z": "59711e8e.29744",\r
+        "y": 987,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "cd3e066f.324aa"\r
+                "68964b02.e7fefc"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "3c4a5895.c63a",\r
+        "id": "750d9871.e65c38",\r
         "type": "block",\r
         "name": "block",\r
         "xml": "<block>\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 4146.8824462890625,\r
-        "y": 879.6556701660156,\r
-        "z": "59711e8e.29744",\r
+        "y": 872.6556701660156,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "a79b012a.c282e",\r
-                "469c63f2.54b414"\r
+                "93208213.553588",\r
+                "71258e68.5cbd58"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "70fd1b7c.8d1aac",\r
+        "id": "a22c9c14.dad95",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'An error occurred while querying pnf from AnAI with pnf-name = ' + $prop.connection-attachement.access-node-id`\" />\n\n",\r
         "comments": "",\r
         "x": 4162.5001220703125,\r
-        "y": 940,\r
-        "z": "59711e8e.29744",\r
+        "y": 933,\r
+        "z": "f861838.07df98",\r
         "wires": []\r
     },\r
     {\r
-        "id": "cd3e066f.324aa",\r
+        "id": "68964b02.e7fefc",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'Unexpected error occurred while querying pnf from AnAI with pnf-name = ' + $prop.connection-attachement.access-node-id`\" />\n\n",\r
         "comments": "",\r
         "x": 4151.5001220703125,\r
-        "y": 995,\r
-        "z": "59711e8e.29744",\r
+        "y": 988,\r
+        "z": "f861838.07df98",\r
         "wires": []\r
     },\r
     {\r
-        "id": "a79b012a.c282e",\r
+        "id": "93208213.553588",\r
         "type": "set",\r
         "name": "set domain B node-id and tpn",\r
         "xml": "<set>\n<parameter name='domain-B.node-id' value=\"`$tmp.aai.dst-pnf.pnf-id`\" />\n<parameter name='domain-B.tpn' value='1' />\n",\r
         "comments": "",\r
         "x": 4356,\r
-        "y": 847,\r
-        "z": "59711e8e.29744",\r
+        "y": 840,\r
+        "z": "f861838.07df98",\r
         "wires": []\r
     },\r
     {\r
-        "id": "140c24f7.3b14f3",\r
+        "id": "a9a61e4c.61cea8",\r
         "type": "break",\r
         "name": "break",\r
         "xml": "<break>\n",\r
         "comments": "",\r
         "x": 3926,\r
-        "y": 1142,\r
-        "z": "59711e8e.29744",\r
+        "y": 1135,\r
+        "z": "f861838.07df98",\r
         "wires": []\r
     },\r
     {\r
-        "id": "d4658a57.f78ed8",\r
+        "id": "1d3fc9e2.e7e6d6",\r
         "type": "set",\r
         "name": "set domain B tunnel tp id",\r
         "xml": "<set>\n<parameter name='domain-B.tunnel-tp-id' value=\"`$tmp.aai.dst-ttp.tunnel-tp-id`\" />\n",\r
         "comments": "",\r
         "x": 4580,\r
-        "y": 1087,\r
-        "z": "59711e8e.29744",\r
+        "y": 1080,\r
+        "z": "f861838.07df98",\r
         "wires": []\r
     },\r
     {\r
-        "id": "4b900139.065478",\r
+        "id": "57d0de73.a03a68",\r
         "type": "outcome",\r
         "name": "network-resource",\r
         "xml": "<outcome value='network-resource'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 4732,\r
-        "y": 295,\r
-        "z": "59711e8e.29744",\r
+        "y": 288,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "c3283205.62573"\r
+                "ed098b6a.2cacf8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "c3283205.62573",\r
+        "id": "ed098b6a.2cacf8",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
         "x": 4909,\r
-        "y": 287,\r
-        "z": "59711e8e.29744",\r
+        "y": 280,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "e3322f04.45bf9",\r
-                "201af2cb.ff685e",\r
-                "24c615e9.67af32"\r
+                "61d12009.69ae18",\r
+                "bb57da49.8f1178",\r
+                "85c9485f.31b9d8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "e3322f04.45bf9",\r
+        "id": "61d12009.69ae18",\r
         "type": "set",\r
         "name": "set domain A network-id",\r
         "xml": "<set>\n<parameter name='tmp.domain-A.network-id' value=\"`$tmp.aai.src-pnf.relationship-list.relationship[$pvidx].relationship-data[0].relationship-value`\" />\n",\r
         "comments": "",\r
         "x": 5124,\r
-        "y": 268,\r
-        "z": "59711e8e.29744",\r
+        "y": 261,\r
+        "z": "f861838.07df98",\r
         "wires": []\r
     },\r
     {\r
-        "id": "201af2cb.ff685e",\r
+        "id": "bb57da49.8f1178",\r
         "type": "get-resource",\r
         "name": "get-resource src network-resource",\r
         "xml": "<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\t\tresource=\"network-resource\" \n\t\tkey=\"network-resource.network-id = $tmp.domain-A.network-id \n\t\tAND depth = '0'\"\n        pfx='tmp.aai.src-network-resource' local-only='false' >\n\n\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 5141,\r
-        "y": 332,\r
-        "z": "59711e8e.29744",\r
+        "y": 325,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "ba151945.9e348"\r
+                "603dc665.e100a"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "ba151945.9e348",\r
+        "id": "603dc665.e100a",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 5364.5,\r
-        "y": 333,\r
-        "z": "59711e8e.29744",\r
+        "y": 326,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "bf5ba977.146f8"\r
+                "bfe1407d.be933"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "bf5ba977.146f8",\r
+        "id": "bfe1407d.be933",\r
         "type": "set",\r
         "name": "set domain A network-id, topo-id, client-id, etc",\r
         "xml": "<set>\n<parameter name='domain-A.network-id' value=\"`$tmp.aai.src-network-resource.network-id`\" />\n<parameter name='domain-A.provider-id' value=\"`$tmp.aai.src-network-resource.provider-id`\" />\n<parameter name='domain-A.client-id' value=\"`$tmp.aai.src-network-resource.client-id`\" />\n<parameter name='domain-A.te-topo-id' value=\"`$tmp.aai.src-network-resource.te-topo-id`\" />\n<parameter name='domain-A.network-type' value=\"`$tmp.aai.src-network-resource.network-type`\" />\n\n\n",\r
         "comments": "",\r
         "x": 5629,\r
-        "y": 322,\r
-        "z": "59711e8e.29744",\r
+        "y": 315,\r
+        "z": "f861838.07df98",\r
         "wires": []\r
     },\r
     {\r
-        "id": "65a7e039.6dcda8",\r
+        "id": "a97b2a05.9f73a",\r
         "type": "for",\r
         "name": "for each relationship",\r
         "xml": "<for silentFailure='true' index='pvidx' start='0' end='`$tmp.aai.src-pnf.relationship-list.relationship_length`' >\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 4334,\r
-        "y": 291,\r
-        "z": "59711e8e.29744",\r
+        "y": 284,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "ebc07ec5.500b48"\r
+                "2c83d3d0.5ba494"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "ebc07ec5.500b48",\r
+        "id": "2c83d3d0.5ba494",\r
         "type": "switchNode",\r
         "name": "switch related-to",\r
         "xml": "<switch test='`$tmp.aai.src-pnf.relationship-list.relationship[$pvidx].related-to`'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 4529,\r
-        "y": 291,\r
-        "z": "59711e8e.29744",\r
+        "y": 284,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "4b900139.065478"\r
+                "57d0de73.a03a68"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "24c615e9.67af32",\r
+        "id": "85c9485f.31b9d8",\r
         "type": "break",\r
         "name": "break",\r
         "xml": "<break>\n",\r
         "comments": "",\r
         "x": 5068,\r
-        "y": 385,\r
-        "z": "59711e8e.29744",\r
+        "y": 378,\r
+        "z": "f861838.07df98",\r
         "wires": []\r
     },\r
     {\r
-        "id": "469c63f2.54b414",\r
+        "id": "71258e68.5cbd58",\r
         "type": "for",\r
         "name": "for each relationship",\r
         "xml": "<for silentFailure='true' index='mvidx' start='0' end='`$tmp.aai.dst-pnf.relationship-list.relationship_length`' >\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 4335,\r
-        "y": 898,\r
-        "z": "59711e8e.29744",\r
+        "y": 891,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "a4a499c0.e7f04"\r
+                "1cdec3b0.3edecc"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "a4a499c0.e7f04",\r
+        "id": "1cdec3b0.3edecc",\r
         "type": "switchNode",\r
         "name": "switch related-to",\r
         "xml": "<switch test='`$tmp.aai.dst-pnf.relationship-list.relationship[$mvidx].related-to`'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 4530,\r
-        "y": 898,\r
-        "z": "59711e8e.29744",\r
+        "y": 891,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "c5e10d55.b93e8"\r
+                "9378bfdf.c4bd08"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "a3e0896b.517c78",\r
+        "id": "7f9bc054.18256",\r
         "type": "break",\r
         "name": "break",\r
         "xml": "<break>\n",\r
         "comments": "",\r
         "x": 5154,\r
-        "y": 978,\r
-        "z": "59711e8e.29744",\r
+        "y": 971,\r
+        "z": "f861838.07df98",\r
         "wires": []\r
     },\r
     {\r
-        "id": "6051cb19.bdbedc",\r
+        "id": "8d70c942.44a4b",\r
         "type": "execute",\r
         "name": "execute split tp-id to get pnf-name",\r
         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='split' >\n<parameter name=\"original_string\" value='`$tmp.aai.src-tp`'/>\n<!--<parameter name=\"regex\" value=\"[^-]+$\"/>-->\n<parameter name=\"regex\" value=\"[-]+\"/>\n<parameter name=\"ctx_memory_result_key\" value=\"param-prefix-src-tp\"/>\n\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 3838,\r
-        "y": 121,\r
-        "z": "59711e8e.29744",\r
+        "y": 114,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "474c52a4.93fc74",\r
-                "2bdecc1b.43ff94"\r
+                "f6a321aa.4933d",\r
+                "d873be99.cdd6b8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "2bdecc1b.43ff94",\r
+        "id": "d873be99.cdd6b8",\r
         "type": "failure",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 4059,\r
-        "y": 89,\r
-        "z": "59711e8e.29744",\r
+        "y": 82,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "21520c33.eb9b1c"\r
+                "aee73e2c.22e008"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "474c52a4.93fc74",\r
+        "id": "f6a321aa.4933d",\r
         "type": "failure",\r
         "name": "failure",\r
         "xml": "<outcome value='failure'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 4059,\r
-        "y": 136,\r
-        "z": "59711e8e.29744",\r
+        "y": 129,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "ff0936f5.25fc9"\r
+                "58dfd18f.2c2408"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "21520c33.eb9b1c",\r
+        "id": "aee73e2c.22e008",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
         "x": 4224,\r
-        "y": 86,\r
-        "z": "59711e8e.29744",\r
+        "y": 79,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "47f81613.356b38"\r
+                "e00cc6b0.3f2b6"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "47f81613.356b38",\r
+        "id": "e00cc6b0.3f2b6",\r
         "type": "set",\r
         "name": "set domain-A.ltpId",\r
         "xml": "<set>\n<parameter name='domain-A.ltpId' value='`$param-prefix-src-tp[$param-prefix-src-tp_length -1]`' />\n",\r
         "comments": "",\r
         "x": 4406,\r
-        "y": 90,\r
-        "z": "59711e8e.29744",\r
+        "y": 83,\r
+        "z": "f861838.07df98",\r
         "wires": []\r
     },\r
     {\r
-        "id": "ff0936f5.25fc9",\r
+        "id": "58dfd18f.2c2408",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "xml": "<return status='failure'>\n<parameter name='error-code' value='' />\n<parameter name='error-message' value=\"An error occured while splitting sna1_route\" />\n",\r
         "comments": "",\r
         "x": 4226,\r
-        "y": 136,\r
-        "z": "59711e8e.29744",\r
+        "y": 129,\r
+        "z": "f861838.07df98",\r
         "wires": []\r
     },\r
     {\r
-        "id": "a035bf70.73a55",\r
+        "id": "eb2816b.38b8868",\r
         "type": "execute",\r
         "name": "execute split tp-id to get pnf-name",\r
         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='split' >\n<parameter name=\"original_string\" value='`$tmp.aai.dst-tp`'/>\n<!--<parameter name=\"regex\" value=\"[^-]+$\"/>-->\n<parameter name=\"regex\" value=\"[-]+\"/>\n<parameter name=\"ctx_memory_result_key\" value=\"param-prefix-dst-tp\"/>\n\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 3846,\r
-        "y": 745,\r
-        "z": "59711e8e.29744",\r
+        "y": 738,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "310e01dd.c1a27e",\r
-                "976ae4f1.c35c1"\r
+                "4540307f.4c5428",\r
+                "da15be4.fdd654"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "976ae4f1.c35c1",\r
+        "id": "da15be4.fdd654",\r
         "type": "failure",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 4067,\r
-        "y": 713,\r
-        "z": "59711e8e.29744",\r
+        "y": 706,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "20b670c9.8ae9c8"\r
+                "344ce354.79f65c"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "310e01dd.c1a27e",\r
+        "id": "4540307f.4c5428",\r
         "type": "failure",\r
         "name": "failure",\r
         "xml": "<outcome value='failure'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 4067,\r
-        "y": 760,\r
-        "z": "59711e8e.29744",\r
+        "y": 753,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "75ef28c6.5e31a"\r
+                "e36b8ad2.500998"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "20b670c9.8ae9c8",\r
+        "id": "344ce354.79f65c",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
         "x": 4232,\r
-        "y": 710,\r
-        "z": "59711e8e.29744",\r
+        "y": 703,\r
+        "z": "f861838.07df98",\r
         "wires": [\r
             [\r
-                "3c392a8.397b7d6"\r
+                "2f5cfc52.4cced4"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "3c392a8.397b7d6",\r
+        "id": "2f5cfc52.4cced4",\r
         "type": "set",\r
         "name": "set domain-B.ltpId",\r
         "xml": "<set>\n<parameter name='domain-B.ltpId' value='`$param-prefix-dst-tp[$param-prefix-dst-tp_length -1]`' />\n",\r
         "comments": "",\r
         "x": 4428,\r
-        "y": 707,\r
-        "z": "59711e8e.29744",\r
+        "y": 700,\r
+        "z": "f861838.07df98",\r
         "wires": []\r
     },\r
     {\r
-        "id": "75ef28c6.5e31a",\r
+        "id": "e36b8ad2.500998",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "xml": "<return status='failure'>\n<parameter name='error-code' value='' />\n<parameter name='error-message' value=\"An error occured while splitting sna1_route\" />\n",\r
         "comments": "",\r
         "x": 4234,\r
-        "y": 760,\r
-        "z": "59711e8e.29744",\r
+        "y": 753,\r
+        "z": "f861838.07df98",\r
         "wires": []\r
     }\r
 ]
\ No newline at end of file
index 9ffaaf7..3d894d5 100644 (file)
@@ -1,20 +1,20 @@
 [\r
     {\r
-        "id": "d3bb30c4.60fa",\r
+        "id": "d5615e24.a00ab8",\r
         "type": "dgstart",\r
         "name": "DGSTART",\r
         "outputs": 1,\r
-        "x": 130,\r
-        "y": 87,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 156,\r
+        "y": 95,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "d58b4202.9cdb3"\r
+                "90741178.637a68"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "d58b4202.9cdb3",\r
+        "id": "90741178.637a68",\r
         "type": "service-logic",\r
         "name": "GENERIC-RESOURCE-API ${project.version}",\r
         "module": "GENERIC-RESOURCE-API",\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='GENERIC-RESOURCE-API' version='${project.version}'>",\r
         "outputs": 1,\r
-        "x": 261.2856903076172,\r
-        "y": 136.23810863494873,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 287.2856903076172,\r
+        "y": 144.23810863494873,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "617bde2e.1132b"\r
+                "e9aee376.235818"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "617bde2e.1132b",\r
+        "id": "e9aee376.235818",\r
         "type": "method",\r
         "name": "method tsli-vnf-topology-operation-trans-slice-activate",\r
         "xml": "<method rpc='tsli-vnf-topology-operation-trans-slice-activate' mode='sync'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 264.4286193847656,\r
-        "y": 221.00003242492676,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 290.4286193847656,\r
+        "y": 229.00003242492676,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "8ac7a60e.72d768"\r
+                "9c8b5d20.5b6ef8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "8ac7a60e.72d768",\r
+        "id": "9c8b5d20.5b6ef8",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
-        "x": 414.238037109375,\r
-        "y": 350.6666564941406,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 440.238037109375,\r
+        "y": 358.6666564941406,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "72b21bde.5e8f94",\r
-                "9fe7f5eb.e26c6",\r
-                "9bca10ea.41532"\r
+                "f1c1dc9b.59851",\r
+                "40fee6aa.417918",\r
+                "a3f28ac6.d30ed8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "72b21bde.5e8f94",\r
+        "id": "f1c1dc9b.59851",\r
         "type": "returnSuccess",\r
         "name": "return success",\r
         "xml": "<return status='success'>\n<parameter name=\"ack-final-indicator\" value=\"Y\" />\n<parameter name=\"error-code\" value=\"200\" />\n<parameter name=\"error-message\" value=\"`$error-message`\" />\n",\r
         "comments": "",\r
-        "x": 682.5716552734375,\r
-        "y": 737.59716796875,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 708.5716552734375,\r
+        "y": 745.59716796875,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "441fc399.08ca9c",\r
+        "id": "e4fd4d94.2b8ec8",\r
         "type": "comment",\r
         "name": "new for TransportSlicing",\r
         "info": "",\r
         "comments": "",\r
-        "x": 714,\r
-        "y": 412,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 740,\r
+        "y": 420,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "9fe7f5eb.e26c6",\r
+        "id": "40fee6aa.417918",\r
         "type": "save",\r
         "name": "get service-instance from aai",\r
         "xml": "<!--<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" -->\n<!--\tresource=\"service-instance\"-->\n<!--\tkey='service-instance.service-instance-id = $service-data.vnfs.vnf[$tmp.vidx].vnf-data.service-information.service-instance-id-->\n<!--         AND customer.global-customer-id = $service-data.vnfs.vnf[$tmp.vidx].vnf-data.service-information.global-customer-id -->\n<!--         AND service-subscription.service-type = $service-data.vnfs.vnf[$tmp.vidx].vnf-data.service-information.subscription-service-type'-->\n<!--\tlocal-only=\"false\"-->\n<!--\tforce=\"true\" pfx=\"tmp.aai.service-instance\">-->\n\n<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\tresource=\"service-instance\"\n\tkey='service-instance.service-instance-id = $vnf-topology-operation-input.service-information.service-instance-id\n         AND customer.global-customer-id = $vnf-topology-operation-input.service-information.global-customer-id \n         AND service-subscription.service-type = $vnf-topology-operation-input.service-information.subscription-service-type'\n\tlocal-only=\"false\"\n\tforce=\"true\" pfx=\"tmp.aai.service-instance\">\n\n\n<!--$vnf-topology-operation-input.service-information.service-instance-id-->",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 734,\r
-        "y": 508,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 760,\r
+        "y": 516,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "926c12ae.af2a48",\r
-                "5deb4cbf.60b5f4",\r
-                "35c77549.8e65c2"\r
+                "15f2cda7.88709a",\r
+                "187b249d.3c85cb",\r
+                "c12e657e.e2c7f8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "926c12ae.af2a48",\r
+        "id": "15f2cda7.88709a",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 953,\r
-        "y": 446,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 979,\r
+        "y": 454,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "c296586e.046f08"\r
+                "56c6117d.ed7bc"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "5deb4cbf.60b5f4",\r
+        "id": "187b249d.3c85cb",\r
         "type": "not-found",\r
         "name": "not-found",\r
         "xml": "<outcome value='not-found'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 962.490966796875,\r
-        "y": 488.57403564453125,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 988.490966796875,\r
+        "y": 496.57403564453125,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "bb46ff52.717af8"\r
+                "dd3e3cac.482ca8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "35c77549.8e65c2",\r
+        "id": "c12e657e.e2c7f8",\r
         "type": "failure",\r
         "name": "failure",\r
         "xml": "<outcome value='failure'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 951,\r
-        "y": 535,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 977,\r
+        "y": 543,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "236d61d5.47d9a6"\r
+                "d7bbbdd4.b85c7"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "bb46ff52.717af8",\r
+        "id": "dd3e3cac.482ca8",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'An error occurred while querying pnf from AnAI with pnf-name = ' + $prop.l3vpn.pe1_id`\" />\n\n",\r
         "comments": "",\r
-        "x": 1116.0623779296875,\r
-        "y": 491.8597717285156,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 1142.0623779296875,\r
+        "y": 499.8597717285156,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "236d61d5.47d9a6",\r
+        "id": "d7bbbdd4.b85c7",\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": 1120,\r
-        "y": 536,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 1146,\r
+        "y": 544,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "c296586e.046f08",\r
+        "id": "56c6117d.ed7bc",\r
         "type": "for",\r
         "name": "for each relationship",\r
         "xml": "<for index='rel-index' start='0' end='`$tmp.aai.service-instance.relationship-list.relationship_length`' >\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 1150,\r
-        "y": 442,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 1176,\r
+        "y": 450,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "b77b70ed.c591c"\r
+                "68f0da0a.13a494"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "b77b70ed.c591c",\r
+        "id": "68f0da0a.13a494",\r
         "type": "switchNode",\r
         "name": "switch related-to",\r
         "xml": "<switch test='`$tmp.aai.service-instance.relationship-list.relationship[$rel-index].related-to`'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 1373.33349609375,\r
-        "y": 441.99993896484375,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 1399.33349609375,\r
+        "y": 449.99993896484375,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "2fc295b4.0602da"\r
+                "a37a9810.801788"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "2fc295b4.0602da",\r
+        "id": "a37a9810.801788",\r
         "type": "outcome",\r
         "name": "connectivity",\r
         "xml": "<outcome value='connectivity'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 1574.0001335144043,\r
-        "y": 443.00002098083496,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 1600.0001335144043,\r
+        "y": 451.00002098083496,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "483259b4.af3e1"\r
+                "2d3714db.b7aad4"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "cba9b813.e1b22",\r
+        "id": "3d56fd4f.8da4ea",\r
         "type": "set",\r
         "name": "set attachment_param for OTN A",\r
         "xml": "<set>\n<parameter name='src-node-id' value='`$tmp.aai.vpn-bindingA.src-access-node-id`' />\n<parameter name='dst-node-id' value='`$tmp.aai.vpn-bindingA.dst-access-node-id`' />\n<parameter name='dst-tpn-id' value='1' />\n<parameter name='dst-ttp-id' value='`$tmp.aai.vpn-bindingA.dst-access-ltp-id`' />\n<parameter name='slice-instance-id' value='`$tmp.aai.service-instance.service-instance-id`' />\n<parameter name='otn-tunnel-name-src-domain' value='`$tmp.aai.vpn-bindingA.vpn-name`' />\n<parameter name='client-id' value='`$tmp.aai.vpn-bindingA.access-client-id`' />\n<parameter name='provider-id' value='`$tmp.aai.vpn-bindingA.access-provider-id`' />\n<parameter name='topology-id' value='`$tmp.aai.vpn-bindingA.access-topology-id`' />\n",\r
         "comments": "",\r
-        "x": 3835,\r
-        "y": 162,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 3861,\r
+        "y": 170,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "c84632a9.494938",\r
+        "id": "119d7057.187e9",\r
         "type": "execute",\r
         "name": "execute RestApiCallNode Create OTN tunnel with token",\r
-        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/' + $prop.restapi.ts-otn-src-domain-creation.templatefile`\" />\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domainA.url + '/restconf/data/ietf-te:te'`\" />\n<parameter name=\"restapiUser\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domainA.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domainA.password`\" />\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"post\"/>\n<parameter name=\"responsePrefix\" value=\"otn-oof\"/>\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
+        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/' + $prop.restapi.ts-otn-src-domain-creation.templatefile`\" />\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domainA.url + '/restconf/data/ietf-te:te'`\" />\n<parameter name=\"restapiUser\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domainA.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domainA.password`\" />\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"patch\"/>\n<parameter name=\"responsePrefix\" value=\"otn-oof\"/>\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": 3916,\r
-        "y": 477,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 3942,\r
+        "y": 485,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "f012f442.27b7b8",\r
-                "961e7c8c.e8988"\r
+                "a078109.a1f9bf",\r
+                "c205f5c4.0bdb88"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "f012f442.27b7b8",\r
+        "id": "a078109.a1f9bf",\r
         "type": "failure",\r
         "name": "failure",\r
         "xml": "<outcome value='failure'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4225.5,\r
-        "y": 446,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 4251.5,\r
+        "y": 454,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "85de6f60.586588"\r
+                "3b38ca16.a7fb4e"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "961e7c8c.e8988",\r
+        "id": "c205f5c4.0bdb88",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4230.5,\r
-        "y": 511,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 4256.5,\r
+        "y": 519,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "b3e28f35.f331c"\r
+                "176e9242.258856"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "85de6f60.586588",\r
+        "id": "3b38ca16.a7fb4e",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
-        "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",\r
+        "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 OTN tunnel rest api\" />\n",\r
         "comments": "",\r
-        "x": 4401.5,\r
-        "y": 446,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 4427.5,\r
+        "y": 454,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "b3e28f35.f331c",\r
+        "id": "176e9242.258856",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4397,\r
-        "y": 511,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 4423,\r
+        "y": 519,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             []\r
         ]\r
     },\r
     {\r
-        "id": "9e9578a4.5a4df",\r
+        "id": "ab834e.f483fcb",\r
         "type": "set",\r
         "name": "set sotn_value",\r
         "xml": "<set>\n<parameter name='eth-service-name' value='`$tmp.aai.connectivityA.connectivity-id`' />\n<parameter name='provider-id' value='`$tmp.aai.connectivityA.access-provider-id`' />\n<parameter name='client-id' value='`$tmp.aai.connectivityA.access-client-id`' />\n<parameter name='topology-id' value='`$tmp.aai.connectivityA.access-topology-id`' />\n<parameter name='otn-tunnel-name' value='`$tmp.aai.vpn-bindingA.vpn-name`' />\n<parameter name='ethernet-end-point-name' value='`$tmp.aai.connectivityA.connectivity-id`' />\n<parameter name='index-number' value='0' />\n<parameter name='eth-node-id' value='`$tmp.aai.connectivityA.access-node-id`' />\n<parameter name='eth-node-tp-id' value='`$tmp.aai.connectivityA.access-ltp-id`' />\n",\r
         "comments": "",\r
-        "x": 3782.5,\r
-        "y": 665,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 3808.5,\r
+        "y": 673,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "8d5f5723.afac28",\r
+        "id": "c9d60073.e2df48",\r
         "type": "execute",\r
         "name": "execute RestApiCallNode Create ethernet Service without token",\r
-        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/' + $prop.restapi.ts-ethernet-service.templatefile`\" />\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domainA.url + '/restconf/data/ietf-eth-tran-service:etht-svc'`\" />\n<!--<parameter name=\"restapiUrl\" value=\"`$prop.restapi.connection-oof-url`\" />-->\n<parameter name=\"restapiUser\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domainA.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domainA.password`\" />\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"post\"/>\n<parameter name='dirPath' value=\"/opt/onap/sdnc/restconfapi/yang\" />\n<parameter name=\"responsePrefix\" value=\"vpn-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\"/>\n",\r
+        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/' + $prop.restapi.ts-ethernet-service.templatefile`\" />\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domainA.url + '/restconf/data/ietf-eth-tran-service:etht-svc'`\" />\n<!--<parameter name=\"restapiUrl\" value=\"`$prop.restapi.connection-oof-url`\" />-->\n<parameter name=\"restapiUser\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domainA.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domainA.password`\" />\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"patch\"/>\n<parameter name='dirPath' value=\"/opt/onap/sdnc/restconfapi/yang\" />\n<parameter name=\"responsePrefix\" value=\"vpn-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\"/>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3936.5,\r
-        "y": 713,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 3962.5,\r
+        "y": 721,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "7efa3090.e1e078",\r
-                "602bb58a.eb8054"\r
+                "1e624148.f51b17",\r
+                "9b38443d.36a338"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "7efa3090.e1e078",\r
+        "id": "1e624148.f51b17",\r
         "type": "failure",\r
         "name": "failure",\r
         "xml": "<outcome value='failure'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4282,\r
-        "y": 694,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 4308,\r
+        "y": 702,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "d892eebe.cdbb5"\r
+                "20712318.8d32fc"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "602bb58a.eb8054",\r
+        "id": "9b38443d.36a338",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4286,\r
-        "y": 734,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 4312,\r
+        "y": 742,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "34660646.412fea"\r
+                "a4fdbce9.b1c4"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "d892eebe.cdbb5",\r
+        "id": "20712318.8d32fc",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
-        "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",\r
+        "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 ethernet service rest api\" />\n",\r
         "comments": "",\r
-        "x": 4440,\r
-        "y": 694,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 4466,\r
+        "y": 702,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "34660646.412fea",\r
+        "id": "a4fdbce9.b1c4",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4443.5,\r
-        "y": 734,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 4469.5,\r
+        "y": 742,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "63e48280.b2cb84",\r
-                "ffe3929d.a2fda"\r
+                "f9579fb7.928158",\r
+                "b5483433.ff3288"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "bae980db.b9d408",\r
+        "id": "320ccbea.c02274",\r
         "type": "comment",\r
         "name": "TODO: FIXME:",\r
         "info": "put proper values based on connectivity resource retrieved from AAI",\r
         "comments": "",\r
-        "x": 3780,\r
-        "y": 621,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 3806,\r
+        "y": 629,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "63e48280.b2cb84",\r
+        "id": "f9579fb7.928158",\r
         "type": "save",\r
         "name": "update vpn-binding A resource (aka. OTN domainA) in AAI",\r
         "xml": "<update plugin='org.onap.ccsdk.sli.adaptors.aai.AAIService' resource='vpn-binding' \n      key='vpn-binding.vpn-id = $tmp.aai.vpn-bindingA.vpn-id' >\n<parameter name='vpn-id' value='`$tmp.aai.vpn-bindingA.vpn-id`' />\n<parameter name='vpn-name' value='`$tmp.aai.vpn-bindingA.vpn-id`' />\n\n<parameter name='operational-status' value='Activated' />\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4774,\r
-        "y": 699,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 4800,\r
+        "y": 707,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             []\r
         ]\r
     },\r
     {\r
-        "id": "2bc3079a.d7dde",\r
+        "id": "d3281524.0d8478",\r
         "type": "comment",\r
         "name": "TODO: FIXME",\r
         "info": "use proper vpn-binding id and connectivity id\n\nAlso, does CCSDK support \"update\" operation for vpn-binding and connectivity?",\r
         "comments": "",\r
-        "x": 4638,\r
-        "y": 658,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 4664,\r
+        "y": 666,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "ffe3929d.a2fda",\r
+        "id": "b5483433.ff3288",\r
         "type": "save",\r
         "name": "update connectivity resource in AAI",\r
         "xml": "<update plugin='org.onap.ccsdk.sli.adaptors.aai.AAIService' resource='connectivity' \n      key='connectivity.connectivity-id = $tmp.aai.connectivityA.connectivity-id'>\n<parameter name='connectivity-id' value='`$tmp.aai.connectivityA.connectivity-id`' />\n<parameter name='operational-status' value='Activated' />\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4701,\r
-        "y": 745,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 4727,\r
+        "y": 753,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             []\r
         ]\r
     },\r
     {\r
-        "id": "f01334b4.1d8928",\r
+        "id": "5074df67.2ba988",\r
         "type": "set",\r
         "name": "set pnf-name",\r
         "xml": "<set>\n<parameter name='tmp.src.domainA.pnf-name' value=\"`'networkId-providerId-' +\n                                                   $tmp.aai.vpn-bindingA.access-provider-id + '-clientId-' +\n                                                   $tmp.aai.vpn-bindingA.access-client-id + '-topologyId-' +\n                                                   $tmp.aai.vpn-bindingA.access-topology-id + '-nodeId-' +\n                                                   $tmp.aai.vpn-bindingA.src-access-node-id`\" />\n",\r
         "comments": "",\r
-        "x": 3773,\r
-        "y": 210,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 3799,\r
+        "y": 218,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "dbf99a2b.67c71",\r
+        "id": "9fd13730.014208",\r
         "type": "get-resource",\r
         "name": "get-resource src pnf",\r
         "xml": "<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\t\tresource=\"pnf\" \n\t\tkey=\"pnf.pnf-name = $tmp.src.domainA.pnf-name\"\n        pfx='tmp.aai.source-pnf' local-only='false' >\n\n        <!--AND depth = '0'\"-->\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3799,\r
-        "y": 327,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 3825,\r
+        "y": 335,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "27a62f4.f17ab5",\r
-                "1aa65c21.28f974",\r
-                "a732e62d.9d3f9"\r
+                "e11a5ea7.685f28",\r
+                "6cb0b7a8.80c24",\r
+                "a90c44f8.bdb148"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "27a62f4.f17ab5",\r
+        "id": "e11a5ea7.685f28",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3994.5001220703125,\r
-        "y": 279,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 4020.5001220703125,\r
+        "y": 287,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "b04b9242.14b66"\r
+                "dfb8903c.c1b1d8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "1aa65c21.28f974",\r
+        "id": "6cb0b7a8.80c24",\r
         "type": "not-found",\r
         "name": "not-found",\r
         "xml": "<outcome value='not-found'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3986.5001220703125,\r
-        "y": 334,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 4012.5001220703125,\r
+        "y": 342,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "5b188d77.8ffc8c"\r
+                "509847ff.264c58"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "b04b9242.14b66",\r
+        "id": "dfb8903c.c1b1d8",\r
         "type": "block",\r
         "name": "block",\r
         "xml": "<block>\n",\r
         "atomic": "false",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4138.8824462890625,\r
-        "y": 278.6556701660156,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 4164.8824462890625,\r
+        "y": 286.6556701660156,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "14763204.df94c6"\r
+                "22c6d630.71326a"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "a517ec9b.cf8fc8",\r
+        "id": "5e775dc4.42bfbc",\r
         "type": "outcome",\r
         "name": "esr-thirdparty-sdnc",\r
         "xml": "<outcome value='esr-thirdparty-sdnc'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4721,\r
-        "y": 281,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 4747,\r
+        "y": 289,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "37ce34d7.e5314c"\r
+                "f76a815f.36c178"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "14763204.df94c6",\r
+        "id": "22c6d630.71326a",\r
         "type": "for",\r
         "name": "for each relationship",\r
         "xml": "<for silentFailure='true' index='spvidx' start='0' end='`$tmp.aai.source-pnf.relationship-list.relationship_length`' >\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4323,\r
-        "y": 277,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 4349,\r
+        "y": 285,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "bbbe4e04.e26da"\r
+                "a3e1c0eb.9f5f88"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "bbbe4e04.e26da",\r
+        "id": "a3e1c0eb.9f5f88",\r
         "type": "switchNode",\r
         "name": "switch related-to",\r
         "xml": "<switch test='`$tmp.aai.source-pnf.relationship-list.relationship[$spvidx].related-to`'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4518,\r
-        "y": 277,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 4544,\r
+        "y": 285,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "a517ec9b.cf8fc8"\r
+                "5e775dc4.42bfbc"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "a732e62d.9d3f9",\r
+        "id": "a90c44f8.bdb148",\r
         "type": "other",\r
         "name": "other",\r
         "xml": "<outcome value='Other'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3991.5001220703125,\r
-        "y": 391,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 4017.5001220703125,\r
+        "y": 399,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "ebcd1e8f.a8cb18"\r
+                "7a5f3123.aad6e8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "ebcd1e8f.a8cb18",\r
+        "id": "7a5f3123.aad6e8",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'Unexpected error occurred while querying pnf from AnAI with pnf-name = ' + $prop.connection-attachement.access-node-id`\" />\n\n",\r
         "comments": "",\r
-        "x": 4143.5001220703125,\r
-        "y": 392,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 4169.5001220703125,\r
+        "y": 400,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "5b188d77.8ffc8c",\r
+        "id": "509847ff.264c58",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'An error occurred while querying pnf from AnAI with pnf-name = ' + $prop.connection-attachement.access-node-id`\" />\n\n",\r
         "comments": "",\r
-        "x": 4154.5001220703125,\r
-        "y": 335,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 4180.5001220703125,\r
+        "y": 343,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "d99536cb.cbc39",\r
+        "id": "4ab5c9a1.06e3f",\r
         "type": "execute",\r
         "name": "get esr-thirdparty-sdnc",\r
         "xml": "<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\t\tresource=\"esr-thirdparty-sdnc\" \n\t\tkey=\"esr-thirdparty-sdnc.thirdparty-sdnc-id = $tmp.domainA.esr-thirdparty-id AND \n\t\t     depth = '1'\"\n        pfx='tmp.aai.domainA.esr-thirdparty-sdnc' local-only='false' >",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 5106,\r
-        "y": 294,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 5132,\r
+        "y": 302,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "5f8e12fe.363034",\r
-                "3e541a04.379ece",\r
-                "5e7e63a7.7acdcc"\r
+                "73f9ea02.2fb1e4",\r
+                "f8008145.65a48",\r
+                "81ec8b7a.5856d8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "37ce34d7.e5314c",\r
+        "id": "f76a815f.36c178",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
-        "x": 4900,\r
-        "y": 281,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 4926,\r
+        "y": 289,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "17ccdbf.84352a4",\r
-                "d99536cb.cbc39"\r
+                "ba856b81.43ed78",\r
+                "4ab5c9a1.06e3f"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "17ccdbf.84352a4",\r
+        "id": "ba856b81.43ed78",\r
         "type": "set",\r
         "name": "set esr-thirdparty-sdnc domainA id",\r
         "xml": "<set>\n<parameter name='tmp.domainA.esr-thirdparty-id' value=\"`$tmp.aai.source-pnf.relationship-list.relationship[$spvidx].relationship-data[0].relationship-value`\" />\n",\r
         "comments": "",\r
-        "x": 5136,\r
-        "y": 242,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 5162,\r
+        "y": 250,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "5f8e12fe.363034",\r
+        "id": "73f9ea02.2fb1e4",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 5316,\r
-        "y": 285,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 5342,\r
+        "y": 293,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "a674bdd4.cbe5f"\r
+                "5955dc9c.10f754"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "3e541a04.379ece",\r
+        "id": "f8008145.65a48",\r
         "type": "not-found",\r
         "name": "not-found",\r
         "xml": "<outcome value='not-found'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 5308,\r
-        "y": 340,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 5334,\r
+        "y": 348,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "b14ed6a2.e3874"\r
+                "e3286b6.68c7618"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "5e7e63a7.7acdcc",\r
+        "id": "81ec8b7a.5856d8",\r
         "type": "other",\r
         "name": "other",\r
         "xml": "<outcome value='Other'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 5313,\r
-        "y": 397,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 5339,\r
+        "y": 405,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "1ce96021.1d8b"\r
+                "ecd34f94.c447e"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "1ce96021.1d8b",\r
+        "id": "ecd34f94.c447e",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'Unexpected error occurred while querying pnf from AnAI with pnf-name = ' + $prop.connection-attachement.access-node-id`\" />\n\n",\r
         "comments": "",\r
-        "x": 5465,\r
-        "y": 398,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 5491,\r
+        "y": 406,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "b14ed6a2.e3874",\r
+        "id": "e3286b6.68c7618",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'An error occurred while querying pnf from AnAI with pnf-name = ' + $prop.connection-attachement.access-node-id`\" />\n\n",\r
         "comments": "",\r
-        "x": 5476,\r
-        "y": 343,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 5502,\r
+        "y": 351,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "a674bdd4.cbe5f",\r
+        "id": "5955dc9c.10f754",\r
         "type": "block",\r
         "name": "block",\r
         "xml": "<block>\n",\r
         "atomic": "false",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 5460.38232421875,\r
-        "y": 282.6556701660156,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 5486.38232421875,\r
+        "y": 290.6556701660156,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "67e87cc0.72543c"\r
+                "adf5d068.f7cc"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "67e87cc0.72543c",\r
+        "id": "adf5d068.f7cc",\r
         "type": "set",\r
         "name": "set controller domainA data",\r
         "xml": "<set>\n<parameter name='prop.sdncRestApi.thirdpartySdnc.domainA.url' value=\"`$tmp.aai.domainA.esr-thirdparty-sdnc.esr-system-info-list.esr-system-info[0].service-url`\" />\n<parameter name='prop.sdncRestApi.thirdpartySdnc.domainA.user' value=\"`$tmp.aai.domainA.esr-thirdparty-sdnc.esr-system-info-list.esr-system-info[0].user-name`\" />\n<parameter name='prop.sdncRestApi.thirdpartySdnc.domainA.password' value=\"`$tmp.aai.domainA.esr-thirdparty-sdnc.esr-system-info-list.esr-system-info[0].password`\" />\n\n\n<!--<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
-        "x": 5675,\r
-        "y": 279,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 5701,\r
+        "y": 287,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "9bca10ea.41532",\r
+        "id": "a3f28ac6.d30ed8",\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' />",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 700,\r
-        "y": 456,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 726,\r
+        "y": 464,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             []\r
         ]\r
     },\r
     {\r
-        "id": "9469a92e.1082c",\r
+        "id": "b8f0eb5.a171218",\r
         "type": "set",\r
         "name": "set attachment_param for OTN B",\r
-        "xml": "<set>\n<parameter name='src-node-id' value='`$tmp.aai.vpn-bindingB.src-access-node-id`' />\n<parameter name='dst-node-id' value='`$tmp.aai.vpn-bindingB.dst-access-node-id`' />\n<parameter name='src-tpn-id' value='1' />\n<parameter name='src-ttp-id' value='`$tmp.aai.vpn-bindingB.src-access-ltp-id`' />\n<parameter name='slice-instance-id' value='`$tmp.aai.service-instance.service-instance-id`' />\n<parameter name='otn-tunnel-name-src-domain' value='`$tmp.aai.vpn-bindingB.vpn-name`' />\n<parameter name='client-id' value='`$tmp.aai.vpn-bindingB.access-client-id`' />\n<parameter name='provider-id' value='`$tmp.aai.vpn-bindingB.access-provider-id`' />\n<parameter name='topology-id' value='`$tmp.aai.vpn-bindingB.access-topology-id`' />\n",\r
+        "xml": "<set>\n<parameter name='src-node-id' value='`$tmp.aai.vpn-bindingB.src-access-node-id`' />\n<parameter name='dst-node-id' value='`$tmp.aai.vpn-bindingB.dst-access-node-id`' />\n<parameter name='src-tpn-id' value='1' />\n<parameter name='src-ttp-id' value='`$tmp.aai.vpn-bindingB.src-access-ltp-id`' />\n<parameter name='slice-instance-id' value='`$tmp.aai.service-instance.service-instance-id`' />\n<parameter name='otn-tunnel-name-dst-domain' value='`$tmp.aai.vpn-bindingB.vpn-name`' />\n<parameter name='client-id' value='`$tmp.aai.vpn-bindingB.access-client-id`' />\n<parameter name='provider-id' value='`$tmp.aai.vpn-bindingB.access-provider-id`' />\n<parameter name='topology-id' value='`$tmp.aai.vpn-bindingB.access-topology-id`' />\n",\r
         "comments": "",\r
-        "x": 3815,\r
-        "y": 966,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 3841,\r
+        "y": 974,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "8e72aaca.f223b8",\r
+        "id": "d94b849.7fdac78",\r
         "type": "execute",\r
         "name": "execute RestApiCallNode Create OTN tunnel with token",\r
-        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/' + $prop.restapi.ts-otn-dst-domain-creation.templatefile`\" />\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domainB.url + '/restconf/data/ietf-te:te'`\" />\n<parameter name=\"restapiUser\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domainB.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domainB.password`\" />\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"post\"/>\n<parameter name=\"responsePrefix\" value=\"otn-oof\"/>\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
+        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/' + $prop.restapi.ts-otn-dst-domain-creation.templatefile`\" />\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domainB.url + '/restconf/data/ietf-te:te'`\" />\n<parameter name=\"restapiUser\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domainB.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domainB.password`\" />\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"patch\"/>\n<parameter name=\"responsePrefix\" value=\"otn-oof\"/>\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": 3878,\r
-        "y": 1295,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 3904,\r
+        "y": 1303,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "4967c60e.7eec88",\r
-                "d728c3b6.b72d4"\r
+                "bfb79ead.715e28",\r
+                "d50b4560.d85de8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "4967c60e.7eec88",\r
+        "id": "bfb79ead.715e28",\r
         "type": "failure",\r
         "name": "failure",\r
         "xml": "<outcome value='failure'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4173.5,\r
-        "y": 1262,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 4199.5,\r
+        "y": 1270,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "957f3c62.36bab"\r
+                "3d3c3af3.12a3b6"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "d728c3b6.b72d4",\r
+        "id": "d50b4560.d85de8",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4178.5,\r
-        "y": 1327,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 4204.5,\r
+        "y": 1335,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "9b37bb11.43c248"\r
+                "347f5539.8f6cd2"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "957f3c62.36bab",\r
+        "id": "3d3c3af3.12a3b6",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
-        "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",\r
+        "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 OTN tunnel rest api\" />\n",\r
         "comments": "",\r
-        "x": 4341.5,\r
-        "y": 1262,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 4367.5,\r
+        "y": 1270,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "9b37bb11.43c248",\r
+        "id": "347f5539.8f6cd2",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4352,\r
-        "y": 1327,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 4378,\r
+        "y": 1335,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             []\r
         ]\r
     },\r
     {\r
-        "id": "24fc86b.f179cfa",\r
+        "id": "7af2004a.23f66",\r
         "type": "set",\r
         "name": "set pnf-name",\r
         "xml": "<set>\n<parameter name='tmp.dst.domainB.pnf-name' value=\"`'networkId-providerId-' +\n                                                   $tmp.aai.vpn-bindingB.access-provider-id + '-clientId-' +\n                                                   $tmp.aai.vpn-bindingB.access-client-id + '-topologyId-' +\n                                                   $tmp.aai.vpn-bindingB.access-topology-id + '-nodeId-' +\n                                                   $tmp.aai.vpn-bindingB.dst-access-node-id`\" />\n",\r
         "comments": "",\r
-        "x": 3754,\r
-        "y": 1023,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 3780,\r
+        "y": 1031,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "a4e80e5.b17c0f",\r
+        "id": "9e8fb92f.dc9c38",\r
         "type": "get-resource",\r
         "name": "get-resource dst pnf",\r
         "xml": "<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\t\tresource=\"pnf\" \n\t\tkey=\"pnf.pnf-name = $tmp.dst.domainB.pnf-name\"\n        pfx='tmp.aai.destination-pnf' local-only='false' >\n\n        <!--AND depth = '0'\"-->\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3774,\r
-        "y": 1120,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 3800,\r
+        "y": 1128,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "d87e44a4.312df",\r
-                "c39adf70.78fbd",\r
-                "ae2b50d9.d9592"\r
+                "3defc723.7feba8",\r
+                "92e9e56.6323798",\r
+                "92430372.354f08"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "d87e44a4.312df",\r
+        "id": "3defc723.7feba8",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3976.5001220703125,\r
-        "y": 1073,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 4002.5001220703125,\r
+        "y": 1081,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "1f01bb4d.6d662d"\r
+                "38216362.304eb4"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "c39adf70.78fbd",\r
+        "id": "92e9e56.6323798",\r
         "type": "not-found",\r
         "name": "not-found",\r
         "xml": "<outcome value='not-found'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3968.5001220703125,\r
-        "y": 1128,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 3994.5001220703125,\r
+        "y": 1136,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "7e32fa48.cb95e4"\r
+                "48eafe9b.93564"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "1f01bb4d.6d662d",\r
+        "id": "38216362.304eb4",\r
         "type": "block",\r
         "name": "block",\r
         "xml": "<block>\n",\r
         "atomic": "false",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4120.8824462890625,\r
-        "y": 1070.6556701660156,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 4146.8824462890625,\r
+        "y": 1078.6556701660156,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "71c66ab3.44665c"\r
+                "5738b986.eff058"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "71c66ab3.44665c",\r
+        "id": "5738b986.eff058",\r
         "type": "for",\r
         "name": "for each relationship",\r
         "xml": "<for silentFailure='true' index='dpvidx' start='0' end='`$tmp.aai.destination-pnf.relationship-list.relationship_length`' >\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4305,\r
-        "y": 1085,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 4331,\r
+        "y": 1093,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "7900c812.a2abd"\r
+                "424cd2de.fa894c"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "ae2b50d9.d9592",\r
+        "id": "92430372.354f08",\r
         "type": "other",\r
         "name": "other",\r
         "xml": "<outcome value='Other'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3973.5001220703125,\r
-        "y": 1185,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 3999.5001220703125,\r
+        "y": 1193,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "c7f28bc4.db74a"\r
+                "93dd1d01.b545d"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "c7f28bc4.db74a",\r
+        "id": "93dd1d01.b545d",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'Unexpected error occurred while querying pnf from AnAI with pnf-name = ' + $prop.connection-attachement.access-node-id`\" />\n\n",\r
         "comments": "",\r
-        "x": 4125.5001220703125,\r
-        "y": 1186,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 4151.5001220703125,\r
+        "y": 1194,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "7e32fa48.cb95e4",\r
+        "id": "48eafe9b.93564",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'An error occurred while querying pnf from AnAI with pnf-name = ' + $prop.connection-attachement.access-node-id`\" />\n\n",\r
         "comments": "",\r
-        "x": 4136.5001220703125,\r
-        "y": 1131,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 4162.5001220703125,\r
+        "y": 1139,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "d3528946.ee7a88",\r
+        "id": "38af15c1.7d84ba",\r
         "type": "outcome",\r
         "name": "esr-thirdparty-sdnc",\r
         "xml": "<outcome value='esr-thirdparty-sdnc'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4703,\r
-        "y": 1089,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 4729,\r
+        "y": 1097,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "746ece73.5c4d48"\r
+                "d8eb3cd4.227208"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "7900c812.a2abd",\r
+        "id": "424cd2de.fa894c",\r
         "type": "switchNode",\r
         "name": "switch related-to",\r
         "xml": "<switch test='`$tmp.aai.destination-pnf.relationship-list.relationship[$dpvidx].related-to`'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4500,\r
-        "y": 1085,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 4526,\r
+        "y": 1093,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "d3528946.ee7a88"\r
+                "38af15c1.7d84ba"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "f8459d33.082c4",\r
+        "id": "a9c07a83.518f98",\r
         "type": "execute",\r
         "name": "get esr-thirdparty-sdnc",\r
         "xml": "<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\t\tresource=\"esr-thirdparty-sdnc\" \n\t\tkey=\"esr-thirdparty-sdnc.thirdparty-sdnc-id = $tmp.domainB.esr-thirdparty-id AND \n\t\t     depth = '1'\"\n        pfx='tmp.aai.domainB.esr-thirdparty-sdnc' local-only='false' >",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 5088,\r
-        "y": 1088,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 5114,\r
+        "y": 1096,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "652db70b.f69af",\r
-                "cd87b694.170a2",\r
-                "e10452ec.f851f"\r
+                "ef0c3c57.987338",\r
+                "56343453.6f0ce4",\r
+                "3b68871e.15bfe"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "746ece73.5c4d48",\r
+        "id": "d8eb3cd4.227208",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
-        "x": 4880,\r
-        "y": 1081,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 4906,\r
+        "y": 1089,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "13e8c9be.60d2ee",\r
-                "f8459d33.082c4"\r
+                "f04e0884.6fcbb8",\r
+                "a9c07a83.518f98"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "13e8c9be.60d2ee",\r
+        "id": "f04e0884.6fcbb8",\r
         "type": "set",\r
         "name": "set esr-thirdparty-sdnc domainB id",\r
         "xml": "<set>\n<parameter name='tmp.domainB.esr-thirdparty-id' value=\"`$tmp.aai.destination-pnf.relationship-list.relationship[$dpvidx].relationship-data[0].relationship-value`\" />\n",\r
         "comments": "",\r
-        "x": 5118,\r
-        "y": 1036,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 5144,\r
+        "y": 1044,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "64b1d1df.af4928",\r
+        "id": "b02d57da.181518",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'Unexpected error occurred while querying pnf from AnAI with pnf-name = ' + $prop.connection-attachement.access-node-id`\" />\n\n",\r
         "comments": "",\r
-        "x": 5447,\r
-        "y": 1192,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 5473,\r
+        "y": 1200,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "afae5d5f.cf8cd8",\r
+        "id": "fed20348.5bb418",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'An error occurred while querying pnf from AnAI with pnf-name = ' + $prop.connection-attachement.access-node-id`\" />\n\n",\r
         "comments": "",\r
-        "x": 5458,\r
-        "y": 1137,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 5484,\r
+        "y": 1145,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "fe8767e6.75d1",\r
+        "id": "63aaed6a.7bdac4",\r
         "type": "block",\r
         "name": "block",\r
         "xml": "<block>\n",\r
         "atomic": "false",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 5442.38232421875,\r
-        "y": 1076.6556701660156,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 5468.38232421875,\r
+        "y": 1084.6556701660156,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "9e679808.748fd"\r
+                "75824df.2d8fab4"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "9e679808.748fd",\r
+        "id": "75824df.2d8fab4",\r
         "type": "set",\r
         "name": "set controller domainB data",\r
         "xml": "<set>\n<parameter name='prop.sdncRestApi.thirdpartySdnc.domainB.url' value=\"`$tmp.aai.domainB.esr-thirdparty-sdnc.esr-system-info-list.esr-system-info[0].service-url`\" />\n<parameter name='prop.sdncRestApi.thirdpartySdnc.domainB.user' value=\"`$tmp.aai.domainB.esr-thirdparty-sdnc.esr-system-info-list.esr-system-info[0].user-name`\" />\n<parameter name='prop.sdncRestApi.thirdpartySdnc.domainB.password' value=\"`$tmp.aai.domainB.esr-thirdparty-sdnc.esr-system-info-list.esr-system-info[0].password`\" />\n\n\n<!--<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
-        "x": 5657,\r
-        "y": 1073,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 5683,\r
+        "y": 1081,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "652db70b.f69af",\r
+        "id": "ef0c3c57.987338",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 5298,\r
-        "y": 1079,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 5324,\r
+        "y": 1087,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "fe8767e6.75d1"\r
+                "63aaed6a.7bdac4"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "cd87b694.170a2",\r
+        "id": "56343453.6f0ce4",\r
         "type": "not-found",\r
         "name": "not-found",\r
         "xml": "<outcome value='not-found'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 5290,\r
-        "y": 1134,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 5316,\r
+        "y": 1142,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "afae5d5f.cf8cd8"\r
+                "fed20348.5bb418"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "e10452ec.f851f",\r
+        "id": "3b68871e.15bfe",\r
         "type": "other",\r
         "name": "other",\r
         "xml": "<outcome value='Other'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 5295,\r
-        "y": 1191,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 5321,\r
+        "y": 1199,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "64b1d1df.af4928"\r
+                "b02d57da.181518"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "483259b4.af3e1",\r
+        "id": "2d3714db.b7aad4",\r
         "type": "save",\r
         "name": "get connectivity from aai",\r
         "xml": "<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\tresource=\"connectivity\"\n\t    key=\"connectivity.connectivity-id = $tmp.aai.service-instance.relationship-list.relationship[$rel-index].relationship-data[0].relationship-value\"\n\t\tlocal-only=\"false\" \n\t\tpfx=\"tmp.aai.connectivity\" >\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 1812,\r
-        "y": 445,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 1838,\r
+        "y": 453,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "deb24009.8fcaa8",\r
-                "f99db731.cec29",\r
-                "20c66e63.50491a"\r
+                "ff6cd3bd.d426f",\r
+                "64ede831.c277d",\r
+                "c3e64c55.d790f8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "deb24009.8fcaa8",\r
+        "id": "ff6cd3bd.d426f",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2020,\r
-        "y": 409,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 2046,\r
+        "y": 417,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "4730a3bd.f32424"\r
+                "ab398477.a58648"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "f99db731.cec29",\r
+        "id": "64ede831.c277d",\r
         "type": "not-found",\r
         "name": "not-found",\r
         "xml": "<outcome value='not-found'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2020.490966796875,\r
-        "y": 454.57403564453125,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 2046.490966796875,\r
+        "y": 462.57403564453125,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "5f621d7d.168d04"\r
+                "575d4e0a.5d761"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "20c66e63.50491a",\r
+        "id": "c3e64c55.d790f8",\r
         "type": "failure",\r
         "name": "failure",\r
         "xml": "<outcome value='failure'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2018,\r
-        "y": 498,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 2044,\r
+        "y": 506,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "3d808fc9.409a"\r
+                "b99b7bb3.94d958"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "5f621d7d.168d04",\r
+        "id": "575d4e0a.5d761",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'An error occurred while querying pnf from AnAI with pnf-name = ' + $prop.l3vpn.pe1_id`\" />\n\n",\r
         "comments": "",\r
-        "x": 2183.0623779296875,\r
-        "y": 454.8597717285156,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 2209.0623779296875,\r
+        "y": 462.8597717285156,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "3d808fc9.409a",\r
+        "id": "b99b7bb3.94d958",\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": 2187,\r
-        "y": 499,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 2213,\r
+        "y": 507,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "98bf7163.623b18",\r
+        "id": "684f9a1f.f6246c",\r
         "type": "save",\r
         "name": "get vpn-binding from aai",\r
         "xml": "<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\tresource=\"vpn-binding\"\n\t    key=\"vpn-binding.vpn-id = $tmp.aai.connectivity.relationship-list.relationship[$cridx].relationship-data[0].relationship-value\"\n\t\tlocal-only=\"false\" \n\t\tpfx=\"tmp.aai.vpn-binding\" >\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2493,\r
-        "y": 498,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 2519,\r
+        "y": 506,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "4a10f363.97f04c",\r
-                "75240e64.8364b",\r
-                "7a8b2677.1e3f6"\r
+                "7a997c1a.ca4d0c",\r
+                "5d76d89f.d221e",\r
+                "d47edd7.a73b9a"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "262c25a6.ad70a2",\r
+        "id": "11f43428.ee3774",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
-        "x": 2877,\r
-        "y": 498,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 2903,\r
+        "y": 506,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "471d55bd.ad492c"\r
+                "9d8c4947.e731c",\r
+                "a3bb6162.8aa1a8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "4a10f363.97f04c",\r
+        "id": "7a997c1a.ca4d0c",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2704,\r
-        "y": 500,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 2730,\r
+        "y": 508,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "262c25a6.ad70a2"\r
+                "11f43428.ee3774"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "75240e64.8364b",\r
+        "id": "5d76d89f.d221e",\r
         "type": "not-found",\r
         "name": "not-found",\r
         "xml": "<outcome value='not-found'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2704.490966796875,\r
-        "y": 545.5740356445312,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 2730.490966796875,\r
+        "y": 553.5740356445312,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "1484cf74.c39e71"\r
+                "38cca479.139cac"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "7a8b2677.1e3f6",\r
+        "id": "d47edd7.a73b9a",\r
         "type": "failure",\r
         "name": "failure",\r
         "xml": "<outcome value='failure'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2702,\r
-        "y": 589,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 2728,\r
+        "y": 597,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "d377f001.ff927"\r
+                "3c7730a0.80743"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "d377f001.ff927",\r
+        "id": "3c7730a0.80743",\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": 2869,\r
-        "y": 588,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 2895,\r
+        "y": 596,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "1484cf74.c39e71",\r
+        "id": "38cca479.139cac",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'An error occurred while querying pnf from AnAI with pnf-name = ' + $prop.l3vpn.pe1_id`\" />\n\n",\r
         "comments": "",\r
-        "x": 2867.0623779296875,\r
-        "y": 545.8597717285156,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 2893.0623779296875,\r
+        "y": 553.8597717285156,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "4730a3bd.f32424",\r
+        "id": "ab398477.a58648",\r
         "type": "for",\r
         "name": "for each relationship",\r
         "xml": "<for silentFailure='true' index='cridx' start='0' end='`$tmp.aai.connectivity.relationship-list.relationship_length`' >\n\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2221,\r
-        "y": 404,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 2247,\r
+        "y": 412,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "ed79cbad.42008"\r
+                "32748804.ce58a"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "ed79cbad.42008",\r
+        "id": "32748804.ce58a",\r
         "type": "switchNode",\r
         "name": "switch related-to",\r
         "xml": "<switch test='`$tmp.aai.connectivity.relationship-list.relationship[$cridx].related-to`'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2426,\r
-        "y": 404,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 2452,\r
+        "y": 412,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "87636f23.10a238"\r
+                "41c73b96.f41a84"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "87636f23.10a238",\r
+        "id": "41c73b96.f41a84",\r
         "type": "outcome",\r
         "name": "vpn-binding",\r
         "xml": "<outcome value='vpn-binding'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2592,\r
-        "y": 404,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 2618,\r
+        "y": 412,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "f49319bb.999b88"\r
+                "cfeba90.49ffe58"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "f49319bb.999b88",\r
+        "id": "cfeba90.49ffe58",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
-        "x": 2755,\r
-        "y": 404,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 2781,\r
+        "y": 412,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "98bf7163.623b18"\r
+                "684f9a1f.f6246c"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "471d55bd.ad492c",\r
+        "id": "9d8c4947.e731c",\r
         "type": "switchNode",\r
         "name": "switch vpn-binding has dst-access-ltp",\r
         "xml": "<switch test='`$tmp.aai.vpn-binding.dst-access-ltp-id`'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3131,\r
-        "y": 497,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 3157,\r
+        "y": 505,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "a6851b6e.131e78",\r
-                "f997812a.bb5bf"\r
+                "c705e3fd.e27bf",\r
+                "74e33b9a.6a3ba4"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "a6851b6e.131e78",\r
+        "id": "c705e3fd.e27bf",\r
         "type": "outcome",\r
         "name": "Null",\r
         "xml": "<outcome value=''>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3384,\r
-        "y": 531,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 3410,\r
+        "y": 539,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "9ec23d9e.f5fd3"\r
+                "ab5b6203.69a998"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "f997812a.bb5bf",\r
+        "id": "74e33b9a.6a3ba4",\r
         "type": "other",\r
         "name": "other",\r
         "xml": "<outcome value='Other'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3384,\r
-        "y": 475,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 3410,\r
+        "y": 483,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "a48cbe42.98bbb"\r
+                "7b04fd35.ba570c"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "9ec23d9e.f5fd3",\r
+        "id": "ab5b6203.69a998",\r
         "type": "switchNode",\r
         "name": "switch vpn-binding has src-access-ltp",\r
         "xml": "<switch test='`$tmp.aai.vpn-binding.src-access-ltp-id`'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3123,\r
-        "y": 1317,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 3149,\r
+        "y": 1325,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "12733247.02817e",\r
-                "457dfc0a.58968c"\r
+                "15797e4.5eae102",\r
+                "55009f8b.9fdc5"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "12733247.02817e",\r
+        "id": "15797e4.5eae102",\r
         "type": "outcome",\r
         "name": "Null",\r
         "xml": "<outcome value=''>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3376,\r
-        "y": 1351,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 3402,\r
+        "y": 1359,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "13d35870.d79cf8"\r
+                "4151c132.8e3c28"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "457dfc0a.58968c",\r
+        "id": "55009f8b.9fdc5",\r
         "type": "other",\r
         "name": "other",\r
         "xml": "<outcome value='Other'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3376,\r
-        "y": 1295,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 3402,\r
+        "y": 1303,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "b272db0a.663f1"\r
+                "db74d7f2.74d0f8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "13d35870.d79cf8",\r
+        "id": "4151c132.8e3c28",\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": 3527,\r
-        "y": 1351,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 3553,\r
+        "y": 1359,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "d316857d.f41628",\r
+        "id": "ad6a538e.8b5998",\r
         "type": "set",\r
         "name": "set vpn-bindingA and connectivityA",\r
         "xml": "<set>\n<parameter name='tmp.aai.vpn-bindingA.' value=\"`$tmp.aai.vpn-binding.`\" />\n<parameter name='tmp.aai.connectivityA.' value=\"`$tmp.aai.connectivity.`\" />\n",\r
         "comments": "",\r
-        "x": 3830,\r
-        "y": 102,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 3856,\r
+        "y": 110,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "3accaf74.7f8a68",\r
+        "id": "51807068.f4c68",\r
         "type": "set",\r
         "name": "set vpn-bindingB and connectivityB",\r
         "xml": "<set>\n<parameter name='tmp.aai.vpn-bindingB.' value=\"`$tmp.aai.vpn-binding.`\" />\n<parameter name='tmp.aai.connectivityB.' value=\"`$tmp.aai.connectivity.`\" />\n\n",\r
         "comments": "",\r
-        "x": 3811,\r
-        "y": 908,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 3837,\r
+        "y": 916,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "a48cbe42.98bbb",\r
+        "id": "7b04fd35.ba570c",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3552,\r
-        "y": 477,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 3578,\r
+        "y": 485,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "d316857d.f41628",\r
-                "cba9b813.e1b22",\r
-                "f01334b4.1d8928",\r
-                "dbf99a2b.67c71",\r
-                "9e9578a4.5a4df",\r
-                "8d5f5723.afac28",\r
-                "c84632a9.494938"\r
+                "ad6a538e.8b5998",\r
+                "3d56fd4f.8da4ea",\r
+                "5074df67.2ba988",\r
+                "9fd13730.014208",\r
+                "ab834e.f483fcb",\r
+                "c9d60073.e2df48",\r
+                "119d7057.187e9"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "b272db0a.663f1",\r
+        "id": "db74d7f2.74d0f8",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
-        "x": 3527,\r
-        "y": 1294,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 3553,\r
+        "y": 1302,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "3accaf74.7f8a68",\r
-                "9469a92e.1082c",\r
-                "24fc86b.f179cfa",\r
-                "a4e80e5.b17c0f",\r
-                "8e72aaca.f223b8",\r
-                "6e17b735.11933",\r
-                "35d8443b.290754"\r
+                "51807068.f4c68",\r
+                "b8f0eb5.a171218",\r
+                "7af2004a.23f66",\r
+                "9e8fb92f.dc9c38",\r
+                "d94b849.7fdac78",\r
+                "f91c20c6.244a28",\r
+                "158d95b4.dbf02a"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "6e17b735.11933",\r
+        "id": "f91c20c6.244a28",\r
         "type": "set",\r
         "name": "set sotn_value",\r
         "xml": "<set>\n<parameter name='eth-service-name' value='`$tmp.aai.connectivityB.connectivity-id`' />\n<parameter name='provider-id' value='`$tmp.aai.connectivityB.access-provider-id`' />\n<parameter name='client-id' value='`$tmp.aai.connectivityB.access-client-id`' />\n<parameter name='topology-id' value='`$tmp.aai.connectivityB.access-topology-id`' />\n<parameter name='otn-tunnel-name' value='`$tmp.aai.vpn-bindingB.vpn-name`' />\n<parameter name='ethernet-end-point-name' value='`$tmp.aai.connectivityB.connectivity-id`' />\n<parameter name='index-number' value='0' />\n<parameter name='eth-node-id' value='`$tmp.aai.connectivityB.access-node-id`' />\n<parameter name='eth-node-tp-id' value='`$tmp.aai.connectivityB.access-ltp-id`' />\n",\r
         "comments": "",\r
-        "x": 3756,\r
-        "y": 1437,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 3782,\r
+        "y": 1445,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "35d8443b.290754",\r
+        "id": "158d95b4.dbf02a",\r
         "type": "execute",\r
         "name": "execute RestApiCallNode Create ethernet Service without token",\r
         "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/' + $prop.restapi.ts-ethernet-service.templatefile`\" />\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domainB.url + '/restconf/data/ietf-eth-tran-service:etht-svc'`\" />\n<!--<parameter name=\"restapiUrl\" value=\"`$prop.restapi.connection-oof-url`\" />-->\n<parameter name=\"restapiUser\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domainB.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domainB.password`\" />\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"patch\"/>\n<parameter name='dirPath' value=\"/opt/onap/sdnc/restconfapi/yang\" />\n<parameter name=\"responsePrefix\" value=\"vpn-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\"/>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3910,\r
-        "y": 1485,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 3936,\r
+        "y": 1493,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "3ee71f70.cef2d8",\r
-                "ec28887e.13052"\r
+                "7e8ddb70.effbcc",\r
+                "8eaa1ef7.3644e"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "3ee71f70.cef2d8",\r
+        "id": "7e8ddb70.effbcc",\r
         "type": "failure",\r
         "name": "failure",\r
         "xml": "<outcome value='failure'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4255.5,\r
-        "y": 1466,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 4281.5,\r
+        "y": 1474,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "146e8cbe.f1427b"\r
+                "596967d4.0f4de8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "ec28887e.13052",\r
+        "id": "8eaa1ef7.3644e",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4259.5,\r
-        "y": 1506,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 4285.5,\r
+        "y": 1514,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "6938dd8d.725ce4"\r
+                "4f294e9d.697c08"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "146e8cbe.f1427b",\r
+        "id": "596967d4.0f4de8",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
-        "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",\r
+        "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 ethernet service rest api\" />\n",\r
         "comments": "",\r
-        "x": 4413.5,\r
-        "y": 1466,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 4439.5,\r
+        "y": 1474,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "6938dd8d.725ce4",\r
+        "id": "4f294e9d.697c08",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4417,\r
-        "y": 1506,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 4443,\r
+        "y": 1514,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             [\r
-                "3103adf.03ebdd2",\r
-                "abd5a958.8851"\r
+                "637a80dd.df05",\r
+                "d2c33ee2.7a3708"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "b5e2d859.f89e48",\r
+        "id": "78a845.7bb187bc",\r
         "type": "comment",\r
         "name": "TODO: FIXME:",\r
         "info": "put proper values based on connectivity resource retrieved from AAI",\r
         "comments": "",\r
-        "x": 3753.5,\r
-        "y": 1393,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 3779.5,\r
+        "y": 1401,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "3103adf.03ebdd2",\r
+        "id": "637a80dd.df05",\r
         "type": "save",\r
         "name": "update vpn-binding B resource (aka. OTN domainB) in AAI",\r
         "xml": "<update plugin='org.onap.ccsdk.sli.adaptors.aai.AAIService' resource='vpn-binding' \n      key='vpn-binding.vpn-id = $tmp.aai.vpn-bindingB.vpn-id' >\n<parameter name='vpn-id' value='`$tmp.aai.vpn-bindingB.vpn-id`' />\n<parameter name='vpn-name' value='`$tmp.aai.vpn-bindingB.vpn-id`' />\n\n<parameter name='operational-status' value='Activated' />\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4757,\r
-        "y": 1505,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 4783,\r
+        "y": 1513,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             []\r
         ]\r
     },\r
     {\r
-        "id": "1ee5068c.50a041",\r
+        "id": "88ec2f6d.8d5da",\r
         "type": "comment",\r
         "name": "TODO: FIXME",\r
         "info": "use proper vpn-binding id and connectivity\n\nAlso, does CCSDK support \"update\" operation for vpn-binding and connectivity?",\r
         "comments": "",\r
-        "x": 4615,\r
-        "y": 1463,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 4641,\r
+        "y": 1471,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "abd5a958.8851",\r
+        "id": "d2c33ee2.7a3708",\r
         "type": "save",\r
         "name": "update connectivity resource in AAI",\r
         "xml": "<update plugin='org.onap.ccsdk.sli.adaptors.aai.AAIService' resource='connectivity' \n      key='connectivity.connectivity-id = $tmp.aai.connectivityB.connectivity-id'>\n<parameter name='connectivity-id' value='`$tmp.aai.connectivityB.connectivity-id`' />\n<parameter name='operational-status' value='Activated' />\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4686,\r
-        "y": 1554,\r
-        "z": "bc9d969b.328b8",\r
+        "x": 4712,\r
+        "y": 1562,\r
+        "z": "8a9c455f.82beb8",\r
         "wires": [\r
             []\r
         ]\r
+    },\r
+    {\r
+        "id": "a3bb6162.8aa1a8",\r
+        "type": "set",\r
+        "name": "set attachment_param for OTN",\r
+        "xml": "<set>\n<parameter name='gfp-n' value='`$tmp.aai.vpn-binding.route-distinguisher`' />\n",\r
+        "comments": "",\r
+        "x": 3144,\r
+        "y": 411,\r
+        "z": "8a9c455f.82beb8",\r
+        "wires": []\r
     }\r
 ]
\ No newline at end of file
index 41f969b..7a6e77e 100644 (file)
@@ -1,20 +1,20 @@
 [\r
     {\r
-        "id": "a3297c66.2e7f5",\r
+        "id": "8af466c4.459d38",\r
         "type": "dgstart",\r
         "name": "DGSTART",\r
         "outputs": 1,\r
-        "x": 142,\r
-        "y": 86,\r
-        "z": "a52db008.999ba",\r
+        "x": 123,\r
+        "y": 94,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "48923819.f8ff98"\r
+                "4f44bc11.1718bc"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "48923819.f8ff98",\r
+        "id": "4f44bc11.1718bc",\r
         "type": "service-logic",\r
         "name": "GENERIC-RESOURCE-API ${project.version}",\r
         "module": "GENERIC-RESOURCE-API",\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='GENERIC-RESOURCE-API' version='${project.version}'>",\r
         "outputs": 1,\r
-        "x": 426.2856903076172,\r
-        "y": 147.23810863494873,\r
-        "z": "a52db008.999ba",\r
+        "x": 407.2856903076172,\r
+        "y": 155.23810863494873,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "e1ba1fcc.8dbf6"\r
+                "25a99bf3.257e24"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "e1ba1fcc.8dbf6",\r
+        "id": "25a99bf3.257e24",\r
         "type": "method",\r
         "name": "method tsli-vnf-topology-operation-trans-slice-allocate",\r
         "xml": "<method rpc='tsli-vnf-topology-operation-trans-slice-allocate' mode='sync'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 432.42860412597656,\r
-        "y": 232.00003051757812,\r
-        "z": "a52db008.999ba",\r
+        "x": 413.42860412597656,\r
+        "y": 240.00003051757812,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "8bc33ebc.b214a8"\r
+                "e0aece26.83282"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "8bc33ebc.b214a8",\r
+        "id": "e0aece26.83282",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
-        "x": 802.238037109375,\r
-        "y": 256.66668701171875,\r
-        "z": "a52db008.999ba",\r
+        "x": 783.238037109375,\r
+        "y": 264.66668701171875,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "e456a6e6.bd0f",\r
-                "de4cd097.718578",\r
-                "7ac4d896.f266b8"\r
+                "19dfd83.33483a8",\r
+                "1050151b.02ec53",\r
+                "2f5068f1.5086e8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "e456a6e6.bd0f",\r
+        "id": "19dfd83.33483a8",\r
         "type": "returnSuccess",\r
         "name": "return success",\r
         "xml": "<return status='success'>\n<parameter name=\"ack-final-indicator\" value=\"Y\" />\n<parameter name=\"error-code\" value=\"200\" />\n<parameter name=\"error-message\" value=\"`$error-message`\" />\n",\r
         "comments": "",\r
-        "x": 1103.571533203125,\r
-        "y": 527.5969848632812,\r
-        "z": "a52db008.999ba",\r
+        "x": 1084.571533203125,\r
+        "y": 535.5969848632812,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "de4cd097.718578",\r
+        "id": "1050151b.02ec53",\r
         "type": "save",\r
         "name": "get service-instance from aai",\r
         "xml": "<!--<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" -->\n<!--\tresource=\"service-instance\"-->\n<!--\tkey='service-instance.service-instance-id = $service-data.vnfs.vnf[$vnf-index].vnf-data.service-information.service-instance-id-->\n<!--         AND customer.global-customer-id = $service-data.vnfs.vnf[$vnf-index].vnf-data.service-information.global-customer-id -->\n<!--         AND service-subscription.service-type = $service-data.vnfs.vnf[$vnf-index].vnf-data.service-information.subscription-service-type'-->\n<!--\tlocal-only=\"false\"-->\n<!--\tforce=\"true\" pfx=\"tmp.aai.service-instance\">-->\n\n<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\tresource=\"service-instance\"\n\tkey='service-instance.service-instance-id = $vnf-topology-operation-input.service-information.service-instance-id\n         AND customer.global-customer-id = $vnf-topology-operation-input.service-information.global-customer-id \n         AND service-subscription.service-type = $vnf-topology-operation-input.service-information.subscription-service-type'\n\tlocal-only=\"false\"\n\tforce=\"true\" pfx=\"tmp.aai.service-instance\">\n\n\n<!--<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" -->\n<!--\tresource=\"service-instance\"-->\n<!--\tkey='service-instance.service-instance-id = $service-data.service-information.service-instance-id-->\n<!--         AND customer.global-customer-id = $service-data.vnfs.vnf[$vnf-index].vnf-data.service-information.global-customer-id -->\n<!--         AND service-subscription.service-type = $service-data.vnfs.vnf[$vnf-index].vnf-data.service-information.subscription-service-type'-->\n<!--\tlocal-only=\"false\"-->\n<!--\tforce=\"true\" pfx=\"tmp.aai.service-instance\">-->",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 1125,\r
-        "y": 230,\r
-        "z": "a52db008.999ba",\r
+        "x": 1106,\r
+        "y": 238,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "2bb44cf2.b576bc",\r
-                "23a4fd03.4dc0a2",\r
-                "7fe07366.1d3c84"\r
+                "50a47283.15fbe4",\r
+                "b5bb871c.db338",\r
+                "a61c0811.039808"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "2bb44cf2.b576bc",\r
+        "id": "50a47283.15fbe4",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 1350,\r
-        "y": 88,\r
-        "z": "a52db008.999ba",\r
+        "x": 1331,\r
+        "y": 96,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "de3469e6.1a5318"\r
+                "80a63fa0.68596"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "23a4fd03.4dc0a2",\r
+        "id": "b5bb871c.db338",\r
         "type": "not-found",\r
         "name": "not-found",\r
         "xml": "<outcome value='not-found'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 1359.490966796875,\r
-        "y": 130.57403564453125,\r
-        "z": "a52db008.999ba",\r
+        "x": 1340.490966796875,\r
+        "y": 138.57403564453125,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "abc9c45c.0486d"\r
+                "d32b21e7.8cada8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "7fe07366.1d3c84",\r
+        "id": "a61c0811.039808",\r
         "type": "failure",\r
         "name": "failure",\r
         "xml": "<outcome value='failure'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 1348,\r
-        "y": 177,\r
-        "z": "a52db008.999ba",\r
+        "x": 1329,\r
+        "y": 185,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "bf6c9630.da1718"\r
+                "229167e8.df6688"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "de3469e6.1a5318",\r
+        "id": "80a63fa0.68596",\r
         "type": "switchNode",\r
         "name": "switch allotted-resources_length != 0",\r
         "xml": "<switch test='`$tmp.aai.service-instance.allotted-resources_length != 0`'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 1589,\r
-        "y": 85,\r
-        "z": "a52db008.999ba",\r
+        "x": 1570,\r
+        "y": 93,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "3fe961c5.f65bb6",\r
-                "9b0ccc32.5daa98"\r
+                "d44d65ef.318f48",\r
+                "e1082721.453ff"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "abc9c45c.0486d",\r
+        "id": "d32b21e7.8cada8",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'An error occurred while querying pnf from AnAI with pnf-name = ' + $prop.l3vpn.pe1_id`\" />\n\n",\r
         "comments": "",\r
-        "x": 1513.0623779296875,\r
-        "y": 133.85977172851562,\r
-        "z": "a52db008.999ba",\r
+        "x": 1494.0623779296875,\r
+        "y": 141.85977172851562,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "bf6c9630.da1718",\r
+        "id": "229167e8.df6688",\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": 1517,\r
-        "y": 178,\r
-        "z": "a52db008.999ba",\r
+        "x": 1498,\r
+        "y": 186,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "e72a9478.9558f",\r
+        "id": "a49b8769.572b48",\r
         "type": "set",\r
         "name": "set the 1st allotted-resource-id",\r
         "xml": "<set>\n<parameter name='allotted-resource-id' value=\"`$tmp.aai.service-instance.allotted-resources.allotted-resource[0].id`\" />\n\n\n",\r
         "comments": "",\r
-        "x": 1988,\r
-        "y": 152,\r
-        "z": "a52db008.999ba",\r
+        "x": 1969,\r
+        "y": 160,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "3fe961c5.f65bb6",\r
+        "id": "d44d65ef.318f48",\r
         "type": "outcomeTrue",\r
         "name": "true",\r
         "xml": "<outcome value='true'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 1802,\r
-        "y": 109,\r
-        "z": "a52db008.999ba",\r
+        "x": 1783,\r
+        "y": 117,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "7db53ef.cfaf2c"\r
+                "7234fca3.e71404"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "9b0ccc32.5daa98",\r
+        "id": "e1082721.453ff",\r
         "type": "outcomeFalse",\r
         "name": "false",\r
         "xml": "<outcome value='false'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 1804,\r
-        "y": 49,\r
-        "z": "a52db008.999ba",\r
+        "x": 1785,\r
+        "y": 57,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             []\r
         ]\r
     },\r
     {\r
-        "id": "3b9d4f7a.e5b418",\r
+        "id": "e3f19b5a.145ff8",\r
         "type": "comment",\r
         "name": "new for TransportSlicing",\r
         "info": "",\r
         "comments": "",\r
-        "x": 1104,\r
-        "y": 118,\r
-        "z": "a52db008.999ba",\r
+        "x": 1085,\r
+        "y": 126,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "7db53ef.cfaf2c",\r
+        "id": "7234fca3.e71404",\r
         "type": "block",\r
         "name": "block",\r
         "xml": "<block>\n",\r
         "atomic": "false",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 1787,\r
-        "y": 197,\r
-        "z": "a52db008.999ba",\r
+        "x": 1768,\r
+        "y": 205,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "e72a9478.9558f",\r
-                "f1da2bc3.8935b"\r
+                "a49b8769.572b48",\r
+                "bd4dde9a.1bdbc8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "fd1e5e1b.83e83",\r
+        "id": "fcc70311.f003c",\r
         "type": "set",\r
         "name": "set network-route-A",\r
         "xml": "<set>\n<parameter name='network-route-A' value=\"`$tmp.aai.logical-link.link-name`\" />\n\n\n",\r
         "comments": "",\r
-        "x": 2349,\r
-        "y": 795,\r
-        "z": "a52db008.999ba",\r
+        "x": 2330,\r
+        "y": 803,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "ff342d97.b64c78",\r
+        "id": "409bbb6d.55b47c",\r
         "type": "set",\r
         "name": "set network-route-B",\r
         "xml": "<set>\n<parameter name='network-route-B' value=\"`$tmp.aai.logical-link.link-name2`\" />\n\n\n",\r
         "comments": "",\r
-        "x": 2351,\r
-        "y": 846,\r
-        "z": "a52db008.999ba",\r
+        "x": 2332,\r
+        "y": 854,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "f1da2bc3.8935b",\r
+        "id": "bd4dde9a.1bdbc8",\r
         "type": "save",\r
         "name": "get allotted-resource from aai",\r
         "xml": "<!--<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" -->\n<!--\tresource=\"allotted-resource\"-->\n<!--\tkey='service-instance.service-instance-id = $service-data.vnfs.vnf[$vnf-index].vnf-data.service-information.service-instance-id-->\n<!--         AND customer.global-customer-id = $service-data.vnfs.vnf[$vnf-index].vnf-data.service-information.global-customer-id -->\n<!--         AND service-subscription.service-type = $service-data.vnfs.vnf[$vnf-index].vnf-data.service-information.subscription-service-type-->\n<!--         AND allotted-resource.id = $allotted-resource-id'-->\n<!--\tlocal-only=\"false\"-->\n<!--\tforce=\"true\" pfx=\"tmp.aai.allotted-resource\">-->\n\n<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\tresource=\"allotted-resource\"\n\tkey='service-instance.service-instance-id = $vnf-topology-operation-input.service-information.service-instance-id\n         AND customer.global-customer-id = $vnf-topology-operation-input.service-information.global-customer-id \n         AND service-subscription.service-type = $vnf-topology-operation-input.service-information.subscription-service-type\n         AND allotted-resource.id = $allotted-resource-id'\n\tlocal-only=\"false\"\n\tforce=\"true\" pfx=\"tmp.aai.allotted-resource\">\n\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 1991,\r
-        "y": 227,\r
-        "z": "a52db008.999ba",\r
+        "x": 1972,\r
+        "y": 235,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "24443c7d.51e17c",\r
-                "5466a6b1.99c71",\r
-                "6dbbe1dd.c8d2"\r
+                "4f2f09b0.4a4f9",\r
+                "a509e8e5.13e7a8",\r
+                "2d1dc418.c3457c"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "24443c7d.51e17c",\r
+        "id": "4f2f09b0.4a4f9",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2207,\r
-        "y": 294,\r
-        "z": "a52db008.999ba",\r
+        "x": 2188,\r
+        "y": 302,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "381969a5.e5019e"\r
+                "2c4c53ed.c92a04"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "5466a6b1.99c71",\r
+        "id": "a509e8e5.13e7a8",\r
         "type": "not-found",\r
         "name": "not-found",\r
         "xml": "<outcome value='not-found'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2207.490966796875,\r
-        "y": 193.573974609375,\r
-        "z": "a52db008.999ba",\r
+        "x": 2188.490966796875,\r
+        "y": 201.573974609375,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "5f41762b.9fae3"\r
+                "b0eb4825.a76068"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "6dbbe1dd.c8d2",\r
+        "id": "2d1dc418.c3457c",\r
         "type": "failure",\r
         "name": "failure",\r
         "xml": "<outcome value='failure'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2203,\r
-        "y": 243,\r
-        "z": "a52db008.999ba",\r
+        "x": 2184,\r
+        "y": 251,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "35df5bd.60d91a4"\r
+                "8d5abfeb.01e9e"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "5f41762b.9fae3",\r
+        "id": "b0eb4825.a76068",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'An error occurred while querying pnf from AnAI with pnf-name = ' + $prop.l3vpn.pe1_id`\" />\n\n",\r
         "comments": "",\r
-        "x": 2385.0625,\r
-        "y": 193.8597412109375,\r
-        "z": "a52db008.999ba",\r
+        "x": 2366.0625,\r
+        "y": 201.8597412109375,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "35df5bd.60d91a4",\r
+        "id": "8d5abfeb.01e9e",\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": 2385,\r
-        "y": 243,\r
-        "z": "a52db008.999ba",\r
+        "x": 2366,\r
+        "y": 251,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "8c284458.c08ae8",\r
+        "id": "abb2414c.5ad6c8",\r
         "type": "save",\r
         "name": "get logical-link from aai",\r
         "xml": "<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\tresource=\"logical-link\"\n\tkey='logical-link.link-name = $logical-link-name'\n\tlocal-only=\"false\"\n\tforce=\"true\" pfx=\"tmp.aai.logical-link\">",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 1726,\r
-        "y": 716,\r
-        "z": "a52db008.999ba",\r
+        "x": 1707,\r
+        "y": 724,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "2b62ab10.ff50ec",\r
-                "a72426b1.68469",\r
-                "f1a9c962.2a68a8"\r
+                "adf5b844.beeba",\r
+                "12473ca6.c43deb",\r
+                "1c108294.607cad"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "a72426b1.68469",\r
+        "id": "12473ca6.c43deb",\r
         "type": "not-found",\r
         "name": "not-found",\r
         "xml": "<outcome value='not-found'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2017.490966796875,\r
-        "y": 694.573974609375,\r
-        "z": "a52db008.999ba",\r
+        "x": 1998.490966796875,\r
+        "y": 702.573974609375,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "b15724ee.fb934"\r
+                "bde422ea.a4cc28"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "f1a9c962.2a68a8",\r
+        "id": "1c108294.607cad",\r
         "type": "failure",\r
         "name": "failure",\r
         "xml": "<outcome value='failure'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2006,\r
-        "y": 739,\r
-        "z": "a52db008.999ba",\r
+        "x": 1987,\r
+        "y": 747,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "71027f5f.6dfd2"\r
+                "da8d3db8.78e6c"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "b15724ee.fb934",\r
+        "id": "bde422ea.a4cc28",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'An error occurred while querying pnf from AnAI with pnf-name = ' + $prop.l3vpn.pe1_id`\" />\n\n",\r
         "comments": "",\r
-        "x": 2166.0625,\r
-        "y": 694.8597412109375,\r
-        "z": "a52db008.999ba",\r
+        "x": 2147.0625,\r
+        "y": 702.8597412109375,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "71027f5f.6dfd2",\r
+        "id": "da8d3db8.78e6c",\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": 2165,\r
-        "y": 739,\r
-        "z": "a52db008.999ba",\r
+        "x": 2146,\r
+        "y": 747,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "2b62ab10.ff50ec",\r
+        "id": "adf5b844.beeba",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2013,\r
-        "y": 818,\r
-        "z": "a52db008.999ba",\r
+        "x": 1994,\r
+        "y": 826,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "68ca5242.42eadc"\r
+                "b6fe1d93.64f5d8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "68ca5242.42eadc",\r
+        "id": "b6fe1d93.64f5d8",\r
         "type": "block",\r
         "name": "block",\r
         "xml": "<block>\n",\r
         "atomic": "false",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2152,\r
-        "y": 818,\r
-        "z": "a52db008.999ba",\r
+        "x": 2133,\r
+        "y": 826,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "fd1e5e1b.83e83",\r
-                "ff342d97.b64c78",\r
-                "c6e4c4bb.cde228",\r
-                "beeca149.096358",\r
-                "b3a21500.4dc258",\r
-                "4a385582.c0497c",\r
-                "8ecd4f21.958f3",\r
-                "87e71c84.c17b98",\r
-                "b0430b3.4eee0f8",\r
-                "9e9e0741.eed478",\r
-                "41475eff.deafd",\r
-                "171af565.db9233",\r
-                "a0a45fd6.c31fe",\r
-                "fdbb72c5.61c228",\r
-                "62bd6081.059d7",\r
-                "3f4df906.b67d7e",\r
-                "fad5035b.7ee3a8",\r
-                "d037b0c3.f093c"\r
+                "fcc70311.f003c",\r
+                "409bbb6d.55b47c",\r
+                "34d7360f.96bb2a",\r
+                "48146421.80a074",\r
+                "31bc0e97.d1b352",\r
+                "c57c6aeb.0d49c",\r
+                "5ce97afb.25ecd4",\r
+                "1f2f2fca.dd946",\r
+                "fc0327f0.f229c8",\r
+                "7a9db702.f0e1b",\r
+                "1f17f018.71ce48",\r
+                "75da5f28.16fb78",\r
+                "15d01a88.67da65",\r
+                "8335f76.9af8388",\r
+                "47a3a765.16faa",\r
+                "5651ec55.50184c",\r
+                "edb297b0.c9f328",\r
+                "91eba2f3.844de"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "c6e4c4bb.cde228",\r
+        "id": "34d7360f.96bb2a",\r
         "type": "save",\r
         "name": "get network-route-A from aai",\r
         "xml": "<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\tresource=\"network-route\"\n\tkey='network-route.route-id = $network-route-A'\n\tlocal-only=\"false\"\n\tforce=\"true\" pfx=\"tmp.aai.network-route-A\">",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2381,\r
-        "y": 899,\r
-        "z": "a52db008.999ba",\r
+        "x": 2362,\r
+        "y": 907,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "99527920.d104f",\r
-                "471613.ac9f61ec",\r
-                "d7106a2a.e2e008"\r
+                "1b983b4f.2c744d",\r
+                "83f9f068.59488",\r
+                "b0f14e34.bcfcc8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "beeca149.096358",\r
+        "id": "48146421.80a074",\r
         "type": "save",\r
         "name": "get network-route-B from aai",\r
         "xml": "<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\tresource=\"network-route\"\n\tkey='network-route.route-id = $network-route-B'\n\tlocal-only=\"false\"\n\tforce=\"true\" pfx=\"tmp.aai.network-route-B\">",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2360,\r
-        "y": 1500.9998779296875,\r
-        "z": "a52db008.999ba",\r
+        "x": 2341,\r
+        "y": 1508.9998779296875,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "f5b57d2.711fb8",\r
-                "ee69c7ed.d244a",\r
-                "b86b9154.d8271"\r
+                "191b0cc5.853723",\r
+                "bdfa4737.7997e",\r
+                "3dcbfde4.8fdb42"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "99527920.d104f",\r
+        "id": "1b983b4f.2c744d",\r
         "type": "not-found",\r
         "name": "not-found",\r
         "xml": "<outcome value='not-found'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2582,\r
-        "y": 783,\r
-        "z": "a52db008.999ba",\r
+        "x": 2563,\r
+        "y": 791,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "dee03a78.25dd08"\r
+                "5a65addc.f9d584"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "471613.ac9f61ec",\r
+        "id": "83f9f068.59488",\r
         "type": "failure",\r
         "name": "failure",\r
         "xml": "<outcome value='failure'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2577.509033203125,\r
-        "y": 832.426025390625,\r
-        "z": "a52db008.999ba",\r
+        "x": 2558.509033203125,\r
+        "y": 840.426025390625,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "afb5fd1c.14f968"\r
+                "60568789.b01d3"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "d7106a2a.e2e008",\r
+        "id": "b0f14e34.bcfcc8",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2581.509033203125,\r
-        "y": 883.426025390625,\r
-        "z": "a52db008.999ba",\r
+        "x": 2562.509033203125,\r
+        "y": 891.426025390625,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "b1e48bbc.9418f8"\r
+                "4d860946.d83b4"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "dee03a78.25dd08",\r
+        "id": "5a65addc.f9d584",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'An error occurred while querying pnf from AnAI with pnf-name = ' + $prop.l3vpn.pe1_id`\" />\n\n",\r
         "comments": "",\r
-        "x": 2730.571533203125,\r
-        "y": 782.2857666015625,\r
-        "z": "a52db008.999ba",\r
+        "x": 2711.571533203125,\r
+        "y": 790.2857666015625,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "afb5fd1c.14f968",\r
+        "id": "60568789.b01d3",\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": 2720.509033203125,\r
-        "y": 832.426025390625,\r
-        "z": "a52db008.999ba",\r
+        "x": 2701.509033203125,\r
+        "y": 840.426025390625,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "f5b57d2.711fb8",\r
+        "id": "191b0cc5.853723",\r
         "type": "not-found",\r
         "name": "not-found",\r
         "xml": "<outcome value='not-found'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2583,\r
-        "y": 1470.9998779296875,\r
-        "z": "a52db008.999ba",\r
+        "x": 2564,\r
+        "y": 1478.9998779296875,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "e4bc5398.587c9"\r
+                "63b24300.9bd254"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "ee69c7ed.d244a",\r
+        "id": "bdfa4737.7997e",\r
         "type": "failure",\r
         "name": "failure",\r
         "xml": "<outcome value='failure'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2578.509033203125,\r
-        "y": 1520.4259033203125,\r
-        "z": "a52db008.999ba",\r
+        "x": 2559.509033203125,\r
+        "y": 1528.4259033203125,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "7a22de95.f8d34"\r
+                "f56e5adb.9f7af8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "b86b9154.d8271",\r
+        "id": "3dcbfde4.8fdb42",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2582.509033203125,\r
-        "y": 1571.4259033203125,\r
-        "z": "a52db008.999ba",\r
+        "x": 2563.509033203125,\r
+        "y": 1579.4259033203125,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "706786f4.1c86"\r
+                "b596324f.8c351"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "e4bc5398.587c9",\r
+        "id": "63b24300.9bd254",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'An error occurred while querying pnf from AnAI with pnf-name = ' + $prop.l3vpn.pe1_id`\" />\n\n",\r
         "comments": "",\r
-        "x": 2731.571533203125,\r
-        "y": 1470.28564453125,\r
-        "z": "a52db008.999ba",\r
+        "x": 2712.571533203125,\r
+        "y": 1478.28564453125,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "7a22de95.f8d34",\r
+        "id": "f56e5adb.9f7af8",\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": 2721.509033203125,\r
-        "y": 1520.4259033203125,\r
-        "z": "a52db008.999ba",\r
+        "x": 2702.509033203125,\r
+        "y": 1528.4259033203125,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "6a5608a5.7646c8",\r
+        "id": "f08611d.e85e5f",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
-        "x": 3395.66650390625,\r
-        "y": 927,\r
-        "z": "a52db008.999ba",\r
+        "x": 3376.66650390625,\r
+        "y": 935,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "e59ae0d9.0b3bb8",\r
-                "b65b8a91.4e15",\r
-                "600bf3e5.b14284",\r
-                "af7a5358.49a49",\r
-                "a8e7dd16.944608"\r
+                "bcee177.eb94168",\r
+                "f75d67.7cccfa98",\r
+                "a4c22219.803cd8",\r
+                "d6e02ca6.c9a8c8",\r
+                "5b5222c9.d7a36c"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "b8369203.6c1e7",\r
+        "id": "8b31e4a0.a10748",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3223,\r
-        "y": 928,\r
-        "z": "a52db008.999ba",\r
+        "x": 3204,\r
+        "y": 936,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "6a5608a5.7646c8"\r
+                "f08611d.e85e5f"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "9feeef15.8800c",\r
+        "id": "c9553d7.4a532c",\r
         "type": "not-found",\r
         "name": "not-found",\r
         "xml": "<outcome value='not-found'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3232.490966796875,\r
-        "y": 970.5740356445312,\r
-        "z": "a52db008.999ba",\r
+        "x": 3213.490966796875,\r
+        "y": 978.5740356445312,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "cbf27e14.644ef8"\r
+                "b569fb01.0907f8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "e8e1bd1d.029dd",\r
+        "id": "cf1d45bd.26226",\r
         "type": "failure",\r
         "name": "failure",\r
         "xml": "<outcome value='failure'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3221,\r
-        "y": 1017,\r
-        "z": "a52db008.999ba",\r
+        "x": 3202,\r
+        "y": 1025,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "7478805e.d0dee8"\r
+                "8595bfe0.610eb"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "cbf27e14.644ef8",\r
+        "id": "b569fb01.0907f8",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'An error occurred while querying pnf from AnAI with pnf-name = ' + $prop.l3vpn.pe1_id`\" />\n\n",\r
         "comments": "",\r
-        "x": 3386.0623779296875,\r
-        "y": 973.8597717285156,\r
-        "z": "a52db008.999ba",\r
+        "x": 3367.0623779296875,\r
+        "y": 981.8597717285156,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "7478805e.d0dee8",\r
+        "id": "8595bfe0.610eb",\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": 3390,\r
-        "y": 1018,\r
-        "z": "a52db008.999ba",\r
+        "x": 3371,\r
+        "y": 1026,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "b1e48bbc.9418f8",\r
+        "id": "4d860946.d83b4",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
-        "x": 2743,\r
-        "y": 885,\r
-        "z": "a52db008.999ba",\r
+        "x": 2724,\r
+        "y": 893,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "b8e4ab1b.5f9428",\r
-                "7b409cff.da197c"\r
+                "de6bae96.a20288",\r
+                "2546bd9f.525272"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "706786f4.1c86",\r
+        "id": "b596324f.8c351",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
-        "x": 2733,\r
-        "y": 1572.9998779296875,\r
-        "z": "a52db008.999ba",\r
+        "x": 2714,\r
+        "y": 1580.9998779296875,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "6545b277.ec5df4",\r
-                "e04c02f4.2f63f8"\r
+                "cc046399.813d8",\r
+                "94119745.c4be9"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "a1cc2eec.aa7708",\r
+        "id": "d0ee2422.3da6b8",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
-        "x": 3363.66650390625,\r
-        "y": 1763,\r
-        "z": "a52db008.999ba",\r
+        "x": 3344.66650390625,\r
+        "y": 1771,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "69afc187.c0c28",\r
-                "9c8c62ca.8659",\r
-                "72280e7f.000388",\r
-                "5d487f8.16a5d",\r
-                "34f70001.b13958"\r
+                "1c0836ef.f83329",\r
+                "4c626db2.041e5c",\r
+                "a8a1220c.849508",\r
+                "46fb3252.5c32c4",\r
+                "3da30ce3.e252e4"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "a9223749.8519e8",\r
+        "id": "33a31a8c.e3b546",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3191,\r
-        "y": 1764,\r
-        "z": "a52db008.999ba",\r
+        "x": 3172,\r
+        "y": 1772,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "a1cc2eec.aa7708"\r
+                "d0ee2422.3da6b8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "8aac19ac.984638",\r
+        "id": "333e39a9.5e6146",\r
         "type": "not-found",\r
         "name": "not-found",\r
         "xml": "<outcome value='not-found'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3200.490966796875,\r
-        "y": 1806.5740356445312,\r
-        "z": "a52db008.999ba",\r
+        "x": 3181.490966796875,\r
+        "y": 1814.5740356445312,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "e01c6b8b.6173d8"\r
+                "c1fc954e.de2348"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "15568030.09492",\r
+        "id": "18c9eff6.77ede8",\r
         "type": "failure",\r
         "name": "failure",\r
         "xml": "<outcome value='failure'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3189,\r
-        "y": 1853,\r
-        "z": "a52db008.999ba",\r
+        "x": 3170,\r
+        "y": 1861,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "f17ea401.42a54"\r
+                "a54283a5.d344c"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "e01c6b8b.6173d8",\r
+        "id": "c1fc954e.de2348",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'An error occurred while querying pnf from AnAI with pnf-name = ' + $prop.l3vpn.pe1_id`\" />\n\n",\r
         "comments": "",\r
-        "x": 3354.0623779296875,\r
-        "y": 1809.8597717285156,\r
-        "z": "a52db008.999ba",\r
+        "x": 3335.0623779296875,\r
+        "y": 1817.8597717285156,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "f17ea401.42a54",\r
+        "id": "a54283a5.d344c",\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": 3358,\r
-        "y": 1854,\r
-        "z": "a52db008.999ba",\r
+        "x": 3339,\r
+        "y": 1862,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "e59ae0d9.0b3bb8",\r
+        "id": "bcee177.eb94168",\r
         "type": "execute",\r
         "name": "execute split tp-id to get pnf-name",\r
         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='split' >\n<parameter name=\"original_string\" value='`$tmp.aai.network-route-A.p-interface-src.interface-name`'/>\n<!--<parameter name=\"regex\" value=\"[^-]+$\"/>-->\n<parameter name=\"regex\" value=\"[-]+\"/>\n<parameter name=\"ctx_memory_result_key\" value=\"param-prefix-domainA\"/>\n\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3660,\r
-        "y": 911,\r
-        "z": "a52db008.999ba",\r
+        "x": 3641,\r
+        "y": 919,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "b90f8b2c.3443f8",\r
-                "f2af84b7.f19e7"\r
+                "60be6e60.f9ecc8",\r
+                "ba14138e.5a08c8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "f2af84b7.f19e7",\r
+        "id": "ba14138e.5a08c8",\r
         "type": "failure",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3883,\r
-        "y": 866,\r
-        "z": "a52db008.999ba",\r
+        "x": 3864,\r
+        "y": 874,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "af749f90.aea73"\r
+                "9427c16f.fe3b38"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "b90f8b2c.3443f8",\r
+        "id": "60be6e60.f9ecc8",\r
         "type": "failure",\r
         "name": "failure",\r
         "xml": "<outcome value='failure'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3885,\r
-        "y": 930,\r
-        "z": "a52db008.999ba",\r
+        "x": 3866,\r
+        "y": 938,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "37b87470.480804"\r
+                "8f5282b4.e9d138"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "58adc121.da62b8",\r
+        "id": "9e9c487d.182678",\r
         "type": "set",\r
         "name": "set ltpId",\r
         "xml": "<set>\n<parameter name='tmp.src.ltpId' value='`$param-prefix-domainA[$param-prefix-domainA_length -1]`' />\n",\r
         "comments": "",\r
-        "x": 4218,\r
-        "y": 824,\r
-        "z": "a52db008.999ba",\r
+        "x": 4199,\r
+        "y": 832,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "37b87470.480804",\r
+        "id": "8f5282b4.e9d138",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "xml": "<return status='failure'>\n<parameter name='error-code' value='' />\n<parameter name='error-message' value=\"An error occured while splitting sna1_route\" />\n",\r
         "comments": "",\r
-        "x": 4047,\r
-        "y": 926,\r
-        "z": "a52db008.999ba",\r
+        "x": 4028,\r
+        "y": 934,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "af749f90.aea73",\r
+        "id": "9427c16f.fe3b38",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
-        "x": 4048,\r
-        "y": 863,\r
-        "z": "a52db008.999ba",\r
+        "x": 4029,\r
+        "y": 871,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "a0d3646d.84d22",\r
-                "58adc121.da62b8"\r
+                "7be29fde.94965",\r
+                "9e9c487d.182678"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "a0d3646d.84d22",\r
+        "id": "7be29fde.94965",\r
         "type": "set",\r
         "name": "set pnf-name",\r
         "xml": "<set>\n<parameter name='tmp.src.pnf-name' value='`$param-prefix-domainA[$param-prefix-domainA_length -3]`' />\n",\r
         "comments": "",\r
-        "x": 4219,\r
-        "y": 929,\r
-        "z": "a52db008.999ba",\r
+        "x": 4200,\r
+        "y": 937,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "b948285d.fc6638",\r
+        "id": "305634db.acff34",\r
         "type": "comment",\r
         "name": "TODO: FIXME",\r
         "info": "using the output of regex string arrays,\nconcatinate index 0 to index[length-2] all together\nin order to assemble the correct pnf-name",\r
         "comments": "",\r
-        "x": 4220,\r
-        "y": 878,\r
-        "z": "a52db008.999ba",\r
+        "x": 4201,\r
+        "y": 886,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "600bf3e5.b14284",\r
+        "id": "a4c22219.803cd8",\r
         "type": "save",\r
         "name": "save connectivity resource in AAI",\r
         "xml": "<save plugin='org.onap.ccsdk.sli.adaptors.aai.AAIService' resource='connectivity' \n      key='connectivity.connectivity-id = $uuid.connectivity-domainA-uuid'>\n<parameter name='connectivity-id' value='`$uuid.connectivity-domainA-uuid`' />\n<parameter name='operational-status' value='Created' />\n<parameter name='access-provider-id' value='`$param-prefix-domainA[$param-prefix-domainA_length -9]`' />\n<parameter name='access-client-id' value='`$param-prefix-domainA[$param-prefix-domainA_length -7]`' />\n<parameter name='access-topology-id' value='`$param-prefix-domainA[$param-prefix-domainA_length -5]`' />\n<parameter name='access-node-id' value='`$param-prefix-domainA[$param-prefix-domainA_length -3]`' />\n<parameter name='access-ltp-id' value='`$param-prefix-domainA[$param-prefix-domainA_length -1]`' />\n<parameter name='cvlan' value='' />\n\n<parameter name='bandwidth-profile-name' value='`$prop.sotn.etht-svc-name`' />\n<parameter name='vpn-type' value='`$prop.sotn.vpnType`' />\n<parameter name='CIR' value='`$prop.sotn.cir`' />\n<parameter name='EIR' value='`$prop.sotn.eir`' />\n<parameter name='CBS' value='`$prop.sotn.cbs`' />\n<parameter name='EBS' value='`$prop.sotn.ebs`' />\n<!--<parameter name='color-aware' value='`$prop.sotn.colorAware`' />-->\n<!--<parameter name='coupling-flag' value='`$prop.sotn.couplingFlag`' />-->\n<!--<parameter name='etht-svc-name' value='`$prop.sotn.etht-svc-name`' />-->\n<parameter name='model-customization-id' value='`$network-topology-operation-input.network-information.onap-model-information.model-customization-uuid`' />\n<parameter name='model-invariant-id' value='`$network-topology-operation-input.network-information.onap-model-information.model-invariant-uuid`' />\n<parameter name='model-version-id' value='`$network-topology-operation-input.network-information.onap-model-information.model-uuid`' />\n<parameter name='connectivity-selflink' value=\"`'restconf/config/GENERIC-RESOURCE-API:services/service/'  + $network-topology-operation-input.service-information.service-instance-id  + '/service-data/networks/network/'  + $prop.sotn.network-id  + '/network-data/'` \" />\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3662,\r
-        "y": 1070,\r
-        "z": "a52db008.999ba",\r
+        "x": 3643,\r
+        "y": 1078,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             []\r
         ]\r
     },\r
     {\r
-        "id": "b65b8a91.4e15",\r
+        "id": "f75d67.7cccfa98",\r
         "type": "execute",\r
         "name": "execute UUID generator for connectivity domainA",\r
         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='generateUUID' >\n<parameter name=\"ctx-destination\" value=\"uuid.connectivity-domainA-uuid\"/>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3707,\r
-        "y": 980,\r
-        "z": "a52db008.999ba",\r
+        "x": 3688,\r
+        "y": 988,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             []\r
         ]\r
     },\r
     {\r
-        "id": "584061d2.7f676",\r
+        "id": "51860532.882634",\r
         "type": "comment",\r
         "name": "TODO: FIXME",\r
         "info": "using the output of regex string arrays,\nconcatinate index 0 to index[?] all together\nin order to assemble the correct values for provider-id, \ntopology-id, node-id, etc.",\r
         "comments": "",\r
-        "x": 3596,\r
-        "y": 1021,\r
-        "z": "a52db008.999ba",\r
+        "x": 3577,\r
+        "y": 1029,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "69afc187.c0c28",\r
+        "id": "1c0836ef.f83329",\r
         "type": "execute",\r
         "name": "execute split tp-id to get pnf-name",\r
         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='split' >\n<parameter name=\"original_string\" value='`$tmp.aai.network-route-B.p-interface-dst.interface-name`'/>\n<!--<parameter name=\"regex\" value=\"[^-]+$\"/>-->\n<parameter name=\"regex\" value=\"[-]+\"/>\n<parameter name=\"ctx_memory_result_key\" value=\"param-prefix-domainB\"/>\n\n\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3650,\r
-        "y": 1767.0001220703125,\r
-        "z": "a52db008.999ba",\r
+        "x": 3631,\r
+        "y": 1775.0001220703125,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "73786f45.91fbd",\r
-                "a8286fc.413fb9"\r
+                "9b737b83.c6ca88",\r
+                "22a6cd9c.81b312"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "a8286fc.413fb9",\r
+        "id": "22a6cd9c.81b312",\r
         "type": "failure",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3873,\r
-        "y": 1722.0001220703125,\r
-        "z": "a52db008.999ba",\r
+        "x": 3854,\r
+        "y": 1730.0001220703125,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "6edaf2ce.ba97ac"\r
+                "f2364b58.93416"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "73786f45.91fbd",\r
+        "id": "9b737b83.c6ca88",\r
         "type": "failure",\r
         "name": "failure",\r
         "xml": "<outcome value='failure'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3875,\r
-        "y": 1786.0001220703125,\r
-        "z": "a52db008.999ba",\r
+        "x": 3856,\r
+        "y": 1794.0001220703125,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "fcba834.c469f8"\r
+                "e81f51e1.476528"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "e5ecf778.a4711",\r
+        "id": "c355fa60.d02f7",\r
         "type": "set",\r
         "name": "set ltpId",\r
         "xml": "<set>\n<parameter name='tmp.dst.ltpId' value='`$param-prefix-domainB[$param-prefix-domainB_length -1]`' />\n",\r
         "comments": "",\r
-        "x": 4208,\r
-        "y": 1680.0001220703125,\r
-        "z": "a52db008.999ba",\r
+        "x": 4189,\r
+        "y": 1688.0001220703125,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "fcba834.c469f8",\r
+        "id": "e81f51e1.476528",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "xml": "<return status='failure'>\n<parameter name='error-code' value='' />\n<parameter name='error-message' value=\"An error occured while splitting sna1_route\" />\n",\r
         "comments": "",\r
-        "x": 4034,\r
-        "y": 1805.0001220703125,\r
-        "z": "a52db008.999ba",\r
+        "x": 4015,\r
+        "y": 1813.0001220703125,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "6edaf2ce.ba97ac",\r
+        "id": "f2364b58.93416",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
-        "x": 4038,\r
-        "y": 1719.0001220703125,\r
-        "z": "a52db008.999ba",\r
+        "x": 4019,\r
+        "y": 1727.0001220703125,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "e5ecf778.a4711",\r
-                "865f8e50.82a5c"\r
+                "c355fa60.d02f7",\r
+                "fbcef05a.30da7"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "865f8e50.82a5c",\r
+        "id": "fbcef05a.30da7",\r
         "type": "set",\r
         "name": "set pnf-name",\r
         "xml": "<set>\n<parameter name='tmp.dst.pnf-name' value='`$param-prefix-domainB[$param-prefix-domainB_length -3]`' />\n",\r
         "comments": "",\r
-        "x": 4209,\r
-        "y": 1785.0001220703125,\r
-        "z": "a52db008.999ba",\r
+        "x": 4190,\r
+        "y": 1793.0001220703125,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "9e10e06d.c116e8",\r
+        "id": "5702bff2.1c714",\r
         "type": "comment",\r
         "name": "TODO: FIXME",\r
         "info": "using the output of regex string arrays,\nconcatinate index 0 to index[length-2] all together\nin order to assemble the correct pnf-name",\r
         "comments": "",\r
-        "x": 4204,\r
-        "y": 1734.0001220703125,\r
-        "z": "a52db008.999ba",\r
+        "x": 4185,\r
+        "y": 1742.0001220703125,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "72280e7f.000388",\r
+        "id": "a8a1220c.849508",\r
         "type": "save",\r
         "name": "save connectivity resource in AAI",\r
         "xml": "<save plugin='org.onap.ccsdk.sli.adaptors.aai.AAIService' resource='connectivity' \n      key='connectivity.connectivity-id = $prop.connectivity-domainB-uuid'>\n<parameter name='connectivity-id' value='`$prop.connectivity-domainB-uuid`' />\n<parameter name='operational-status' value='Created' />\n<parameter name='access-provider-id' value='`$param-prefix-domainB[$param-prefix-domainB_length -9]`' />\n<parameter name='access-client-id' value='`$param-prefix-domainB[$param-prefix-domainB_length -7]`' />\n<parameter name='access-topology-id' value='`$param-prefix-domainB[$param-prefix-domainB_length -5]`' />\n<parameter name='access-node-id' value='`$param-prefix-domainB[$param-prefix-domainB_length -3]`' />\n<parameter name='access-ltp-id' value='`$param-prefix-domainB[$param-prefix-domainB_length -1]`' />\n<parameter name='cvlan' value='' />\n\n\n<parameter name='bandwidth-profile-name' value='`$prop.sotn.etht-svc-name`' />\n<parameter name='vpn-type' value='`$prop.sotn.vpnType`' />\n<parameter name='CIR' value='`$prop.sotn.cir`' />\n<parameter name='EIR' value='`$prop.sotn.eir`' />\n<parameter name='CBS' value='`$prop.sotn.cbs`' />\n<parameter name='EBS' value='`$prop.sotn.ebs`' />\n<!--<parameter name='color-aware' value='`$prop.sotn.colorAware`' />-->\n<!--<parameter name='coupling-flag' value='`$prop.sotn.couplingFlag`' />-->\n<!--<parameter name='etht-svc-name' value='`$prop.sotn.etht-svc-name`' />-->\n<parameter name='model-customization-id' value='`$network-topology-operation-input.network-information.onap-model-information.model-customization-uuid`' />\n<parameter name='model-invariant-id' value='`$network-topology-operation-input.network-information.onap-model-information.model-invariant-uuid`' />\n<parameter name='model-version-id' value='`$network-topology-operation-input.network-information.onap-model-information.model-uuid`' />\n<parameter name='connectivity-selflink' value=\"`'restconf/config/GENERIC-RESOURCE-API:services/service/'  + $network-topology-operation-input.service-information.service-instance-id  + '/service-data/networks/network/'  + $prop.sotn.network-id  + '/network-data/'` \" />\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3652,\r
-        "y": 1926.0001220703125,\r
-        "z": "a52db008.999ba",\r
+        "x": 3633,\r
+        "y": 1934.0001220703125,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             []\r
         ]\r
     },\r
     {\r
-        "id": "9c8c62ca.8659",\r
+        "id": "4c626db2.041e5c",\r
         "type": "execute",\r
         "name": "execute UUID generator for connectivity domainB",\r
         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='generateUUID' >\n<parameter name=\"ctx-destination\" value=\"prop.connectivity-domainB-uuid\"/>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3697,\r
-        "y": 1836.0001220703125,\r
-        "z": "a52db008.999ba",\r
+        "x": 3678,\r
+        "y": 1844.0001220703125,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             []\r
         ]\r
     },\r
     {\r
-        "id": "eb2e4b08.8488e",\r
+        "id": "a742fa6d.53c048",\r
         "type": "comment",\r
         "name": "TODO: FIXME",\r
         "info": "using the output of regex string arrays,\nconcatinate index 0 to index[?] all together\nin order to assemble the correct values for provider-id, \ntopology-id, node-id, etc.",\r
         "comments": "",\r
-        "x": 3586,\r
-        "y": 1874.0001220703125,\r
-        "z": "a52db008.999ba",\r
+        "x": 3567,\r
+        "y": 1882.0001220703125,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "b3a21500.4dc258",\r
+        "id": "31bc0e97.d1b352",\r
         "type": "call",\r
         "name": "call GENERIC-RESOURCE-API:tsli-vnf-topology-operation-get-otn-tunnel-path-from-oof",\r
         "xml": "<call module='GENERIC-RESOURCE-API' rpc='tsli-vnf-topology-operation-get-otn-tunnel-path-from-oof' mode='sync' >\n\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2561,\r
-        "y": 2001,\r
-        "z": "a52db008.999ba",\r
+        "x": 2542,\r
+        "y": 2009,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             []\r
         ]\r
     },\r
     {\r
-        "id": "4a385582.c0497c",\r
+        "id": "c57c6aeb.0d49c",\r
         "type": "set",\r
         "name": "set attachment_param",\r
         "xml": "<set>\n<parameter name='prop.connection-attachment.access-provider-id' value='`$param-prefix-domainA[$param-prefix-domainA_length -9]`' />\n<parameter name='prop.connection-attachment.access-client-id' value='`$param-prefix-domainA[$param-prefix-domainA_length -7]`' />\n<parameter name='prop.connection-attachment.access-topology-id' value='`$param-prefix-domainA[$param-prefix-domainA_length -5]`' />\n<parameter name='prop.connection-attachment.access-node-id' value='`$param-prefix-domainA[$param-prefix-domainA_length -3]`' />\n<parameter name='prop.connection-attachment.access-ltp-id' value='`$param-prefix-domainA[$param-prefix-domainA_length -1]`' />\n\n<parameter name='prop.remote.connection-attachment.access-provider-id' value='`$param-prefix-domainB[$param-prefix-domainB_length -9]`' />\n<parameter name='prop.remote.connection-attachment.access-client-id' value='`$param-prefix-domainB[$param-prefix-domainB_length -7]`' />\n<parameter name='prop.remote.connection-attachment.access-topology-id' value='`$param-prefix-domainB[$param-prefix-domainB_length -5]`' />\n<parameter name='prop.remote.connection-attachment.access-node-id' value='`$param-prefix-domainB[$param-prefix-domainB_length -3]`' />\n<parameter name='prop.remote.connection-attachment.access-ltp-id' value='`$param-prefix-domainB[$param-prefix-domainB_length -1]`' />\n\n<!--<parameter name='prop.remote.connection-attachment.access-provider-id' value='`$oof.vpn.access-provider-id`' />-->\n<!--<parameter name='prop.remote.connection-attachment.access-client-id' value='`$oof.vpn.access-client-id`' />-->\n<!--<parameter name='prop.remote.connection-attachment.access-topology-id' value='`$oof.vpn.access-topology-id`' />-->\n<!--<parameter name='prop.remote.connection-attachment.access-node-id' value='`$oof.vpn.access-node-id`' />-->\n<!--<parameter name='prop.remote.connection-attachment.access-ltp-id' value='`$oof.vpn.src-access-ltp-id`' />-->\n",\r
         "comments": "",\r
-        "x": 2355,\r
-        "y": 1941,\r
-        "z": "a52db008.999ba",\r
+        "x": 2336,\r
+        "y": 1949,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "1846dda4.ce84b2",\r
+        "id": "df325b41.3eb068",\r
         "type": "comment",\r
         "name": "TODO: FIXME",\r
         "info": "put proper values for src topology-id, node-id, ltp-id, etc (in domain A)\nand dst topology-id, node-id, ltp-id, etc (in domain B)",\r
         "comments": "",\r
-        "x": 2329,\r
-        "y": 1894,\r
-        "z": "a52db008.999ba",\r
+        "x": 2310,\r
+        "y": 1902,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "8ecd4f21.958f3",\r
+        "id": "5ce97afb.25ecd4",\r
         "type": "save",\r
         "name": "save vpn-binding A resource (aka. OTN domainA) in AAI",\r
-        "xml": "<save plugin='org.onap.ccsdk.sli.adaptors.aai.AAIService' resource='vpn-binding' \n      key='vpn-binding.vpn-id = $prop.vpn-binding-domainA-uuid' >\n<parameter name='vpn-id' value='`$prop.vpn-binding-domainA-uuid`' />\n<parameter name='vpn-name' value='`$prop.vpn-binding-domainA-uuid`' />\n<parameter name='access-provider-id' value='`$domain-A.provider-id`' />\n<!--<parameter name='access-provider-id' value='`$param-prefix-domainA[$param-prefix-domainA_length -9]`' />-->\n<parameter name='access-client-id' value='`$domain-A.client-id`' />\n<!--<parameter name='access-client-id' value='`$param-prefix-domainA[$param-prefix-domainA_length -7]`' />-->\n<parameter name='access-topology-id' value='`$domain-A.te-topo-id`' />\n<!--<parameter name='access-topology-id' value='`$param-prefix-domainA[$param-prefix-domainA_length -5]`' />-->\n<parameter name='src-access-node-id' value='`$param-prefix-domainA[$param-prefix-domainA_length -3]`' />\n<!--<parameter name='src-access-ltp-id' value='`$source.tunnel-tp-id`' />-->\n<parameter name='src-access-ltp-id' value='' />\n<parameter name='dst-access-node-id' value='`$domain-A.node-id`' />\n<parameter name='dst-access-ltp-id' value='`$domain-A.tunnel-tp-id`' />\n<parameter name='vpn-type' value='`$prop.global.sotn.vpnType`' />\n<parameter name='operational-status' value='Created' />\n<parameter name='model-customization-id' value='`$network-topology-operation-input.network-information.onap-model-information.model-customization-uuid`' />\n<parameter name='model-invariant-id' value='`$network-topology-operation-input.network-information.onap-model-information.model-invariant-uuid`' />\n<parameter name='model-version-id' value='`$network-topology-operation-input.network-information.onap-model-information.model-uuid`' />\n\n",\r
+        "xml": "<save plugin='org.onap.ccsdk.sli.adaptors.aai.AAIService' resource='vpn-binding' \n      key='vpn-binding.vpn-id = $prop.vpn-binding-domainA-uuid' >\n<parameter name='vpn-id' value='`$prop.vpn-binding-domainA-uuid`' />\n<parameter name='vpn-name' value='`$prop.vpn-binding-domainA-uuid`' />\n<parameter name='access-provider-id' value='`$domain-A.provider-id`' />\n<!--<parameter name='access-provider-id' value='`$param-prefix-domainA[$param-prefix-domainA_length -9]`' />-->\n<parameter name='access-client-id' value='`$domain-A.client-id`' />\n<!--<parameter name='access-client-id' value='`$param-prefix-domainA[$param-prefix-domainA_length -7]`' />-->\n<parameter name='access-topology-id' value='`$domain-A.te-topo-id`' />\n<!--<parameter name='access-topology-id' value='`$param-prefix-domainA[$param-prefix-domainA_length -5]`' />-->\n<parameter name='src-access-node-id' value='`$param-prefix-domainA[$param-prefix-domainA_length -3]`' />\n<!--<parameter name='src-access-ltp-id' value='`$source.tunnel-tp-id`' />-->\n<parameter name='src-access-ltp-id' value='' />\n<parameter name='dst-access-node-id' value='`$domain-A.node-id`' />\n<parameter name='dst-access-ltp-id' value='`$domain-A.tunnel-tp-id`' />\n<parameter name='route-distinguisher' value='`$gfp`' />\n<parameter name='vpn-type' value='`$prop.global.sotn.vpnType`' />\n<parameter name='operational-status' value='Created' />\n<parameter name='model-customization-id' value='`$network-topology-operation-input.network-information.onap-model-information.model-customization-uuid`' />\n<parameter name='model-invariant-id' value='`$network-topology-operation-input.network-information.onap-model-information.model-invariant-uuid`' />\n<parameter name='model-version-id' value='`$network-topology-operation-input.network-information.onap-model-information.model-uuid`' />\n\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2437,\r
-        "y": 2160,\r
-        "z": "a52db008.999ba",\r
+        "x": 2418,\r
+        "y": 2168,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "9a891a89.705e9"\r
+                "265fc651.8685d2"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "87e71c84.c17b98",\r
+        "id": "1f2f2fca.dd946",\r
         "type": "save",\r
         "name": "save connectivity-A relationship to vpn-binding-A, in AAI",\r
         "xml": "<save plugin='org.onap.ccsdk.sli.adaptors.aai.AAIService' resource='vpn-binding:relationship-list' \n      key='vpn-binding.vpn-id = $prop.vpn-binding-domainA-uuid' \n      force=\"true\" pfx=\"tmp.AnAI-data\">\n<parameter name=\"relationship-list.relationship[0].related-to\" value=\"connectivity\" />\n<parameter name=\"relationship-list.relationship[0].related-link\" value=\"`'/network/connectivities/connectivity/' + $uuid.connectivity-domainA-uuid`\" />\n<parameter name=\"relationship-list.relationship[0].relationship-data[0].relationship-key\" value=\"connectivity.connectivity-id\" />\n<parameter name=\"relationship-list.relationship[0].relationship-data[0].relationship-value\" value=\"`$uuid.connectivity-domainA-uuid`\" />",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2440.5,\r
-        "y": 2230,\r
-        "z": "a52db008.999ba",\r
+        "x": 2421.5,\r
+        "y": 2238,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             []\r
         ]\r
     },\r
     {\r
-        "id": "65814f19.31d048",\r
+        "id": "47b16974.ba7ff8",\r
         "type": "save",\r
         "name": "save srcLTP relationship in AAI",\r
         "xml": "<save plugin='org.onap.ccsdk.sli.adaptors.aai.AAIService' resource='vpn-binding:relationship-list' \n      key='vpn-binding.vpn-id = $tmp.vpnName' \n      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/pnfs/pnf/' + $oof.vpn.access-node-id + '/p-interfaces/p-interface/' + $src-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=\"`$src-ltpId`\" />\n\n\n\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3088.5,\r
-        "y": 2149,\r
-        "z": "a52db008.999ba",\r
+        "x": 3069.5,\r
+        "y": 2157,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             []\r
         ]\r
     },\r
     {\r
-        "id": "9a488056.fd463",\r
+        "id": "45a1ff6d.febe7",\r
         "type": "save",\r
         "name": "save dstLTP relationship in AAI",\r
         "xml": "<save plugin='org.onap.ccsdk.sli.adaptors.aai.AAIService' resource='vpn-binding:relationship-list' \n      key='vpn-binding.vpn-id = $tmp.vpnName' \n      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/pnfs/pnf/' + $oof.vpn.access-node-id + '/p-interfaces/p-interface/' + $dst-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=\"`$dst-ltpId`\" />",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3090.5,\r
-        "y": 2188,\r
-        "z": "a52db008.999ba",\r
+        "x": 3071.5,\r
+        "y": 2196,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             []\r
         ]\r
     },\r
     {\r
-        "id": "af7a5358.49a49",\r
+        "id": "d6e02ca6.c9a8c8",\r
         "type": "save",\r
         "name": "save TNNSSI (transport service instance) relationship to connectivity in AAI",\r
         "xml": "<save plugin='org.onap.ccsdk.sli.adaptors.aai.AAIService' resource='service-instance:relationship-list' \n      key='service-instance.service-instance-id = $vnf-topology-operation-input.service-information.service-instance-id\n         AND customer.global-customer-id = $vnf-topology-operation-input.service-information.global-customer-id \n         AND service-subscription.service-type = $vnf-topology-operation-input.service-information.subscription-service-type' \n      force=\"true\" pfx=\"tmp.AnAI-data\">\n<parameter name=\"relationship-list.relationship[0].related-to\" value=\"connectivity\" />\n<parameter name=\"relationship-list.relationship[0].related-link\" value=\"`'/network/connectivities/connectivity/' + $uuid.connectivity-domainA-uuid`\" />\n<parameter name=\"relationship-list.relationship[0].relationship-data[0].relationship-key\" value=\"connectivity.connectivity-id\" />\n<parameter name=\"relationship-list.relationship[0].relationship-data[0].relationship-value\" value=\"`$uuid.connectivity-domainA-uuid`\" />\n\n\n<!--<save plugin='org.onap.ccsdk.sli.adaptors.aai.AAIService' resource='service-instance:relationship-list' -->\n<!--      key='service-instance.service-instance-id = $service-data.service-information.service-instance-id -->\n<!--         AND customer.global-customer-id = $service-data.networks.network[$nidx].network-data.service-information.global-customer-id -->\n<!--         AND service-subscription.service-type = $service-data.networks.network[$nidx].network-data.service-information.subscription-service-type' -->\n<!--      force=\"true\" pfx=\"tmp.AnAI-data\">-->\n<!--<parameter name=\"relationship-list.relationship[0].related-to\" value=\"connectivity\" />-->\n<!--<parameter name=\"relationship-list.relationship[0].related-link\" value=\"`'/network/connectivities/connectivity/' + $prop.sotn.network-id`\" />-->\n<!--<parameter name=\"relationship-list.relationship[0].relationship-data[0].relationship-key\" value=\"connectivity.connectivity-id\" />-->\n<!--<parameter name=\"relationship-list.relationship[0].relationship-data[0].relationship-value\" value=\"`$prop.sotn.network-id`\" />-->",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3790,\r
-        "y": 1118,\r
-        "z": "a52db008.999ba",\r
+        "x": 3771,\r
+        "y": 1126,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             []\r
         ]\r
     },\r
     {\r
-        "id": "5d487f8.16a5d",\r
+        "id": "46fb3252.5c32c4",\r
         "type": "save",\r
         "name": "save TNNSSI (transport service instance) relationship to connectivity in AAI",\r
         "xml": "<save plugin='org.onap.ccsdk.sli.adaptors.aai.AAIService' resource='service-instance:relationship-list' \n      key='service-instance.service-instance-id = $vnf-topology-operation-input.service-information.service-instance-id\n         AND customer.global-customer-id = $vnf-topology-operation-input.service-information.global-customer-id \n         AND service-subscription.service-type = $vnf-topology-operation-input.service-information.subscription-service-type' \n      force=\"true\" pfx=\"tmp.AnAI-data\">\n<parameter name=\"relationship-list.relationship[0].related-to\" value=\"connectivity\" />\n<parameter name=\"relationship-list.relationship[0].related-link\" value=\"`'/network/connectivities/connectivity/' + $prop.connectivity-domainB-uuid`\" />\n<parameter name=\"relationship-list.relationship[0].relationship-data[0].relationship-key\" value=\"connectivity.connectivity-id\" />\n<parameter name=\"relationship-list.relationship[0].relationship-data[0].relationship-value\" value=\"`$prop.connectivity-domainB-uuid`\" />\n\n\n<!--<save plugin='org.onap.ccsdk.sli.adaptors.aai.AAIService' resource='service-instance:relationship-list' -->\n<!--      key='service-instance.service-instance-id = $service-data.service-information.service-instance-id -->\n<!--         AND customer.global-customer-id = $service-data.networks.network[$nidx].network-data.service-information.global-customer-id -->\n<!--         AND service-subscription.service-type = $service-data.networks.network[$nidx].network-data.service-information.subscription-service-type' -->\n<!--      force=\"true\" pfx=\"tmp.AnAI-data\">-->\n<!--<parameter name=\"relationship-list.relationship[0].related-to\" value=\"connectivity\" />-->\n<!--<parameter name=\"relationship-list.relationship[0].related-link\" value=\"`'/network/connectivities/connectivity/' + $prop.sotn.network-id`\" />-->\n<!--<parameter name=\"relationship-list.relationship[0].relationship-data[0].relationship-key\" value=\"connectivity.connectivity-id\" />-->\n<!--<parameter name=\"relationship-list.relationship[0].relationship-data[0].relationship-value\" value=\"`$prop.sotn.network-id`\" />-->",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3779,\r
-        "y": 1991.0001220703125,\r
-        "z": "a52db008.999ba",\r
+        "x": 3760,\r
+        "y": 1999.0001220703125,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             []\r
         ]\r
     },\r
     {\r
-        "id": "9a891a89.705e9",\r
+        "id": "265fc651.8685d2",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2737,\r
-        "y": 2167,\r
-        "z": "a52db008.999ba",\r
+        "x": 2718,\r
+        "y": 2175,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "a2095f6a.84829"\r
+                "adcdcd16.7b29a8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "a2095f6a.84829",\r
+        "id": "adcdcd16.7b29a8",\r
         "type": "block",\r
         "name": "block",\r
         "xml": "<block>\n",\r
         "atomic": "false",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2877.500244140625,\r
-        "y": 2168.25390625,\r
-        "z": "a52db008.999ba",\r
+        "x": 2858.500244140625,\r
+        "y": 2176.25390625,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             []\r
         ]\r
     },\r
     {\r
-        "id": "421e8d3c.2d000c",\r
+        "id": "4042eea1.42325",\r
         "type": "comment",\r
         "name": "TODO: FIXME: do we need this relationship?",\r
         "info": "",\r
         "comments": "",\r
-        "x": 3125,\r
-        "y": 2108,\r
-        "z": "a52db008.999ba",\r
+        "x": 3106,\r
+        "y": 2116,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "ec5e7e31.de7c9",\r
+        "id": "8bb65fc7.c411f",\r
         "type": "comment",\r
         "name": "TODO: FIXME: put proper values",\r
         "info": "",\r
         "comments": "",\r
-        "x": 2404,\r
-        "y": 2120,\r
-        "z": "a52db008.999ba",\r
+        "x": 2385,\r
+        "y": 2128,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "b0430b3.4eee0f8",\r
+        "id": "fc0327f0.f229c8",\r
         "type": "save",\r
         "name": "save vpn-binding B resource (aka. OTN domainB) in AAI",\r
-        "xml": "<save plugin='org.onap.ccsdk.sli.adaptors.aai.AAIService' resource='vpn-binding' \n      key='vpn-binding.vpn-id = $prop.vpn-binding-domainB-uuid' >\n<parameter name='vpn-id' value='`$prop.vpn-binding-domainB-uuid`' />\n<parameter name='vpn-name' value='`$prop.vpn-binding-domainB-uuid`' />\n<parameter name='access-provider-id' value='`$domain-B.provider-id`' />\n<!--<parameter name='access-provider-id' value='`$param-prefix-domainB[$param-prefix-domainB_length -9]`' />-->\n<parameter name='access-client-id' value='`$domain-B.client-id`' />\n<!--<parameter name='access-client-id' value='`$param-prefix-domainB[$param-prefix-domainB_length -7]`' />-->\n<parameter name='access-topology-id' value='`$domain-B.te-topo-id`' />\n<!--<parameter name='access-topology-id' value='`$param-prefix-domainB[$param-prefix-domainB_length -5]`' />-->\n<parameter name='src-access-node-id' value='`$domain-B.node-id`' />\n<parameter name='src-access-ltp-id' value='`$domain-B.tunnel-tp-id`' />\n<parameter name='dst-access-node-id' value='`$param-prefix-domainB[$param-prefix-domainB_length -3]`' />\n<!--<parameter name='dst-access-ltp-id' value='`$destination.tunnel-tp-id`' />-->\n<parameter name='dst-access-ltp-id' value='' />\n<parameter name='vpn-type' value='`$prop.global.sotn.vpnType`' />\n<parameter name='operational-status' value='Created' />\n<parameter name='model-customization-id' value='`$network-topology-operation-input.network-information.onap-model-information.model-customization-uuid`' />\n<parameter name='model-invariant-id' value='`$network-topology-operation-input.network-information.onap-model-information.model-invariant-uuid`' />\n<parameter name='model-version-id' value='`$network-topology-operation-input.network-information.onap-model-information.model-uuid`' />\n\n",\r
+        "xml": "<save plugin='org.onap.ccsdk.sli.adaptors.aai.AAIService' resource='vpn-binding' \n      key='vpn-binding.vpn-id = $prop.vpn-binding-domainB-uuid' >\n<parameter name='vpn-id' value='`$prop.vpn-binding-domainB-uuid`' />\n<parameter name='vpn-name' value='`$prop.vpn-binding-domainB-uuid`' />\n<parameter name='access-provider-id' value='`$domain-B.provider-id`' />\n<!--<parameter name='access-provider-id' value='`$param-prefix-domainB[$param-prefix-domainB_length -9]`' />-->\n<parameter name='access-client-id' value='`$domain-B.client-id`' />\n<!--<parameter name='access-client-id' value='`$param-prefix-domainB[$param-prefix-domainB_length -7]`' />-->\n<parameter name='access-topology-id' value='`$domain-B.te-topo-id`' />\n<!--<parameter name='access-topology-id' value='`$param-prefix-domainB[$param-prefix-domainB_length -5]`' />-->\n<parameter name='src-access-node-id' value='`$domain-B.node-id`' />\n<parameter name='src-access-ltp-id' value='`$domain-B.tunnel-tp-id`' />\n<parameter name='dst-access-node-id' value='`$param-prefix-domainB[$param-prefix-domainB_length -3]`' />\n<!--<parameter name='dst-access-ltp-id' value='`$destination.tunnel-tp-id`' />-->\n<parameter name='dst-access-ltp-id' value='' />\n<parameter name='route-distinguisher' value='`$gfp`' />\n<parameter name='vpn-type' value='`$prop.global.sotn.vpnType`' />\n<parameter name='operational-status' value='Created' />\n<parameter name='model-customization-id' value='`$network-topology-operation-input.network-information.onap-model-information.model-customization-uuid`' />\n<parameter name='model-invariant-id' value='`$network-topology-operation-input.network-information.onap-model-information.model-invariant-uuid`' />\n<parameter name='model-version-id' value='`$network-topology-operation-input.network-information.onap-model-information.model-uuid`' />\n\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2440,\r
-        "y": 2448,\r
-        "z": "a52db008.999ba",\r
+        "x": 2421,\r
+        "y": 2456,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "ceffa653.90d39"\r
+                "a95bb5bd.f30938"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "3a1d826b.1f953e",\r
+        "id": "54e84a72.0a1bec",\r
         "type": "comment",\r
         "name": "TODO: FIXME: do we need this relationship?",\r
         "info": "",\r
         "comments": "",\r
-        "x": 3128,\r
-        "y": 2388,\r
-        "z": "a52db008.999ba",\r
+        "x": 3109,\r
+        "y": 2396,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "4a53aeab.a2778",\r
+        "id": "5ffd7140.0fcf",\r
         "type": "save",\r
         "name": "save srcLTP relationship in AAI",\r
         "xml": "<save plugin='org.onap.ccsdk.sli.adaptors.aai.AAIService' resource='vpn-binding:relationship-list' \n      key='vpn-binding.vpn-id = $tmp.vpnName' \n      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/pnfs/pnf/' + $oof.vpn.access-node-id + '/p-interfaces/p-interface/' + $src-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=\"`$src-ltpId`\" />\n\n\n\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3091.5,\r
-        "y": 2429,\r
-        "z": "a52db008.999ba",\r
+        "x": 3072.5,\r
+        "y": 2437,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             []\r
         ]\r
     },\r
     {\r
-        "id": "36a3debe.6aad72",\r
+        "id": "d209c7d6.5be38",\r
         "type": "save",\r
         "name": "save dstLTP relationship in AAI",\r
         "xml": "<save plugin='org.onap.ccsdk.sli.adaptors.aai.AAIService' resource='vpn-binding:relationship-list' \n      key='vpn-binding.vpn-id = $tmp.vpnName' \n      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/pnfs/pnf/' + $oof.vpn.access-node-id + '/p-interfaces/p-interface/' + $dst-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=\"`$dst-ltpId`\" />",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3093.5,\r
-        "y": 2468,\r
-        "z": "a52db008.999ba",\r
+        "x": 3074.5,\r
+        "y": 2476,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             []\r
         ]\r
     },\r
     {\r
-        "id": "a45d9658.764968",\r
+        "id": "92281260.0bacb8",\r
         "type": "block",\r
         "name": "block",\r
         "xml": "<block>\n",\r
         "atomic": "false",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2880.500244140625,\r
-        "y": 2448.25390625,\r
-        "z": "a52db008.999ba",\r
+        "x": 2861.500244140625,\r
+        "y": 2456.25390625,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             []\r
         ]\r
     },\r
     {\r
-        "id": "ceffa653.90d39",\r
+        "id": "a95bb5bd.f30938",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2740,\r
-        "y": 2447,\r
-        "z": "a52db008.999ba",\r
+        "x": 2721,\r
+        "y": 2455,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "a45d9658.764968"\r
+                "92281260.0bacb8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "7449a31b.49a87c",\r
+        "id": "460ff82c.4ff7",\r
         "type": "comment",\r
         "name": "TODO: FIXME: put proper values",\r
         "info": "",\r
         "comments": "",\r
-        "x": 2420,\r
-        "y": 2408,\r
-        "z": "a52db008.999ba",\r
+        "x": 2401,\r
+        "y": 2416,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "9e9e0741.eed478",\r
+        "id": "7a9db702.f0e1b",\r
         "type": "save",\r
         "name": "save connectivity-B relationship to vpn-binding-B, in AAI",\r
         "xml": "<save plugin='org.onap.ccsdk.sli.adaptors.aai.AAIService' resource='vpn-binding:relationship-list' \n      key='vpn-binding.vpn-id = $prop.vpn-binding-domainB-uuid' \n      force=\"true\" pfx=\"tmp.AnAI-data\">\n<parameter name=\"relationship-list.relationship[0].related-to\" value=\"connectivity\" />\n<parameter name=\"relationship-list.relationship[0].related-link\" value=\"`'/network/connectivities/connectivity/' + $prop.connectivity-domainB-uuid`\" />\n<parameter name=\"relationship-list.relationship[0].relationship-data[0].relationship-key\" value=\"connectivity.connectivity-id\" />\n<parameter name=\"relationship-list.relationship[0].relationship-data[0].relationship-value\" value=\"`$prop.connectivity-domainB-uuid`\" />",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2438.5,\r
-        "y": 2488,\r
-        "z": "a52db008.999ba",\r
+        "x": 2419.5,\r
+        "y": 2496,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             []\r
         ]\r
     },\r
     {\r
-        "id": "a04f201b.1fb08",\r
+        "id": "b765768.33e8008",\r
         "type": "comment",\r
         "name": "TODO: FIXME:",\r
         "info": "set attachment param and send request to NCE-T\nfor bandwidth matrix\nmay require a new template for JSON body",\r
         "comments": "",\r
-        "x": 2312,\r
-        "y": 2571,\r
-        "z": "a52db008.999ba",\r
+        "x": 2293,\r
+        "y": 2579,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "a0a45fd6.c31fe",\r
+        "id": "15d01a88.67da65",\r
         "type": "set",\r
         "name": "set attachment_param domain A",\r
-        "xml": "<set>\n<parameter name='request-id' value='`$prop.vpn-binding-domainA-uuid`' />\n<parameter name='otn-source-node' value='`$param-prefix-domainA[$param-prefix-domainA_length -3]`' />\n<parameter name='otn-dest-node' value='`$domain-A.node-id`' />\n<parameter name='bw-odu' value=\"`'0,' + $maximum-bandwidth /1000 *2 /3 `\" />\n<!--<parameter name='src-ttp-id' value='`$source.tunnel-tp-id`' />-->\n<parameter name='dst-ttp-id' value='`$domain-A.tunnel-tp-id`' />\n<parameter name='slice-instance-id' value='`$tmp.aai.service-instance.service-instance-id`' />\n\n",\r
+        "xml": "<set>\n<parameter name='request-id' value='`$prop.vpn-binding-domainA-uuid`' />\n<parameter name='otn-source-node' value='`$param-prefix-domainA[$param-prefix-domainA_length -3]`' />\n<parameter name='otn-dest-node' value='`$domain-A.node-id`' />\n<parameter name='bw-odu' value=\"`'0,' + $gfp`\" />\n<!--<parameter name='src-ttp-id' value='`$source.tunnel-tp-id`' />-->\n<parameter name='dst-ttp-id' value='`$domain-A.tunnel-tp-id`' />\n<parameter name='slice-instance-id' value='`$tmp.aai.service-instance.service-instance-id`' />\n\n",\r
         "comments": "",\r
-        "x": 2377,\r
-        "y": 2616,\r
-        "z": "a52db008.999ba",\r
+        "x": 2358,\r
+        "y": 2624,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "32eb8024.15dcc8",\r
+        "id": "7c6d32ec.4900b4",\r
         "type": "execute",\r
         "name": "get esr-thirdparty-sdnc",\r
         "xml": "<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\t\tresource=\"esr-thirdparty-sdnc\" \n\t\tkey=\"esr-thirdparty-sdnc.thirdparty-sdnc-id = $tmp.domainA.esr-thirdparty-id AND \n\t\t     depth = '1'\"\n        pfx='tmp.aai.domainA.esr-thirdparty-sdnc' local-only='false' >",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4834,\r
-        "y": 638,\r
-        "z": "a52db008.999ba",\r
+        "x": 4815,\r
+        "y": 646,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "73d2c0a6.ca0098",\r
-                "2f388561.aeb472",\r
-                "c9248b9c.994ac"\r
+                "f99473bc.f6917",\r
+                "8ca213cb.13c578",\r
+                "73897c92.dacd5c"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "381969a5.e5019e",\r
+        "id": "2c4c53ed.c92a04",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
-        "x": 2387,\r
-        "y": 294,\r
-        "z": "a52db008.999ba",\r
+        "x": 2368,\r
+        "y": 302,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "2fa39853.fd6f7"\r
+                "df1d026f.c1c088"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "93b21596.ec10e8",\r
+        "id": "4b086b8f.46122c",\r
         "type": "outcome",\r
         "name": "logical-link",\r
         "xml": "<outcome value='logical-link'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 1317.0001220703125,\r
-        "y": 711.0001220703125,\r
-        "z": "a52db008.999ba",\r
+        "x": 1298.0001220703125,\r
+        "y": 719.0001220703125,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "993cc770.3c90b"\r
+                "849b2fa9.e38c6"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "8fdb5adc.4040d",\r
+        "id": "3637c149.a4c596",\r
         "type": "switchNode",\r
         "name": "switch allotted-resource.relationship-list not empty",\r
         "xml": "<switch test='`$tmp.aai.allotted-resource.relationship-list.relationship_length != 0`'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2055,\r
-        "y": 417,\r
-        "z": "a52db008.999ba",\r
+        "x": 2036,\r
+        "y": 425,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "332b207c.0fec28",\r
-                "310fb819.3e915"\r
+                "a6e3fac3.17782",\r
+                "36a75df5.accdba"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "310fb819.3e915",\r
+        "id": "36a75df5.accdba",\r
         "type": "outcomeFalse",\r
         "name": "false",\r
         "xml": "<outcome value='false'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2365,\r
-        "y": 424,\r
-        "z": "a52db008.999ba",\r
+        "x": 2346,\r
+        "y": 432,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             []\r
         ]\r
     },\r
     {\r
-        "id": "332b207c.0fec28",\r
+        "id": "a6e3fac3.17782",\r
         "type": "outcomeTrue",\r
         "name": "true",\r
         "xml": "<outcome value='true'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2364,\r
-        "y": 478,\r
-        "z": "a52db008.999ba",\r
+        "x": 2345,\r
+        "y": 486,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "b6e0228b.bc6398"\r
+                "ccfe530c.696ee"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "d9c8107.cbe1d7",\r
+        "id": "88e35dde.f9395",\r
         "type": "set",\r
         "name": "set the 1st logical-link-name",\r
         "xml": "<set>\n<parameter name='logical-link-name' value=\"`$tmp.aai.allotted-resource.relationship-list.relationship[$idx].relationship-data[0].relationship-value`\" />\n\n\n",\r
         "comments": "",\r
-        "x": 1737,\r
-        "y": 661,\r
-        "z": "a52db008.999ba",\r
+        "x": 1718,\r
+        "y": 669,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "993cc770.3c90b",\r
+        "id": "849b2fa9.e38c6",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
-        "x": 1494,\r
-        "y": 704,\r
-        "z": "a52db008.999ba",\r
+        "x": 1475,\r
+        "y": 712,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "d9c8107.cbe1d7",\r
-                "8c284458.c08ae8"\r
+                "88e35dde.f9395",\r
+                "abb2414c.5ad6c8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "d4f8497.5d30938",\r
+        "id": "e4059fd.7caace",\r
         "type": "comment",\r
         "name": "Question?",\r
         "info": "How to know if DG would send this get request\nin \"nodes\" namespace instead of \"network\" namespace?",\r
         "comments": "",\r
-        "x": 2923,\r
-        "y": 890,\r
-        "z": "a52db008.999ba",\r
+        "x": 2904,\r
+        "y": 898,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "b8e4ab1b.5f9428",\r
+        "id": "de6bae96.a20288",\r
         "type": "save",\r
         "name": "get p-interface-src from aai",\r
         "xml": "<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\tresource=\"p-interface\"\n\t    key=\"pnf.pnf-name = $tmp.src.domainA.pnf-name\n\t        AND p-interface.interface-name = $tmp.aai.network-route-A.next-hop\"\n\t\tlocal-only=\"false\" \n\t\tpfx=\"tmp.aai.network-route-A.p-interface-src\" >\n\n<!--<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" -->\n<!--\tresource=\"p-interface\"-->\n<!--\t    key=\"pnf.pnf-name = $unique-src-node-Id-->\n<!--\t        and p-interface.interface-name = $tmp.aai.endpointA.relationship-list.relationship[$rel-index].relationship-data[0].relationship-value\"-->\n<!--\t\tlocal-only=\"false\" -->\n<!--\t\tpfx=\"tmp.aai.endpointA.p-interface-src\" >-->\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2966,\r
-        "y": 955,\r
-        "z": "a52db008.999ba",\r
+        "x": 2947,\r
+        "y": 963,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "b8369203.6c1e7",\r
-                "9feeef15.8800c",\r
-                "e8e1bd1d.029dd"\r
+                "8b31e4a0.a10748",\r
+                "c9553d7.4a532c",\r
+                "cf1d45bd.26226"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "6545b277.ec5df4",\r
+        "id": "cc046399.813d8",\r
         "type": "save",\r
         "name": "get p-interface-dst from aai",\r
         "xml": "<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\tresource=\"p-interface\"\n\t    key=\"pnf.pnf-name = $tmp.dst.domainB.pnf-name\n\t        AND p-interface.interface-name = $tmp.aai.network-route-B.next-hop\"\n\t\tlocal-only=\"false\" \n\t\tpfx=\"tmp.aai.network-route-B.p-interface-dst\" >\n\n<!--<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" -->\n<!--\tresource=\"p-interface\"-->\n<!--\t    key=\"pnf.pnf-name = $unique-src-node-Id-->\n<!--\t        and p-interface.interface-name = $tmp.aai.endpointA.relationship-list.relationship[$rel-index].relationship-data[0].relationship-value\"-->\n<!--\t\tlocal-only=\"false\" -->\n<!--\t\tpfx=\"tmp.aai.endpointA.p-interface-src\" >-->\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2963,\r
-        "y": 1799,\r
-        "z": "a52db008.999ba",\r
+        "x": 2944,\r
+        "y": 1807,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "a9223749.8519e8",\r
-                "8aac19ac.984638",\r
-                "15568030.09492"\r
+                "33a31a8c.e3b546",\r
+                "333e39a9.5e6146",\r
+                "18c9eff6.77ede8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "4f7449aa.1cee1",\r
+        "id": "76191dd2.8fade4",\r
         "type": "comment",\r
         "name": "Question?",\r
         "info": "How to know if DG would send this get request\nin \"nodes\" namespace instead of \"network\" namespace?",\r
         "comments": "",\r
-        "x": 2924,\r
-        "y": 1743,\r
-        "z": "a52db008.999ba",\r
+        "x": 2905,\r
+        "y": 1751,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "2fa39853.fd6f7",\r
+        "id": "df1d026f.c1c088",\r
         "type": "save",\r
         "name": "get allotted-resource relationship from aai",\r
         "xml": "<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\tresource=\"allotted-resource:relationship-list\"\n\tkey='service-instance.service-instance-id = $vnf-topology-operation-input.service-information.service-instance-id\n         AND customer.global-customer-id = $vnf-topology-operation-input.service-information.global-customer-id \n         AND service-subscription.service-type = $vnf-topology-operation-input.service-information.subscription-service-type\n         AND allotted-resource.id = $allotted-resource-id'\n\tlocal-only=\"false\"\n\tforce=\"true\" pfx=\"tmp.aai.allotted-resource.relationship-list\">\n\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2680,\r
-        "y": 241,\r
-        "z": "a52db008.999ba",\r
+        "x": 2661,\r
+        "y": 249,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "e187deec.568f28",\r
-                "ca2e6451.404f78",\r
-                "42b58dd4.7191cc"\r
+                "adfd76db.6991",\r
+                "7a639d69.b5bebc",\r
+                "4943cdeb.ab6f2c"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "ca2e6451.404f78",\r
+        "id": "7a639d69.b5bebc",\r
         "type": "not-found",\r
         "name": "not-found",\r
         "xml": "<outcome value='not-found'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2953.490966796875,\r
-        "y": 133.573974609375,\r
-        "z": "a52db008.999ba",\r
+        "x": 2934.490966796875,\r
+        "y": 141.573974609375,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "e5b0a6e5.509578"\r
+                "d0806055.3ff898"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "e5b0a6e5.509578",\r
+        "id": "d0806055.3ff898",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'An error occurred while querying pnf from AnAI with pnf-name = ' + $prop.l3vpn.pe1_id`\" />\n\n",\r
         "comments": "",\r
-        "x": 3131.0625,\r
-        "y": 133.8597412109375,\r
-        "z": "a52db008.999ba",\r
+        "x": 3112.0625,\r
+        "y": 141.8597412109375,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "42b58dd4.7191cc",\r
+        "id": "4943cdeb.ab6f2c",\r
         "type": "failure",\r
         "name": "failure",\r
         "xml": "<outcome value='failure'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2949,\r
-        "y": 183,\r
-        "z": "a52db008.999ba",\r
+        "x": 2930,\r
+        "y": 191,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "ecd1ffcd.8fafe8"\r
+                "e3a044a2.8747b8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "ecd1ffcd.8fafe8",\r
+        "id": "e3a044a2.8747b8",\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": 3131,\r
-        "y": 183,\r
-        "z": "a52db008.999ba",\r
+        "x": 3112,\r
+        "y": 191,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "e187deec.568f28",\r
+        "id": "adfd76db.6991",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2953,\r
-        "y": 234,\r
-        "z": "a52db008.999ba",\r
+        "x": 2934,\r
+        "y": 242,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "d246d860.a6b138"\r
+                "b8ee302f.a8ecc"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "d246d860.a6b138",\r
+        "id": "b8ee302f.a8ecc",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
-        "x": 3133,\r
-        "y": 234,\r
-        "z": "a52db008.999ba",\r
+        "x": 3114,\r
+        "y": 242,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "8fdb5adc.4040d"\r
+                "3637c149.a4c596"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "65e46dcd.9c5144",\r
+        "id": "7c0e5ba2.cb2954",\r
         "type": "for",\r
         "name": "for each allotted-resource relationship",\r
         "xml": "<for index='idx' start='0' end='`$tmp.aai.allotted-resource.relationship-list.relationship_length`' >\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2624,\r
-        "y": 458,\r
-        "z": "a52db008.999ba",\r
+        "x": 2605,\r
+        "y": 466,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "dd606d5c.9d70f"\r
+                "acd1414b.a58ab8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "dd606d5c.9d70f",\r
+        "id": "acd1414b.a58ab8",\r
         "type": "switchNode",\r
         "name": "switch related-to",\r
         "xml": "<switch test='`$tmp.aai.allotted-resource.relationship-list.relationship[$idx].related-to`'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2904,\r
-        "y": 458,\r
-        "z": "a52db008.999ba",\r
+        "x": 2885,\r
+        "y": 466,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "93b21596.ec10e8"\r
+                "4b086b8f.46122c"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "da58235b.ecd51",\r
+        "id": "ff4803af.9f0ab8",\r
         "type": "outcome",\r
         "name": "network-policy",\r
         "xml": "<outcome value='network-policy'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3109,\r
-        "y": 432,\r
-        "z": "a52db008.999ba",\r
+        "x": 3090,\r
+        "y": 440,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "bae40be2.1a0898"\r
+                "ae60df75.bd38f"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "bae40be2.1a0898",\r
+        "id": "ae60df75.bd38f",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
-        "x": 3285.9998779296875,\r
-        "y": 424.9998779296875,\r
-        "z": "a52db008.999ba",\r
+        "x": 3266.9998779296875,\r
+        "y": 432.9998779296875,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "26610962.4550fe",\r
-                "1b905535.187f13"\r
+                "7c4264ea.4ef2cc",\r
+                "16bdb614.ef254a"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "26610962.4550fe",\r
+        "id": "7c4264ea.4ef2cc",\r
         "type": "set",\r
         "name": "set the 1st network-policy-id",\r
         "xml": "<set>\n<parameter name='network-policy-id' value=\"`$tmp.aai.allotted-resource.relationship-list.relationship[$idx].relationship-data[0].relationship-value`\" />\n\n\n",\r
         "comments": "",\r
-        "x": 3528.9998779296875,\r
-        "y": 381.9998779296875,\r
-        "z": "a52db008.999ba",\r
+        "x": 3509.9998779296875,\r
+        "y": 389.9998779296875,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "1b905535.187f13",\r
+        "id": "16bdb614.ef254a",\r
         "type": "save",\r
         "name": "get network-policy from aai",\r
         "xml": "<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\tresource=\"network-policy\"\n\tkey='network-policy.network-policy-id = $network-policy-id'\n\tlocal-only=\"false\"\n\tforce=\"true\" pfx=\"tmp.aai.network-policy\">",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3517.9998779296875,\r
-        "y": 436.9998779296875,\r
-        "z": "a52db008.999ba",\r
+        "x": 3498.9998779296875,\r
+        "y": 444.9998779296875,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "690d79a7.ec256",\r
-                "33a9cbc4.26d4ec",\r
-                "93a52247.c17dd8"\r
+                "589b81b9.57a1a",\r
+                "afdb690e.be2878",\r
+                "2f4f9888.a0047"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "93a52247.c17dd8",\r
+        "id": "2f4f9888.a0047",\r
         "type": "not-found",\r
         "name": "not-found",\r
         "xml": "<outcome value='not-found'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3771,\r
-        "y": 323,\r
-        "z": "a52db008.999ba",\r
+        "x": 3752,\r
+        "y": 331,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "2900fde3.f79c7a"\r
+                "10811a3b.3713ee"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "2900fde3.f79c7a",\r
+        "id": "10811a3b.3713ee",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'An error occurred while querying pnf from AnAI with pnf-name = ' + $prop.l3vpn.pe1_id`\" />\n\n",\r
         "comments": "",\r
-        "x": 3919.571533203125,\r
-        "y": 323.2857666015625,\r
-        "z": "a52db008.999ba",\r
+        "x": 3900.571533203125,\r
+        "y": 331.2857666015625,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "6f314ac7.786434",\r
+        "id": "a4b0529d.fb0728",\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": 3918.509033203125,\r
-        "y": 367.426025390625,\r
-        "z": "a52db008.999ba",\r
+        "x": 3899.509033203125,\r
+        "y": 375.426025390625,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "33a9cbc4.26d4ec",\r
+        "id": "afdb690e.be2878",\r
         "type": "failure",\r
         "name": "failure",\r
         "xml": "<outcome value='failure'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3759.509033203125,\r
-        "y": 367.426025390625,\r
-        "z": "a52db008.999ba",\r
+        "x": 3740.509033203125,\r
+        "y": 375.426025390625,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "6f314ac7.786434"\r
+                "a4b0529d.fb0728"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "690d79a7.ec256",\r
+        "id": "589b81b9.57a1a",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3766.509033203125,\r
-        "y": 446.426025390625,\r
-        "z": "a52db008.999ba",\r
+        "x": 3747.509033203125,\r
+        "y": 454.426025390625,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "13407089.aa8267"\r
+                "2140264c.6d5f92"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "13407089.aa8267",\r
+        "id": "2140264c.6d5f92",\r
         "type": "block",\r
         "name": "block",\r
         "xml": "<block>\n",\r
         "atomic": "false",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3905.509033203125,\r
-        "y": 446.426025390625,\r
-        "z": "a52db008.999ba",\r
+        "x": 3886.509033203125,\r
+        "y": 454.426025390625,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "d0bc6aa5.e1fca8"\r
+                "22cd0794.035c48",\r
+                "fae49c49.31b99"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "d0bc6aa5.e1fca8",\r
+        "id": "22cd0794.035c48",\r
         "type": "set",\r
         "name": "set the max bandwidth",\r
-        "xml": "<set>\n<parameter name='maximum-bandwidth' value=\"`$tmp.aai.network-policy.max-bandwidth`\" />\n\n\n",\r
+        "xml": "<set>\n<parameter name='maximum-bandwidth' value=\"`$tmp.aai.network-policy.max-bandwidth`\" />\n<parameter name='route-distinguisher' value='`$maximum-bandwidth /1000 *4 /5 +1`' />\n\n\n\n",\r
         "comments": "",\r
-        "x": 4111,\r
-        "y": 444,\r
-        "z": "a52db008.999ba",\r
+        "x": 4092,\r
+        "y": 452,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "7b409cff.da197c",\r
+        "id": "2546bd9f.525272",\r
         "type": "execute",\r
         "name": "execute split tp-id to get pnf-name",\r
         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='split' >\n<parameter name=\"original_string\" value='`$tmp.aai.network-route-A.next-hop`'/>\n<!--<parameter name=\"regex\" value=\"[^-]+$\"/>-->\n<parameter name=\"regex\" value=\"[-]+\"/>\n<parameter name=\"ctx_memory_result_key\" value=\"param-prefix-domainA-pnfName\"/>\n\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2967,\r
-        "y": 625,\r
-        "z": "a52db008.999ba",\r
+        "x": 2948,\r
+        "y": 633,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "6c1cd175.73bac",\r
-                "685f5c8c.4102b4"\r
+                "536f807c.cf39f",\r
+                "47e593b9.b45a3c"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "685f5c8c.4102b4",\r
+        "id": "47e593b9.b45a3c",\r
         "type": "failure",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3190,\r
-        "y": 611,\r
-        "z": "a52db008.999ba",\r
+        "x": 3171,\r
+        "y": 619,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "1331c07a.407898"\r
+                "97a737cb.3ff9d8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "6c1cd175.73bac",\r
+        "id": "536f807c.cf39f",\r
         "type": "failure",\r
         "name": "failure",\r
         "xml": "<outcome value='failure'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3192,\r
-        "y": 644,\r
-        "z": "a52db008.999ba",\r
+        "x": 3173,\r
+        "y": 652,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "c779d61e.1b8528"\r
+                "2752a0c2.80dc4"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "c779d61e.1b8528",\r
+        "id": "2752a0c2.80dc4",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "xml": "<return status='failure'>\n<parameter name='error-code' value='' />\n<parameter name='error-message' value=\"An error occured while splitting sna1_route\" />\n",\r
         "comments": "",\r
-        "x": 3335,\r
-        "y": 641,\r
-        "z": "a52db008.999ba",\r
+        "x": 3316,\r
+        "y": 649,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "1331c07a.407898",\r
+        "id": "97a737cb.3ff9d8",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
-        "x": 3338,\r
-        "y": 604,\r
-        "z": "a52db008.999ba",\r
+        "x": 3319,\r
+        "y": 612,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "59393385.2a7954",\r
-                "5055791b.75c5d"\r
+                "50707e3e.984ff",\r
+                "fca22b88.65f128"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "59393385.2a7954",\r
+        "id": "50707e3e.984ff",\r
         "type": "set",\r
         "name": "set pnf-name",\r
         "xml": "<set>\n<parameter name='tmp.src.domainA.pnf-name' value=\"`$param-prefix-domainA-pnfName[0] + '-' +\n                                                   $param-prefix-domainA-pnfName[1] + '-' +\n                                                   $param-prefix-domainA-pnfName[2] + '-' +\n                                                   $param-prefix-domainA-pnfName[3] + '-' +\n                                                   $param-prefix-domainA-pnfName[4] + '-' +\n                                                   $param-prefix-domainA-pnfName[5] + '-' +\n                                                   $param-prefix-domainA-pnfName[6] + '-' +\n                                                   $param-prefix-domainA-pnfName[7] + '-' +\n                                                   $param-prefix-domainA-pnfName[8]`\" />\n",\r
         "comments": "",\r
-        "x": 3500,\r
-        "y": 599,\r
-        "z": "a52db008.999ba",\r
+        "x": 3481,\r
+        "y": 607,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "e04c02f4.2f63f8",\r
+        "id": "94119745.c4be9",\r
         "type": "execute",\r
         "name": "execute split tp-id to get pnf-name",\r
         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='split' >\n<parameter name=\"original_string\" value='`$tmp.aai.network-route-B.next-hop`'/>\n<!--<parameter name=\"regex\" value=\"[^-]+$\"/>-->\n<parameter name=\"regex\" value=\"[-]+\"/>\n<parameter name=\"ctx_memory_result_key\" value=\"param-prefix-domainB-pnfName\"/>\n\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2981,\r
-        "y": 1461.9998779296875,\r
-        "z": "a52db008.999ba",\r
+        "x": 2962,\r
+        "y": 1469.9998779296875,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "250eb2ce.721286",\r
-                "7ff4092b.9f4c3"\r
+                "754647f7.9e2b8",\r
+                "657955bd.91fb44"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "7ff4092b.9f4c3",\r
+        "id": "657955bd.91fb44",\r
         "type": "failure",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3204,\r
-        "y": 1447.9998779296875,\r
-        "z": "a52db008.999ba",\r
+        "x": 3185,\r
+        "y": 1455.9998779296875,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "4e15b8c4.ecfe8"\r
+                "80a7821a.19495"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "250eb2ce.721286",\r
+        "id": "754647f7.9e2b8",\r
         "type": "failure",\r
         "name": "failure",\r
         "xml": "<outcome value='failure'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3206,\r
-        "y": 1480.9998779296875,\r
-        "z": "a52db008.999ba",\r
+        "x": 3187,\r
+        "y": 1488.9998779296875,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "d740a9b4.496fa"\r
+                "ee8e0ea1.9fea78"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "d740a9b4.496fa",\r
+        "id": "ee8e0ea1.9fea78",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "xml": "<return status='failure'>\n<parameter name='error-code' value='' />\n<parameter name='error-message' value=\"An error occured while splitting sna1_route\" />\n",\r
         "comments": "",\r
-        "x": 3349,\r
-        "y": 1477.9998779296875,\r
-        "z": "a52db008.999ba",\r
+        "x": 3330,\r
+        "y": 1485.9998779296875,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "4e15b8c4.ecfe8",\r
+        "id": "80a7821a.19495",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
-        "x": 3352,\r
-        "y": 1440.9998779296875,\r
-        "z": "a52db008.999ba",\r
+        "x": 3333,\r
+        "y": 1448.9998779296875,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "a09d9728.0836a8",\r
-                "a9ef3bf.dca6748"\r
+                "413b415f.4e9208",\r
+                "81398c99.8688f"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "a09d9728.0836a8",\r
+        "id": "413b415f.4e9208",\r
         "type": "set",\r
         "name": "set pnf-name",\r
         "xml": "<set>\n<parameter name='tmp.dst.domainB.pnf-name' value=\"`$param-prefix-domainB-pnfName[0] + '-' +\n                                                   $param-prefix-domainB-pnfName[1] + '-' +\n                                                   $param-prefix-domainB-pnfName[2] + '-' +\n                                                   $param-prefix-domainB-pnfName[3] + '-' +\n                                                   $param-prefix-domainB-pnfName[4] + '-' +\n                                                   $param-prefix-domainB-pnfName[5] + '-' +\n                                                   $param-prefix-domainB-pnfName[6] + '-' +\n                                                   $param-prefix-domainB-pnfName[7] + '-' +\n                                                   $param-prefix-domainB-pnfName[8]`\" />\n",\r
         "comments": "",\r
-        "x": 3546,\r
-        "y": 1444,\r
-        "z": "a52db008.999ba",\r
+        "x": 3527,\r
+        "y": 1452,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "7ac4d896.f266b8",\r
+        "id": "2f5068f1.5086e8",\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' />",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 1092,\r
-        "y": 170,\r
-        "z": "a52db008.999ba",\r
+        "x": 1073,\r
+        "y": 178,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             []\r
         ]\r
     },\r
     {\r
-        "id": "41475eff.deafd",\r
+        "id": "1f17f018.71ce48",\r
         "type": "execute",\r
         "name": "execute UUID generator for vpn-binding domainA",\r
         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='generateUUID' >\n<parameter name=\"ctx-destination\" value=\"prop.vpn-binding-domainA-uuid\"/>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2443,\r
-        "y": 2082,\r
-        "z": "a52db008.999ba",\r
+        "x": 2424,\r
+        "y": 2090,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             []\r
         ]\r
     },\r
     {\r
-        "id": "171af565.db9233",\r
+        "id": "75da5f28.16fb78",\r
         "type": "execute",\r
         "name": "execute UUID generator for vpn-binding domainB",\r
         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='generateUUID' >\n<parameter name=\"ctx-destination\" value=\"prop.vpn-binding-domainB-uuid\"/>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2441,\r
-        "y": 2370,\r
-        "z": "a52db008.999ba",\r
+        "x": 2422,\r
+        "y": 2378,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             []\r
         ]\r
     },\r
     {\r
-        "id": "a8e7dd16.944608",\r
+        "id": "5b5222c9.d7a36c",\r
         "type": "for",\r
         "name": "for each relationship",\r
         "xml": "<for silentFailure='true' index='pividx' start='0' end='`$tmp.aai.network-route-A.p-interface-src.relationship-list.relationship_length`' >\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3614,\r
-        "y": 1195,\r
-        "z": "a52db008.999ba",\r
+        "x": 3595,\r
+        "y": 1203,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "58871d7.533a164"\r
+                "57baeaf4.ebf064"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "58871d7.533a164",\r
+        "id": "57baeaf4.ebf064",\r
         "type": "switchNode",\r
         "name": "switch related-to",\r
         "xml": "<switch test='`$tmp.aai.network-route-A.p-interface-src.relationship-list.relationship[$pividx].related-to`'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3820,\r
-        "y": 1195,\r
-        "z": "a52db008.999ba",\r
+        "x": 3801,\r
+        "y": 1203,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "e6111c32.d5195"\r
+                "645e8c5e.f65a7c"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "e6111c32.d5195",\r
+        "id": "645e8c5e.f65a7c",\r
         "type": "outcome",\r
         "name": "tunnel-termination-point",\r
         "xml": "<outcome value='tunnel-termination-point'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4035.28564453125,\r
-        "y": 1194.82177734375,\r
-        "z": "a52db008.999ba",\r
+        "x": 4016.28564453125,\r
+        "y": 1202.82177734375,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "4a0a1881.22b0b"\r
+                "894c9d7e.ee38"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "4a0a1881.22b0b",\r
+        "id": "894c9d7e.ee38",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
-        "x": 4242.1171875,\r
-        "y": 1195.34033203125,\r
-        "z": "a52db008.999ba",\r
+        "x": 4223.1171875,\r
+        "y": 1203.34033203125,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "5e5dd832.1a8688",\r
-                "54bc0e63.9b6c2",\r
-                "21213693.b01ef2"\r
+                "d6f40c53.9a6bf",\r
+                "c910efe.c0a679",\r
+                "50a2016f.cc5d58"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "5e5dd832.1a8688",\r
+        "id": "d6f40c53.9a6bf",\r
         "type": "set",\r
         "name": "set source ttp-id",\r
         "xml": "<set>\n<parameter name='tmp.source.ttp-id' value=\"`$tmp.aai.network-route-A.p-interface-src.relationship-list.relationship[$pividx].relationship-data[0].relationship-value`\" />\n",\r
         "comments": "",\r
-        "x": 4457.1171875,\r
-        "y": 1157.34033203125,\r
-        "z": "a52db008.999ba",\r
+        "x": 4438.1171875,\r
+        "y": 1165.34033203125,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "54bc0e63.9b6c2",\r
+        "id": "c910efe.c0a679",\r
         "type": "get-resource",\r
         "name": "get-resource src TTP",\r
         "xml": "<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\t\tresource=\"tunnel-termination-point\" \n\t\tkey=\"tunnel-termination-point.ttp-id = $tmp.source.ttp-id \n\t\tAND depth = '0'\"\n        pfx='tmp.aai.source-ttp' local-only='false' >\n\n\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4454.1171875,\r
-        "y": 1196.34033203125,\r
-        "z": "a52db008.999ba",\r
+        "x": 4435.1171875,\r
+        "y": 1204.34033203125,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "de5f8f91.d806"\r
+                "ab61e075.552a9"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "21213693.b01ef2",\r
+        "id": "50a2016f.cc5d58",\r
         "type": "break",\r
         "name": "break",\r
         "xml": "<break>\n",\r
         "comments": "",\r
-        "x": 4409.6171875,\r
-        "y": 1238.34033203125,\r
-        "z": "a52db008.999ba",\r
+        "x": 4390.6171875,\r
+        "y": 1246.34033203125,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "de5f8f91.d806",\r
+        "id": "ab61e075.552a9",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4634.6171875,\r
-        "y": 1195.34033203125,\r
-        "z": "a52db008.999ba",\r
+        "x": 4615.6171875,\r
+        "y": 1203.34033203125,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "f282b1a5.b5514"\r
+                "11eef788.e7252"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "f282b1a5.b5514",\r
+        "id": "11eef788.e7252",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
-        "x": 4792.6171875,\r
-        "y": 1195.34033203125,\r
-        "z": "a52db008.999ba",\r
+        "x": 4773.6171875,\r
+        "y": 1203.34033203125,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "5cf873ba.a6923c"\r
+                "ab0df37c.a4d9e"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "5cf873ba.a6923c",\r
+        "id": "ab0df37c.a4d9e",\r
         "type": "set",\r
         "name": "set source tunnel tp ip",\r
         "xml": "<set>\n<parameter name='source.tunnel-tp-id' value=\"`$tmp.aai.source-ttp.tunnel-tp-id`\" />\n",\r
         "comments": "",\r
-        "x": 4999.6171875,\r
-        "y": 1195.34033203125,\r
-        "z": "a52db008.999ba",\r
+        "x": 4980.6171875,\r
+        "y": 1203.34033203125,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "34f70001.b13958",\r
+        "id": "3da30ce3.e252e4",\r
         "type": "for",\r
         "name": "for each relationship",\r
         "xml": "<for silentFailure='true' index='dividx' start='0' end='`$tmp.aai.network-route-B.p-interface-dst.relationship-list.relationship_length`' >\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3611,\r
-        "y": 2064.0001220703125,\r
-        "z": "a52db008.999ba",\r
+        "x": 3592,\r
+        "y": 2072.0001220703125,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "a071673c.fc9a28"\r
+                "5324422e.146a4c"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "a071673c.fc9a28",\r
+        "id": "5324422e.146a4c",\r
         "type": "switchNode",\r
         "name": "switch related-to",\r
         "xml": "<switch test='`$tmp.aai.network-route-B.p-interface-dst.relationship-list.relationship[$dividx].related-to`'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3817,\r
-        "y": 2064.0001220703125,\r
-        "z": "a52db008.999ba",\r
+        "x": 3798,\r
+        "y": 2072.0001220703125,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "6adf0421.fc4f54"\r
+                "a66bf5f9.332a38"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "6adf0421.fc4f54",\r
+        "id": "a66bf5f9.332a38",\r
         "type": "outcome",\r
         "name": "tunnel-termination-point",\r
         "xml": "<outcome value='tunnel-termination-point'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4032.28564453125,\r
-        "y": 2063.8218994140625,\r
-        "z": "a52db008.999ba",\r
+        "x": 4013.28564453125,\r
+        "y": 2071.8218994140625,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "2bb1f1c3.65f2c6"\r
+                "68fca589.e390fc"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "2bb1f1c3.65f2c6",\r
+        "id": "68fca589.e390fc",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
-        "x": 4239.1171875,\r
-        "y": 2064.3404541015625,\r
-        "z": "a52db008.999ba",\r
+        "x": 4220.1171875,\r
+        "y": 2072.3404541015625,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "11642463.fe6e2c",\r
-                "c588c96b.efcac",\r
-                "4df609a.395b578"\r
+                "c073bf38.974dd",\r
+                "108cc1af.4a86d6",\r
+                "f0b0cdee.26542"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "11642463.fe6e2c",\r
+        "id": "c073bf38.974dd",\r
         "type": "set",\r
         "name": "set destination ttp-id",\r
         "xml": "<set>\n<parameter name='tmp.destination.ttp-id' value=\"`$tmp.aai.network-route-B.p-interface-dst.relationship-list.relationship[$dividx].relationship-data[0].relationship-value`\" />\n",\r
         "comments": "",\r
-        "x": 4454.1171875,\r
-        "y": 2026.3404541015625,\r
-        "z": "a52db008.999ba",\r
+        "x": 4435.1171875,\r
+        "y": 2034.3404541015625,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "c588c96b.efcac",\r
+        "id": "108cc1af.4a86d6",\r
         "type": "get-resource",\r
         "name": "get-resource src TTP",\r
         "xml": "<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\t\tresource=\"tunnel-termination-point\" \n\t\tkey=\"tunnel-termination-point.ttp-id = $tmp.destination.ttp-id \n\t\tAND depth = '0'\"\n        pfx='tmp.aai.destination-ttp' local-only='false' >\n\n\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4451.1171875,\r
-        "y": 2065.3404541015625,\r
-        "z": "a52db008.999ba",\r
+        "x": 4432.1171875,\r
+        "y": 2073.3404541015625,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "946398a2.3fdd3"\r
+                "b43fbaf.be38548"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "4df609a.395b578",\r
+        "id": "f0b0cdee.26542",\r
         "type": "break",\r
         "name": "break",\r
         "xml": "<break>\n",\r
         "comments": "",\r
-        "x": 4406.6171875,\r
-        "y": 2107.3404541015625,\r
-        "z": "a52db008.999ba",\r
+        "x": 4387.6171875,\r
+        "y": 2115.3404541015625,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "946398a2.3fdd3",\r
+        "id": "b43fbaf.be38548",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4631.6171875,\r
-        "y": 2064.3404541015625,\r
-        "z": "a52db008.999ba",\r
+        "x": 4612.6171875,\r
+        "y": 2072.3404541015625,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "4ada9462.92f41c"\r
+                "f843935.e7b9ef"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "4ada9462.92f41c",\r
+        "id": "f843935.e7b9ef",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
-        "x": 4789.6171875,\r
-        "y": 2064.3404541015625,\r
-        "z": "a52db008.999ba",\r
+        "x": 4770.6171875,\r
+        "y": 2072.3404541015625,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "85bbe5c.988a398"\r
+                "2905073f.78af38"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "85bbe5c.988a398",\r
+        "id": "2905073f.78af38",\r
         "type": "set",\r
         "name": "set destination tunnel tp ip",\r
         "xml": "<set>\n<parameter name='destination.tunnel-tp-id' value=\"`$tmp.aai.destination-ttp.tunnel-tp-id`\" />\n",\r
         "comments": "",\r
-        "x": 4996.6171875,\r
-        "y": 2064.3404541015625,\r
-        "z": "a52db008.999ba",\r
+        "x": 4977.6171875,\r
+        "y": 2072.3404541015625,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "62bd6081.059d7",\r
+        "id": "47a3a765.16faa",\r
         "type": "set",\r
         "name": "set attachment_param domain B",\r
-        "xml": "<set>\n<parameter name='request-id' value='`$prop.vpn-binding-domainB-uuid`' />\n<parameter name='otn-source-node' value='`$domain-B.node-id`' />\n<parameter name='otn-dest-node' value='`$param-prefix-domainB[$param-prefix-domainB_length -3]`' />\n<!--<parameter name='bw-odu' value='`$maximum-bandwidth /10`' />-->\n<parameter name='bw-odu' value=\"`'0,' + $maximum-bandwidth /1000 *2 /3 `\" />\n<parameter name='src-ttp-id' value='`$domain-B.tunnel-tp-id`' />\n<!--<parameter name='dst-ttp-id' value='`$destination.tunnel-tp-id`' />-->\n<parameter name='dst-ttp-id' value='' />\n<parameter name='slice-instance-id' value='`$tmp.aai.service-instance.service-instance-id`' />\n\n",\r
+        "xml": "<set>\n<parameter name='request-id' value='`$prop.vpn-binding-domainB-uuid`' />\n<parameter name='otn-source-node' value='`$domain-B.node-id`' />\n<parameter name='otn-dest-node' value='`$param-prefix-domainB[$param-prefix-domainB_length -3]`' />\n<!--<parameter name='bw-odu' value='`$maximum-bandwidth /10`' />-->\n<parameter name='bw-odu' value=\"`'0,' + $gfp`\" />\n<parameter name='src-ttp-id' value='`$domain-B.tunnel-tp-id`' />\n<!--<parameter name='dst-ttp-id' value='`$destination.tunnel-tp-id`' />-->\n<parameter name='dst-ttp-id' value='' />\n<parameter name='slice-instance-id' value='`$tmp.aai.service-instance.service-instance-id`' />\n\n",\r
         "comments": "",\r
-        "x": 2372,\r
-        "y": 2991,\r
-        "z": "a52db008.999ba",\r
+        "x": 2353,\r
+        "y": 2999,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "5055791b.75c5d",\r
+        "id": "fca22b88.65f128",\r
         "type": "get-resource",\r
         "name": "get-resource src pnf",\r
         "xml": "<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\t\tresource=\"pnf\" \n\t\tkey=\"pnf.pnf-name = $tmp.src.domainA.pnf-name\"\n        pfx='tmp.aai.source-pnf' local-only='false' >\n\n        <!--AND depth = '0'\"-->\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3527,\r
-        "y": 671,\r
-        "z": "a52db008.999ba",\r
+        "x": 3508,\r
+        "y": 679,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "b37ffca0.5536d8",\r
-                "f29e8ee3.6f68c8",\r
-                "12ff2066.526398"\r
+                "26e1e178.44c626",\r
+                "748c5faa.9b8fd",\r
+                "7a23584.42cb7a8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "b37ffca0.5536d8",\r
+        "id": "26e1e178.44c626",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3722.5001220703125,\r
-        "y": 623,\r
-        "z": "a52db008.999ba",\r
+        "x": 3703.5001220703125,\r
+        "y": 631,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "8d70b5c4.7732f8"\r
+                "4f3cfb5.bd9ae04"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "f29e8ee3.6f68c8",\r
+        "id": "748c5faa.9b8fd",\r
         "type": "not-found",\r
         "name": "not-found",\r
         "xml": "<outcome value='not-found'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3714.5001220703125,\r
-        "y": 678,\r
-        "z": "a52db008.999ba",\r
+        "x": 3695.5001220703125,\r
+        "y": 686,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "aea102ae.c04f58"\r
+                "7374c1c1.b3ba38"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "12ff2066.526398",\r
+        "id": "7a23584.42cb7a8",\r
         "type": "other",\r
         "name": "other",\r
         "xml": "<outcome value='Other'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3719.5001220703125,\r
-        "y": 735,\r
-        "z": "a52db008.999ba",\r
+        "x": 3700.5001220703125,\r
+        "y": 743,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "d2755963.27f41"\r
+                "bf06b166.7b1ab8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "d2755963.27f41",\r
+        "id": "bf06b166.7b1ab8",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'Unexpected error occurred while querying pnf from AnAI with pnf-name = ' + $prop.connection-attachement.access-node-id`\" />\n\n",\r
         "comments": "",\r
-        "x": 3871.5001220703125,\r
-        "y": 736,\r
-        "z": "a52db008.999ba",\r
+        "x": 3852.5001220703125,\r
+        "y": 744,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "aea102ae.c04f58",\r
+        "id": "7374c1c1.b3ba38",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'An error occurred while querying pnf from AnAI with pnf-name = ' + $prop.connection-attachement.access-node-id`\" />\n\n",\r
         "comments": "",\r
-        "x": 3882.5001220703125,\r
-        "y": 681,\r
-        "z": "a52db008.999ba",\r
+        "x": 3863.5001220703125,\r
+        "y": 689,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "8d70b5c4.7732f8",\r
+        "id": "4f3cfb5.bd9ae04",\r
         "type": "block",\r
         "name": "block",\r
         "xml": "<block>\n",\r
         "atomic": "false",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3866.8824462890625,\r
-        "y": 620.6556701660156,\r
-        "z": "a52db008.999ba",\r
+        "x": 3847.8824462890625,\r
+        "y": 628.6556701660156,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "bbf0aa7e.e2119"\r
+                "cc5e035f.d2ea7"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "f4395a66.200ea",\r
+        "id": "71b56e6f.bcf72",\r
         "type": "outcome",\r
         "name": "esr-thirdparty-sdnc",\r
         "xml": "<outcome value='esr-thirdparty-sdnc'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4449,\r
-        "y": 639,\r
-        "z": "a52db008.999ba",\r
+        "x": 4430,\r
+        "y": 647,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "89965e9d.5bf73"\r
+                "894c8dc1.732e8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "89965e9d.5bf73",\r
+        "id": "894c8dc1.732e8",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
-        "x": 4626,\r
-        "y": 631,\r
-        "z": "a52db008.999ba",\r
+        "x": 4607,\r
+        "y": 639,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "cf2b04e9.c7ece",\r
-                "32eb8024.15dcc8"\r
+                "47f97449.7cbbcc",\r
+                "7c6d32ec.4900b4"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "bbf0aa7e.e2119",\r
+        "id": "cc5e035f.d2ea7",\r
         "type": "for",\r
         "name": "for each relationship",\r
         "xml": "<for silentFailure='true' index='spvidx' start='0' end='`$tmp.aai.source-pnf.relationship-list.relationship_length`' >\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4051,\r
-        "y": 635,\r
-        "z": "a52db008.999ba",\r
+        "x": 4032,\r
+        "y": 643,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "5e8a47e5.344b2"\r
+                "611703bb.9151dc"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "5e8a47e5.344b2",\r
+        "id": "611703bb.9151dc",\r
         "type": "switchNode",\r
         "name": "switch related-to",\r
         "xml": "<switch test='`$tmp.aai.source-pnf.relationship-list.relationship[$spvidx].related-to`'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4246,\r
-        "y": 635,\r
-        "z": "a52db008.999ba",\r
+        "x": 4227,\r
+        "y": 643,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "f4395a66.200ea",\r
-                "cfe936cc.62cbd8"\r
+                "71b56e6f.bcf72",\r
+                "bf1946eb.ee80a8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "cf2b04e9.c7ece",\r
+        "id": "47f97449.7cbbcc",\r
         "type": "set",\r
         "name": "set esr-thirdparty-sdnc domainA id",\r
         "xml": "<set>\n<parameter name='tmp.domainA.esr-thirdparty-id' value=\"`$tmp.aai.source-pnf.relationship-list.relationship[$spvidx].relationship-data[0].relationship-value`\" />\n",\r
         "comments": "",\r
-        "x": 4864,\r
-        "y": 586,\r
-        "z": "a52db008.999ba",\r
+        "x": 4845,\r
+        "y": 594,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "73d2c0a6.ca0098",\r
+        "id": "f99473bc.f6917",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 5044,\r
-        "y": 629,\r
-        "z": "a52db008.999ba",\r
+        "x": 5025,\r
+        "y": 637,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "c43ff31d.81e548"\r
+                "701e34ee.427b2c"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "2f388561.aeb472",\r
+        "id": "8ca213cb.13c578",\r
         "type": "not-found",\r
         "name": "not-found",\r
         "xml": "<outcome value='not-found'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 5036,\r
-        "y": 684,\r
-        "z": "a52db008.999ba",\r
+        "x": 5017,\r
+        "y": 692,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "d2cf9090.58e4c8"\r
+                "2e4b614b.0c396e"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "c9248b9c.994ac",\r
+        "id": "73897c92.dacd5c",\r
         "type": "other",\r
         "name": "other",\r
         "xml": "<outcome value='Other'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 5041,\r
-        "y": 741,\r
-        "z": "a52db008.999ba",\r
+        "x": 5022,\r
+        "y": 749,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "c9c36e85.c10ae8"\r
+                "ce57e89b.dcf4b"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "c9c36e85.c10ae8",\r
+        "id": "ce57e89b.dcf4b",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'Unexpected error occurred while querying pnf from AnAI with pnf-name = ' + $prop.connection-attachement.access-node-id`\" />\n\n",\r
         "comments": "",\r
-        "x": 5193,\r
-        "y": 742,\r
-        "z": "a52db008.999ba",\r
+        "x": 5174,\r
+        "y": 750,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "d2cf9090.58e4c8",\r
+        "id": "2e4b614b.0c396e",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'An error occurred while querying pnf from AnAI with pnf-name = ' + $prop.connection-attachement.access-node-id`\" />\n\n",\r
         "comments": "",\r
-        "x": 5204,\r
-        "y": 687,\r
-        "z": "a52db008.999ba",\r
+        "x": 5185,\r
+        "y": 695,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "c43ff31d.81e548",\r
+        "id": "701e34ee.427b2c",\r
         "type": "block",\r
         "name": "block",\r
         "xml": "<block>\n",\r
         "atomic": "false",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 5188.38232421875,\r
-        "y": 626.6556701660156,\r
-        "z": "a52db008.999ba",\r
+        "x": 5169.38232421875,\r
+        "y": 634.6556701660156,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "2aa1f89d.d99288"\r
+                "986be552.d67d4"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "2aa1f89d.d99288",\r
+        "id": "986be552.d67d4",\r
         "type": "set",\r
         "name": "set controller domainA data",\r
         "xml": "<set>\n<parameter name='prop.sdncRestApi.thirdpartySdnc.domainA.url' value=\"`$tmp.aai.domainA.esr-thirdparty-sdnc.esr-system-info-list.esr-system-info[0].service-url`\" />\n<parameter name='prop.sdncRestApi.thirdpartySdnc.domainA.user' value=\"`$tmp.aai.domainA.esr-thirdparty-sdnc.esr-system-info-list.esr-system-info[0].user-name`\" />\n<parameter name='prop.sdncRestApi.thirdpartySdnc.domainA.password' value=\"`$tmp.aai.domainA.esr-thirdparty-sdnc.esr-system-info-list.esr-system-info[0].password`\" />\n\n\n<!--<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
-        "x": 5403,\r
-        "y": 623,\r
-        "z": "a52db008.999ba",\r
+        "x": 5384,\r
+        "y": 631,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "a9ef3bf.dca6748",\r
+        "id": "81398c99.8688f",\r
         "type": "get-resource",\r
         "name": "get-resource src pnf",\r
         "xml": "<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\t\tresource=\"pnf\" \n\t\tkey=\"pnf.pnf-name = $tmp.dst.domainB.pnf-name\"\n        pfx='tmp.aai.destination-pnf' local-only='false' >\n\n        <!--AND depth = '0'\"-->\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3568,\r
-        "y": 1512,\r
-        "z": "a52db008.999ba",\r
+        "x": 3549,\r
+        "y": 1520,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "4ce90a1d.60092c",\r
-                "60723c85.f84054",\r
-                "343ac8c.8b51638"\r
+                "4228d77e.297a48",\r
+                "f33d7dd3.e27df8",\r
+                "f25d8688.bde06"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "4ce90a1d.60092c",\r
+        "id": "4228d77e.297a48",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3763.5001220703125,\r
-        "y": 1464,\r
-        "z": "a52db008.999ba",\r
+        "x": 3744.5001220703125,\r
+        "y": 1472,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "ce24a29a.e4d57"\r
+                "b81f1049.782548"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "60723c85.f84054",\r
+        "id": "f33d7dd3.e27df8",\r
         "type": "not-found",\r
         "name": "not-found",\r
         "xml": "<outcome value='not-found'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3755.5001220703125,\r
-        "y": 1519,\r
-        "z": "a52db008.999ba",\r
+        "x": 3736.5001220703125,\r
+        "y": 1527,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "e9f57737.1a79b8"\r
+                "cb4038b7.689b5"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "343ac8c.8b51638",\r
+        "id": "f25d8688.bde06",\r
         "type": "other",\r
         "name": "other",\r
         "xml": "<outcome value='Other'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3760.5001220703125,\r
-        "y": 1576,\r
-        "z": "a52db008.999ba",\r
+        "x": 3741.5001220703125,\r
+        "y": 1584,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "67449715.5406e8"\r
+                "9d53815.71bad"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "67449715.5406e8",\r
+        "id": "9d53815.71bad",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'Unexpected error occurred while querying pnf from AnAI with pnf-name = ' + $prop.connection-attachement.access-node-id`\" />\n\n",\r
         "comments": "",\r
-        "x": 3912.5001220703125,\r
-        "y": 1577,\r
-        "z": "a52db008.999ba",\r
+        "x": 3893.5001220703125,\r
+        "y": 1585,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "e9f57737.1a79b8",\r
+        "id": "cb4038b7.689b5",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'An error occurred while querying pnf from AnAI with pnf-name = ' + $prop.connection-attachement.access-node-id`\" />\n\n",\r
         "comments": "",\r
-        "x": 3923.5001220703125,\r
-        "y": 1522,\r
-        "z": "a52db008.999ba",\r
+        "x": 3904.5001220703125,\r
+        "y": 1530,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "ce24a29a.e4d57",\r
+        "id": "b81f1049.782548",\r
         "type": "block",\r
         "name": "block",\r
         "xml": "<block>\n",\r
         "atomic": "false",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3907.8824462890625,\r
-        "y": 1461.6556701660156,\r
-        "z": "a52db008.999ba",\r
+        "x": 3888.8824462890625,\r
+        "y": 1469.6556701660156,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "ed40a410.dc6fe8"\r
+                "3a1b087b.88796"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "857c3216.12f558",\r
+        "id": "9eaf216b.504558",\r
         "type": "outcome",\r
         "name": "esr-thirdparty-sdnc",\r
         "xml": "<outcome value='esr-thirdparty-sdnc'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4490,\r
-        "y": 1480,\r
-        "z": "a52db008.999ba",\r
+        "x": 4471,\r
+        "y": 1488,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "6bbf97a7.ebebb8"\r
+                "848ce8ba.8131a8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "6bbf97a7.ebebb8",\r
+        "id": "848ce8ba.8131a8",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
-        "x": 4667,\r
-        "y": 1472,\r
-        "z": "a52db008.999ba",\r
+        "x": 4648,\r
+        "y": 1480,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "ee554955.44691",\r
-                "1c8432c4.e13b6d"\r
+                "91abee3d.323e5",\r
+                "a28d627d.aad29"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "ed40a410.dc6fe8",\r
+        "id": "3a1b087b.88796",\r
         "type": "for",\r
         "name": "for each relationship",\r
         "xml": "<for silentFailure='true' index='dpvidx' start='0' end='`$tmp.aai.destination-pnf.relationship-list.relationship_length`' >\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4092,\r
-        "y": 1476,\r
-        "z": "a52db008.999ba",\r
+        "x": 4073,\r
+        "y": 1484,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "70b35483.a830f4"\r
+                "75ba425.30354bc"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "70b35483.a830f4",\r
+        "id": "75ba425.30354bc",\r
         "type": "switchNode",\r
         "name": "switch related-to",\r
         "xml": "<switch test='`$tmp.aai.destination-pnf.relationship-list.relationship[$dpvidx].related-to`'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4287,\r
-        "y": 1476,\r
-        "z": "a52db008.999ba",\r
+        "x": 4268,\r
+        "y": 1484,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "857c3216.12f558",\r
-                "dc8e8812.fdd648"\r
+                "9eaf216b.504558",\r
+                "f41408f6.625698"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "1c8432c4.e13b6d",\r
+        "id": "a28d627d.aad29",\r
         "type": "execute",\r
         "name": "get esr-thirdparty-sdnc",\r
         "xml": "<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\t\tresource=\"esr-thirdparty-sdnc\" \n\t\tkey=\"esr-thirdparty-sdnc.thirdparty-sdnc-id = $tmp.domainB.esr-thirdparty-id AND \n\t\t     depth = '1'\"\n        pfx='tmp.aai.domainB.esr-thirdparty-sdnc' local-only='false' >",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4875,\r
-        "y": 1479,\r
-        "z": "a52db008.999ba",\r
+        "x": 4856,\r
+        "y": 1487,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "6cc22b96.ba67f4",\r
-                "b08dfdd6.0852f8",\r
-                "4f7e6e24.1a4"\r
+                "2c1c230e.a8a514",\r
+                "77340ca1.3f4454",\r
+                "b69cbef8.164728"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "ee554955.44691",\r
+        "id": "91abee3d.323e5",\r
         "type": "set",\r
         "name": "set esr-thirdparty-sdnc domainB id",\r
         "xml": "<set>\n<parameter name='tmp.domainB.esr-thirdparty-id' value=\"`$tmp.aai.destination-pnf.relationship-list.relationship[$dpvidx].relationship-data[0].relationship-value`\" />\n",\r
         "comments": "",\r
-        "x": 4905,\r
-        "y": 1427,\r
-        "z": "a52db008.999ba",\r
+        "x": 4886,\r
+        "y": 1435,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "6cc22b96.ba67f4",\r
+        "id": "2c1c230e.a8a514",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 5085,\r
-        "y": 1470,\r
-        "z": "a52db008.999ba",\r
+        "x": 5066,\r
+        "y": 1478,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "19f4c2b.fd2d63d"\r
+                "ea8a7330.3c6eb"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "b08dfdd6.0852f8",\r
+        "id": "77340ca1.3f4454",\r
         "type": "not-found",\r
         "name": "not-found",\r
         "xml": "<outcome value='not-found'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 5077,\r
-        "y": 1525,\r
-        "z": "a52db008.999ba",\r
+        "x": 5058,\r
+        "y": 1533,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "4d7c2f7b.855e48"\r
+                "5b6119be.e0e2e"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "4f7e6e24.1a4",\r
+        "id": "b69cbef8.164728",\r
         "type": "other",\r
         "name": "other",\r
         "xml": "<outcome value='Other'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 5082,\r
-        "y": 1582,\r
-        "z": "a52db008.999ba",\r
+        "x": 5063,\r
+        "y": 1590,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "92c87883.16eab"\r
+                "6e980a04.e6ca2c"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "92c87883.16eab",\r
+        "id": "6e980a04.e6ca2c",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'Unexpected error occurred while querying pnf from AnAI with pnf-name = ' + $prop.connection-attachement.access-node-id`\" />\n\n",\r
         "comments": "",\r
-        "x": 5234,\r
-        "y": 1583,\r
-        "z": "a52db008.999ba",\r
+        "x": 5215,\r
+        "y": 1591,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "4d7c2f7b.855e48",\r
+        "id": "5b6119be.e0e2e",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'An error occurred while querying pnf from AnAI with pnf-name = ' + $prop.connection-attachement.access-node-id`\" />\n\n",\r
         "comments": "",\r
-        "x": 5245,\r
-        "y": 1528,\r
-        "z": "a52db008.999ba",\r
+        "x": 5226,\r
+        "y": 1536,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "19f4c2b.fd2d63d",\r
+        "id": "ea8a7330.3c6eb",\r
         "type": "block",\r
         "name": "block",\r
         "xml": "<block>\n",\r
         "atomic": "false",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 5229.38232421875,\r
-        "y": 1467.6556701660156,\r
-        "z": "a52db008.999ba",\r
+        "x": 5210.38232421875,\r
+        "y": 1475.6556701660156,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "f5fd6d7b.ccf568"\r
+                "6b04dce3.953014"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "f5fd6d7b.ccf568",\r
+        "id": "6b04dce3.953014",\r
         "type": "set",\r
         "name": "set controller domainB data",\r
         "xml": "<set>\n<parameter name='prop.sdncRestApi.thirdpartySdnc.domainB.url' value=\"`$tmp.aai.domainB.esr-thirdparty-sdnc.esr-system-info-list.esr-system-info[0].service-url`\" />\n<parameter name='prop.sdncRestApi.thirdpartySdnc.domainB.user' value=\"`$tmp.aai.domainB.esr-thirdparty-sdnc.esr-system-info-list.esr-system-info[0].user-name`\" />\n<parameter name='prop.sdncRestApi.thirdpartySdnc.domainB.password' value=\"`$tmp.aai.domainB.esr-thirdparty-sdnc.esr-system-info-list.esr-system-info[0].password`\" />\n\n\n<!--<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
-        "x": 5444,\r
-        "y": 1464,\r
-        "z": "a52db008.999ba",\r
+        "x": 5425,\r
+        "y": 1472,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "fdbb72c5.61c228",\r
+        "id": "8335f76.9af8388",\r
         "type": "execute",\r
         "name": "execute RestApiCallNode slice creation domainA",\r
         "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/' + $prop.restapi.transport-slice-creation.templatefile`\" />\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domainA.url + '/restconf/operations/ietf-optical-slice:create-optical-slice'`\" />\n<parameter name=\"restapiUser\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domainA.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domainA.password`\" />\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"post\"/>\n<parameter name=\"responsePrefix\" value=\"otn-oof\"/>\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": 2423,\r
-        "y": 2674,\r
-        "z": "a52db008.999ba",\r
+        "x": 2404,\r
+        "y": 2682,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "b62b791e.5db38",\r
-                "47c9af20.002648"\r
+                "f515c1e9.93c64",\r
+                "49a0370a.e5f21"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "47c9af20.002648",\r
+        "id": "49a0370a.e5f21",\r
         "type": "failure",\r
         "name": "failure",\r
         "xml": "<outcome value='failure'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2689,\r
-        "y": 2654,\r
-        "z": "a52db008.999ba",\r
+        "x": 2670,\r
+        "y": 2662,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "e173211c.50ca1"\r
+                "30dceb43.a4b4ac"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "b62b791e.5db38",\r
+        "id": "f515c1e9.93c64",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2690.000213623047,\r
-        "y": 2704.99990940094,\r
-        "z": "a52db008.999ba",\r
+        "x": 2671.000213623047,\r
+        "y": 2712.99990940094,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "9a481111.191d4"\r
+                "e7a629da.88d0d8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "e173211c.50ca1",\r
+        "id": "30dceb43.a4b4ac",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
-        "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 OOF api\" />\n",\r
+        "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 slice creation api for domain A\" />\n",\r
         "comments": "",\r
-        "x": 2829.0002479553223,\r
-        "y": 2654.0000009536743,\r
-        "z": "a52db008.999ba",\r
+        "x": 2810.0002479553223,\r
+        "y": 2662.0000009536743,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "9a481111.191d4",\r
+        "id": "e7a629da.88d0d8",\r
         "type": "block",\r
         "name": "block",\r
         "xml": "<block>\n",\r
         "atomic": "false",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2835.02725982666,\r
-        "y": 2702.745394706726,\r
-        "z": "a52db008.999ba",\r
+        "x": 2816.02725982666,\r
+        "y": 2710.745394706726,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             []\r
         ]\r
     },\r
     {\r
-        "id": "3f4df906.b67d7e",\r
+        "id": "5651ec55.50184c",\r
         "type": "execute",\r
         "name": "execute RestApiCallNode slice creation domainB",\r
         "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/' + $prop.restapi.transport-slice-creation.templatefile`\" />\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domainB.url + '/restconf/operations/ietf-optical-slice:create-optical-slice'`\" />\n<!--<parameter name=\"restapiUrl\" value=\"`$prop.restapi.connection-oof-url`\" />-->\n<parameter name=\"restapiUser\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domainB.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domainB.password`\" />\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"post\"/>\n<parameter name=\"responsePrefix\" value=\"otn-oof\"/>\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": 2423,\r
-        "y": 3046,\r
-        "z": "a52db008.999ba",\r
+        "x": 2404,\r
+        "y": 3054,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "e8fdf08e.e8b0f8",\r
-                "a8718b8a.f404c8"\r
+                "55b8a548.7743b4",\r
+                "625f938a.695c34"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "a8718b8a.f404c8",\r
+        "id": "625f938a.695c34",\r
         "type": "failure",\r
         "name": "failure",\r
         "xml": "<outcome value='failure'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2689,\r
-        "y": 3026,\r
-        "z": "a52db008.999ba",\r
+        "x": 2670,\r
+        "y": 3034,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "fcecbd56.8e1ac"\r
+                "bcc07e6e.d74a18"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "e8fdf08e.e8b0f8",\r
+        "id": "55b8a548.7743b4",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2690.000213623047,\r
-        "y": 3076.99990940094,\r
-        "z": "a52db008.999ba",\r
+        "x": 2671.000213623047,\r
+        "y": 3084.99990940094,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "ccb1984d.b4313"\r
+                "42c61fdb.9a2b6"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "fcecbd56.8e1ac",\r
+        "id": "bcc07e6e.d74a18",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
-        "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 OOF api\" />\n",\r
+        "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 slice creation api for domain B\" />\n",\r
         "comments": "",\r
-        "x": 2829.0002479553223,\r
-        "y": 3026.0000009536743,\r
-        "z": "a52db008.999ba",\r
+        "x": 2810.0002479553223,\r
+        "y": 3034.0000009536743,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "ccb1984d.b4313",\r
+        "id": "42c61fdb.9a2b6",\r
         "type": "block",\r
         "name": "block",\r
         "xml": "<block>\n",\r
         "atomic": "false",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2835.02725982666,\r
-        "y": 3074.745394706726,\r
-        "z": "a52db008.999ba",\r
+        "x": 2816.02725982666,\r
+        "y": 3082.745394706726,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             []\r
         ]\r
     },\r
     {\r
-        "id": "b6e0228b.bc6398",\r
+        "id": "ccfe530c.696ee",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
-        "x": 2528,\r
-        "y": 404,\r
-        "z": "a52db008.999ba",\r
+        "x": 2509,\r
+        "y": 412,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "65e46dcd.9c5144",\r
-                "bb6c8a2e.a61878"\r
+                "7c0e5ba2.cb2954",\r
+                "338a39d3.a481ce"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "bb6c8a2e.a61878",\r
+        "id": "338a39d3.a481ce",\r
         "type": "for",\r
         "name": "for each allotted-resource relationship",\r
         "xml": "<for index='idx' start='0' end='`$tmp.aai.allotted-resource.relationship-list.relationship_length`' >\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2809,\r
-        "y": 360,\r
-        "z": "a52db008.999ba",\r
+        "x": 2790,\r
+        "y": 368,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "475f2872.5fafd"\r
+                "e9d2da22.090e3"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "475f2872.5fafd",\r
+        "id": "e9d2da22.090e3",\r
         "type": "switchNode",\r
         "name": "switch related-to",\r
         "xml": "<switch test='`$tmp.aai.allotted-resource.relationship-list.relationship[$idx].related-to`'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3071,\r
-        "y": 360,\r
-        "z": "a52db008.999ba",\r
+        "x": 3052,\r
+        "y": 368,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "da58235b.ecd51"\r
+                "ff4803af.9f0ab8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "cfe936cc.62cbd8",\r
+        "id": "bf1946eb.ee80a8",\r
         "type": "outcome",\r
         "name": "network-resource",\r
         "xml": "<outcome value='network-resource'>",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4452,\r
-        "y": 713,\r
-        "z": "a52db008.999ba",\r
+        "x": 4433,\r
+        "y": 721,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "29038cb1.b59084"\r
+                "c3550750.f869a"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "29038cb1.b59084",\r
+        "id": "c3550750.f869a",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
-        "x": 4629,\r
-        "y": 705,\r
-        "z": "a52db008.999ba",\r
+        "x": 4610,\r
+        "y": 713,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "c25692cd.684ce8"\r
+                "775fd622.bb73b"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "c25692cd.684ce8",\r
+        "id": "775fd622.bb73b",\r
         "type": "set",\r
         "name": "set domainA ethernet layer network-id",\r
         "xml": "<set>\n<parameter name='tmp.domainA.eth-network-id' value=\"`$tmp.aai.source-pnf.relationship-list.relationship[$spvidx].relationship-data[0].relationship-value`\" />\n",\r
         "comments": "",\r
-        "x": 4864,\r
-        "y": 829,\r
-        "z": "a52db008.999ba",\r
+        "x": 4845,\r
+        "y": 837,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "68f808b3.66b5",\r
+        "id": "fd89b518.9f0b6",\r
         "type": "set",\r
         "name": "set domainB ethernet layer network-id",\r
         "xml": "<set>\n<parameter name='tmp.domainB.eth-network-id' value=\"`$tmp.aai.destination-pnf.relationship-list.relationship[$dpvidx].relationship-data[0].relationship-value`\" />\n",\r
         "comments": "",\r
-        "x": 4904,\r
-        "y": 1669,\r
-        "z": "a52db008.999ba",\r
+        "x": 4885,\r
+        "y": 1677,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "ad76d9b4.88b908",\r
+        "id": "73a6ccfa.9f80e4",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
-        "x": 4669,\r
-        "y": 1545,\r
-        "z": "a52db008.999ba",\r
+        "x": 4650,\r
+        "y": 1553,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "68f808b3.66b5"\r
+                "fd89b518.9f0b6"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "dc8e8812.fdd648",\r
+        "id": "f41408f6.625698",\r
         "type": "outcome",\r
         "name": "network-resource",\r
         "xml": "<outcome value='network-resource'>",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4492,\r
-        "y": 1553,\r
-        "z": "a52db008.999ba",\r
+        "x": 4473,\r
+        "y": 1561,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "ad76d9b4.88b908"\r
+                "73a6ccfa.9f80e4"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "fad5035b.7ee3a8",\r
+        "id": "edb297b0.c9f328",\r
         "type": "execute",\r
         "name": "execute RestApiCallNode domainA UNI Coloring",\r
-        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/' + $prop.restapi.ts-coloring-uni-port.templatefile`\" />\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domainA.url + '/restconf/data/ietf-network:networks/network=' + $tmp.domainA.eth-network-id + '/node=' + $tmp.src.pnf-name + '/ietf-network-topology:termination-point=' + $tmp.src.ltpId + '/ietf-te-topology:te/ietf-optical-slice:tp-slice-id' `\" />\n<parameter name=\"restapiUser\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domainA.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domainA.password`\" />\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"post\"/>\n<parameter name=\"responsePrefix\" value=\"otn-oof\"/>\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
+        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/' + $prop.restapi.ts-coloring-uni-port.templatefile`\" />\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domainA.url + '/restconf/data/ietf-network:networks/network=' + $tmp.domainA.eth-network-id + '/node=' + $tmp.src.pnf-name + '/ietf-network-topology:termination-point=' + $tmp.src.ltpId + '/ietf-te-topology:te' `\" />\n<parameter name=\"restapiUser\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domainA.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domainA.password`\" />\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"patch\"/>\n<parameter name=\"responsePrefix\" value=\"otn-oof\"/>\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": 2425,\r
-        "y": 2807,\r
-        "z": "a52db008.999ba",\r
+        "x": 2406,\r
+        "y": 2815,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "bc31fb8e.e87f08",\r
-                "8c5d2dc9.bdb42"\r
+                "cc44d1ea.6c2858",\r
+                "700c6956.d8abf8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "8c5d2dc9.bdb42",\r
+        "id": "700c6956.d8abf8",\r
         "type": "failure",\r
         "name": "failure",\r
         "xml": "<outcome value='failure'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2691,\r
-        "y": 2787,\r
-        "z": "a52db008.999ba",\r
+        "x": 2672,\r
+        "y": 2795,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "536d6d82.f4f124"\r
+                "b7581f37.075ad"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "bc31fb8e.e87f08",\r
+        "id": "cc44d1ea.6c2858",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2692.000213623047,\r
-        "y": 2837.99990940094,\r
-        "z": "a52db008.999ba",\r
+        "x": 2673.000213623047,\r
+        "y": 2845.99990940094,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "509489f1.58fe18"\r
+                "f67d237f.4b41c"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "536d6d82.f4f124",\r
+        "id": "b7581f37.075ad",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
-        "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 OOF api\" />\n",\r
+        "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 UNI Coloring for domain A\" />\n",\r
         "comments": "",\r
-        "x": 2831.0002479553223,\r
-        "y": 2787.0000009536743,\r
-        "z": "a52db008.999ba",\r
+        "x": 2812.0002479553223,\r
+        "y": 2795.0000009536743,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "509489f1.58fe18",\r
+        "id": "f67d237f.4b41c",\r
         "type": "block",\r
         "name": "block",\r
         "xml": "<block>\n",\r
         "atomic": "false",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2837.02725982666,\r
-        "y": 2835.745394706726,\r
-        "z": "a52db008.999ba",\r
+        "x": 2818.02725982666,\r
+        "y": 2843.745394706726,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             []\r
         ]\r
     },\r
     {\r
-        "id": "d037b0c3.f093c",\r
+        "id": "91eba2f3.844de",\r
         "type": "execute",\r
         "name": "execute RestApiCallNode domainB UNI Coloring",\r
-        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/' + $prop.restapi.ts-coloring-uni-port.templatefile`\" />\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domainB.url + '/restconf/data/ietf-network:networks/network=' + $tmp.domainB.eth-network-id + '/node=' + $tmp.dst.pnf-name + '/ietf-network-topology:termination-point=' + $tmp.dst.ltpId + '/ietf-te-topology:te/ietf-optical-slice:tp-slice-id' `\" />\n<parameter name=\"restapiUser\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domainB.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domainB.password`\" />\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"post\"/>\n<parameter name=\"responsePrefix\" value=\"otn-oof\"/>\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
+        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/' + $prop.restapi.ts-coloring-uni-port.templatefile`\" />\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domainB.url + '/restconf/data/ietf-network:networks/network=' + $tmp.domainB.eth-network-id + '/node=' + $tmp.dst.pnf-name + '/ietf-network-topology:termination-point=' + $tmp.dst.ltpId + '/ietf-te-topology:te' `\" />\n<parameter name=\"restapiUser\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domainB.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domainB.password`\" />\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"patch\"/>\n<parameter name=\"responsePrefix\" value=\"otn-oof\"/>\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": 2425,\r
-        "y": 3173,\r
-        "z": "a52db008.999ba",\r
+        "x": 2406,\r
+        "y": 3181,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "8c8a801.d7272",\r
-                "b835a972.f48b7"\r
+                "cf85f70c.9ad7a",\r
+                "da777837.c4e49"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "b835a972.f48b7",\r
+        "id": "da777837.c4e49",\r
         "type": "failure",\r
         "name": "failure",\r
         "xml": "<outcome value='failure'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2691,\r
-        "y": 3153,\r
-        "z": "a52db008.999ba",\r
+        "x": 2672,\r
+        "y": 3161,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "88a6a85e.9ed23"\r
+                "382ee7c9.8791c8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "8c8a801.d7272",\r
+        "id": "cf85f70c.9ad7a",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2692.000213623047,\r
-        "y": 3203.99990940094,\r
-        "z": "a52db008.999ba",\r
+        "x": 2673.000213623047,\r
+        "y": 3211.99990940094,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             [\r
-                "7de5bd62.f4f62c"\r
+                "f2adb059.12803"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "88a6a85e.9ed23",\r
+        "id": "382ee7c9.8791c8",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
-        "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 OOF api\" />\n",\r
+        "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 UNI coloring for domain B\" />\n",\r
         "comments": "",\r
-        "x": 2831.0002479553223,\r
-        "y": 3153.0000009536743,\r
-        "z": "a52db008.999ba",\r
+        "x": 2812.0002479553223,\r
+        "y": 3161.0000009536743,\r
+        "z": "4d37a11.42c136",\r
         "wires": []\r
     },\r
     {\r
-        "id": "7de5bd62.f4f62c",\r
+        "id": "f2adb059.12803",\r
         "type": "block",\r
         "name": "block",\r
         "xml": "<block>\n",\r
         "atomic": "false",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2837.02725982666,\r
-        "y": 3201.745394706726,\r
-        "z": "a52db008.999ba",\r
+        "x": 2818.02725982666,\r
+        "y": 3209.745394706726,\r
+        "z": "4d37a11.42c136",\r
         "wires": [\r
             []\r
         ]\r
+    },\r
+    {\r
+        "id": "fae49c49.31b99",\r
+        "type": "set",\r
+        "name": "set the max bandwidth",\r
+        "xml": "<set>\n<parameter name='gfp' value='`$maximum-bandwidth /1000 *4 /5 +1`' />\n\n\n\n",\r
+        "comments": "",\r
+        "x": 4091,\r
+        "y": 498,\r
+        "z": "4d37a11.42c136",\r
+        "wires": []\r
     }\r
 ]
\ No newline at end of file
index 3584527..5684584 100644 (file)
@@ -1,20 +1,20 @@
 [\r
     {\r
-        "id": "fed3eb51.781ac8",\r
+        "id": "5242e55f.2660bc",\r
         "type": "dgstart",\r
         "name": "DGSTART",\r
         "outputs": 1,\r
-        "x": 131,\r
-        "y": 81,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 165,\r
+        "y": 89,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             [\r
-                "d2a4ea36.881b68"\r
+                "a94d71b7.2c2048"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "d2a4ea36.881b68",\r
+        "id": "a94d71b7.2c2048",\r
         "type": "service-logic",\r
         "name": "GENERIC-RESOURCE-API ${project.version}",\r
         "module": "GENERIC-RESOURCE-API",\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='GENERIC-RESOURCE-API' version='${project.version}'>",\r
         "outputs": 1,\r
-        "x": 262.2856903076172,\r
-        "y": 130.23810863494873,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 296.2856903076172,\r
+        "y": 138.23810863494873,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             [\r
-                "7b1236d6.83c2c"\r
+                "aa153b53.66c418"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "7b1236d6.83c2c",\r
+        "id": "aa153b53.66c418",\r
         "type": "method",\r
         "name": "method tsli-vnf-topology-operation-trans-slice-deactivate",\r
         "xml": "<method rpc='tsli-vnf-topology-operation-trans-slice-deactivate' mode='sync'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 265.4286193847656,\r
-        "y": 215.00003242492676,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 299.4286193847656,\r
+        "y": 223.00003242492676,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             [\r
-                "8228a949.234f38"\r
+                "76657765.41a798"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "8228a949.234f38",\r
+        "id": "76657765.41a798",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
-        "x": 415.238037109375,\r
-        "y": 344.6666564941406,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 449.238037109375,\r
+        "y": 352.6666564941406,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             [\r
-                "341b32a3.25428e",\r
-                "1a6e5da0.98eb02",\r
-                "e5c8285b.2b695"\r
+                "72f9366e.3a99d8",\r
+                "680f29c8.59cd3",\r
+                "fc546f71.cb3e18"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "341b32a3.25428e",\r
+        "id": "72f9366e.3a99d8",\r
         "type": "returnSuccess",\r
         "name": "return success",\r
         "xml": "<return status='success'>\n<parameter name=\"ack-final-indicator\" value=\"Y\" />\n<parameter name=\"error-code\" value=\"200\" />\n<parameter name=\"error-message\" value=\"`$error-message`\" />\n",\r
         "comments": "",\r
-        "x": 689.5716552734375,\r
-        "y": 611.59716796875,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 723.5716552734375,\r
+        "y": 619.59716796875,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "f743b3f1.72f9f",\r
+        "id": "af064a7b.44da3",\r
         "type": "comment",\r
         "name": "new for TransportSlicing",\r
         "info": "",\r
         "comments": "",\r
-        "x": 721,\r
-        "y": 286,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 755,\r
+        "y": 294,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "1a6e5da0.98eb02",\r
+        "id": "680f29c8.59cd3",\r
         "type": "save",\r
         "name": "get service-instance from aai",\r
         "xml": "<!--<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" -->\n<!--\tresource=\"service-instance\"-->\n<!--\tkey='service-instance.service-instance-id = $service-data.vnfs.vnf[$tmp.vidx].vnf-data.service-information.service-instance-id-->\n<!--         AND customer.global-customer-id = $service-data.vnfs.vnf[$tmp.vidx].vnf-data.service-information.global-customer-id -->\n<!--         AND service-subscription.service-type = $service-data.vnfs.vnf[$tmp.vidx].vnf-data.service-information.subscription-service-type'-->\n<!--\tlocal-only=\"false\"-->\n<!--\tforce=\"true\" pfx=\"tmp.aai.service-instance\">-->\n\n<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\tresource=\"service-instance\"\n\tkey='service-instance.service-instance-id = $vnf-topology-operation-input.service-information.service-instance-id\n         AND customer.global-customer-id = $vnf-topology-operation-input.service-information.global-customer-id \n         AND service-subscription.service-type = $vnf-topology-operation-input.service-information.subscription-service-type'\n\tlocal-only=\"false\"\n\tforce=\"true\" pfx=\"tmp.aai.service-instance\">\n\n\n<!--vnf-topology-operation-input.service-information.service-instance-id-->",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 741,\r
-        "y": 382,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 775,\r
+        "y": 390,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             [\r
-                "2976ce78.f07a42",\r
-                "de3912b8.6d67e",\r
-                "77b5fc18.2082a4"\r
+                "ea580b2d.a2b9d",\r
+                "677c974e.f259e8",\r
+                "13083344.02e945"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "2976ce78.f07a42",\r
+        "id": "ea580b2d.a2b9d",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 960,\r
-        "y": 320,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 994,\r
+        "y": 328,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             [\r
-                "7ee13e19.7c1348"\r
+                "a02387a9.ce5868"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "de3912b8.6d67e",\r
+        "id": "677c974e.f259e8",\r
         "type": "not-found",\r
         "name": "not-found",\r
         "xml": "<outcome value='not-found'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 969.490966796875,\r
-        "y": 362.57403564453125,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 1003.490966796875,\r
+        "y": 370.57403564453125,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             [\r
-                "4a305009.90c32"\r
+                "620a8e19.7969b8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "77b5fc18.2082a4",\r
+        "id": "13083344.02e945",\r
         "type": "failure",\r
         "name": "failure",\r
         "xml": "<outcome value='failure'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 958,\r
-        "y": 409,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 992,\r
+        "y": 417,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             [\r
-                "cd4775e4.2da96"\r
+                "ee25c1ac.70f318"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "4a305009.90c32",\r
+        "id": "620a8e19.7969b8",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'An error occurred while querying pnf from AnAI with pnf-name = ' + $prop.l3vpn.pe1_id`\" />\n\n",\r
         "comments": "",\r
-        "x": 1123.0623779296875,\r
-        "y": 365.8597717285156,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 1157.0623779296875,\r
+        "y": 373.8597717285156,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "cd4775e4.2da96",\r
+        "id": "ee25c1ac.70f318",\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": 1127,\r
-        "y": 410,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 1161,\r
+        "y": 418,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "7ee13e19.7c1348",\r
+        "id": "a02387a9.ce5868",\r
         "type": "for",\r
         "name": "for each relationship",\r
         "xml": "<for index='rel-index' start='0' end='`$tmp.aai.service-instance.relationship-list.relationship_length`' >\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 1157,\r
-        "y": 316,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 1191,\r
+        "y": 324,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             [\r
-                "bc03982b.15ba78"\r
+                "17bf0063.d6585"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "bc03982b.15ba78",\r
+        "id": "17bf0063.d6585",\r
         "type": "switchNode",\r
         "name": "switch related-to",\r
         "xml": "<switch test='`$tmp.aai.service-instance.relationship-list.relationship[$rel-index].related-to`'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 1380.33349609375,\r
-        "y": 315.99993896484375,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 1414.33349609375,\r
+        "y": 323.99993896484375,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             [\r
-                "aca4b74a.cb3118"\r
+                "c3612b80.a84938"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "aca4b74a.cb3118",\r
+        "id": "c3612b80.a84938",\r
         "type": "outcome",\r
         "name": "connectivity",\r
         "xml": "<outcome value='connectivity'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 1581.0001335144043,\r
-        "y": 317.00002098083496,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 1615.0001335144043,\r
+        "y": 325.00002098083496,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             [\r
-                "2544f612.eeddca"\r
+                "7884e617.49647"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "e5c8285b.2b695",\r
+        "id": "fc546f71.cb3e18",\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' />",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 707,\r
-        "y": 330,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 741,\r
+        "y": 338,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             []\r
         ]\r
     },\r
     {\r
-        "id": "2544f612.eeddca",\r
+        "id": "7884e617.49647",\r
         "type": "save",\r
         "name": "get connectivity from aai",\r
         "xml": "<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\tresource=\"connectivity\"\n\t    key=\"connectivity.connectivity-id = $tmp.aai.service-instance.relationship-list.relationship[$rel-index].relationship-data[0].relationship-value\"\n\t\tlocal-only=\"false\" \n\t\tpfx=\"tmp.aai.connectivity\" >\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 1819,\r
-        "y": 319,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 1853,\r
+        "y": 327,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             [\r
-                "75c7fde8.1d4a84",\r
-                "563ee44e.bd096c",\r
-                "bc425b5.1b1fba8"\r
+                "d6ce182b.31b988",\r
+                "aa98166f.4a5d48",\r
+                "6c3ef06d.2c8af8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "75c7fde8.1d4a84",\r
+        "id": "d6ce182b.31b988",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2027,\r
-        "y": 283,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 2061,\r
+        "y": 291,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             [\r
-                "e6a3b8f2.9e7b38"\r
+                "f5ad0f9a.63e04"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "563ee44e.bd096c",\r
+        "id": "aa98166f.4a5d48",\r
         "type": "not-found",\r
         "name": "not-found",\r
         "xml": "<outcome value='not-found'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2027.490966796875,\r
-        "y": 328.57403564453125,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 2061.490966796875,\r
+        "y": 336.57403564453125,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             [\r
-                "ad15182e.154a8"\r
+                "8c465bb9.ef2cc8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "bc425b5.1b1fba8",\r
+        "id": "6c3ef06d.2c8af8",\r
         "type": "failure",\r
         "name": "failure",\r
         "xml": "<outcome value='failure'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2025,\r
-        "y": 372,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 2059,\r
+        "y": 380,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             [\r
-                "8719a717.3cd9f8"\r
+                "63631469.f6833c"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "ad15182e.154a8",\r
+        "id": "8c465bb9.ef2cc8",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'An error occurred while querying pnf from AnAI with pnf-name = ' + $prop.l3vpn.pe1_id`\" />\n\n",\r
         "comments": "",\r
-        "x": 2190.0623779296875,\r
-        "y": 328.8597717285156,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 2224.0623779296875,\r
+        "y": 336.8597717285156,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "8719a717.3cd9f8",\r
+        "id": "63631469.f6833c",\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": 2194,\r
-        "y": 373,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 2228,\r
+        "y": 381,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "c776a79f.7f2db",\r
+        "id": "b3f0264f.4b3ab",\r
         "type": "save",\r
         "name": "get vpn-binding from aai",\r
         "xml": "<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\tresource=\"vpn-binding\"\n\t    key=\"vpn-binding.vpn-id = $tmp.aai.connectivity.relationship-list.relationship[$cridx].relationship-data[0].relationship-value\"\n\t\tlocal-only=\"false\" \n\t\tpfx=\"tmp.aai.vpn-binding\" >\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2500,\r
-        "y": 372,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 2534,\r
+        "y": 380,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             [\r
-                "b403a898.9fbc18",\r
-                "5d1a47a8.0dfe7",\r
-                "f3733135.d8a078"\r
+                "b834bb7a.d792e",\r
+                "1e7aae42.a3c8e2",\r
+                "2a5354ed.3760dc"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "c765be65.0f488",\r
+        "id": "86694c65.1bab48",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
-        "x": 2884,\r
-        "y": 372,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 2918,\r
+        "y": 380,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             [\r
-                "e9922fb9.764098",\r
-                "eef29d57.4c4228",\r
-                "952ea8f1.7bda",\r
-                "14a01812.a7d138"\r
+                "a6c81dc0.f9e978",\r
+                "23f1ef20.aa22c8",\r
+                "d80ddf6.5239ba",\r
+                "a14e9d29.27087"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "b403a898.9fbc18",\r
+        "id": "b834bb7a.d792e",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2711,\r
-        "y": 374,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 2745,\r
+        "y": 382,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             [\r
-                "c765be65.0f488"\r
+                "86694c65.1bab48"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "5d1a47a8.0dfe7",\r
+        "id": "1e7aae42.a3c8e2",\r
         "type": "not-found",\r
         "name": "not-found",\r
         "xml": "<outcome value='not-found'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2711.490966796875,\r
-        "y": 419.57403564453125,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 2745.490966796875,\r
+        "y": 427.57403564453125,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             [\r
-                "1295f1fa.69cac6"\r
+                "6a176f0f.10d98"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "f3733135.d8a078",\r
+        "id": "2a5354ed.3760dc",\r
         "type": "failure",\r
         "name": "failure",\r
         "xml": "<outcome value='failure'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2709,\r
-        "y": 463,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 2743,\r
+        "y": 471,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             [\r
-                "6ac7a77b.f5232"\r
+                "2cad2870.f6f2f"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "6ac7a77b.f5232",\r
+        "id": "2cad2870.f6f2f",\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": 2876,\r
-        "y": 462,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 2910,\r
+        "y": 470,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "1295f1fa.69cac6",\r
+        "id": "6a176f0f.10d98",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'An error occurred while querying pnf from AnAI with pnf-name = ' + $prop.l3vpn.pe1_id`\" />\n\n",\r
         "comments": "",\r
-        "x": 2874.0623779296875,\r
-        "y": 419.8597717285156,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 2908.0623779296875,\r
+        "y": 427.8597717285156,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "e6a3b8f2.9e7b38",\r
+        "id": "f5ad0f9a.63e04",\r
         "type": "for",\r
         "name": "for each relationship",\r
         "xml": "<for silentFailure='true' index='cridx' start='0' end='`$tmp.aai.connectivity.relationship-list.relationship_length`' >\n\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2228,\r
-        "y": 278,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 2262,\r
+        "y": 286,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             [\r
-                "d8c7aa6c.9474d"\r
+                "1569ccc.fe523b3"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "d8c7aa6c.9474d",\r
+        "id": "1569ccc.fe523b3",\r
         "type": "switchNode",\r
         "name": "switch related-to",\r
         "xml": "<switch test='`$tmp.aai.connectivity.relationship-list.relationship[$cridx].related-to`'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2433,\r
-        "y": 278,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 2467,\r
+        "y": 286,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             [\r
-                "6afd9b1f.24ad3c"\r
+                "419949a6.57988"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "6afd9b1f.24ad3c",\r
+        "id": "419949a6.57988",\r
         "type": "outcome",\r
         "name": "vpn-binding",\r
         "xml": "<outcome value='vpn-binding'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2599,\r
-        "y": 278,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 2633,\r
+        "y": 286,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             [\r
-                "489d615f.74d2b8"\r
+                "da248b6f.863148"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "489d615f.74d2b8",\r
+        "id": "da248b6f.863148",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
-        "x": 2762,\r
-        "y": 278,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 2796,\r
+        "y": 286,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             [\r
-                "c776a79f.7f2db"\r
+                "b3f0264f.4b3ab"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "e9922fb9.764098",\r
+        "id": "a6c81dc0.f9e978",\r
         "type": "set",\r
         "name": "set pnf-name",\r
         "xml": "<set>\n<parameter name='tmp.domain.pnf-name' value=\"`'networkId-providerId-' +\n                                                   $tmp.aai.vpn-binding.access-provider-id + '-clientId-' +\n                                                   $tmp.aai.vpn-binding.access-client-id + '-topologyId-' +\n                                                   $tmp.aai.vpn-binding.access-topology-id + '-nodeId-' +\n                                                   $tmp.aai.vpn-binding.src-access-node-id`\" />\n",\r
         "comments": "",\r
-        "x": 3099,\r
-        "y": 82,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 3133,\r
+        "y": 90,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "eef29d57.4c4228",\r
+        "id": "23f1ef20.aa22c8",\r
         "type": "get-resource",\r
         "name": "get-resource src pnf",\r
         "xml": "<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\t\tresource=\"pnf\" \n\t\tkey=\"pnf.pnf-name = $tmp.domain.pnf-name\"\n        pfx='tmp.aai.source-pnf' local-only='false' >\n\n        <!--AND depth = '0'\"-->\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3125,\r
-        "y": 199,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 3159,\r
+        "y": 207,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             [\r
-                "e1caf9b0.f16ef",\r
-                "8ba822ff.3c855",\r
-                "3e54396e.89bb66"\r
+                "de4bc6aa.088c5",\r
+                "2b53e15d.dd21ae",\r
+                "ae35d78c.86b8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "e1caf9b0.f16ef",\r
+        "id": "de4bc6aa.088c5",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3320.5001220703125,\r
-        "y": 151,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 3354.5001220703125,\r
+        "y": 159,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             [\r
-                "12b4a6a1.bdd529"\r
+                "9db55161.c57488"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "8ba822ff.3c855",\r
+        "id": "2b53e15d.dd21ae",\r
         "type": "not-found",\r
         "name": "not-found",\r
         "xml": "<outcome value='not-found'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3312.5001220703125,\r
-        "y": 206,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 3346.5001220703125,\r
+        "y": 214,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             [\r
-                "6aa3fcb.c3a6c84"\r
+                "577df12f.4d35a8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "12b4a6a1.bdd529",\r
+        "id": "9db55161.c57488",\r
         "type": "block",\r
         "name": "block",\r
         "xml": "<block>\n",\r
         "atomic": "false",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3464.8824462890625,\r
-        "y": 150.65567016601562,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 3498.8824462890625,\r
+        "y": 158.65567016601562,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             [\r
-                "8559d2a.befa2b"\r
+                "5d329fe.f531fe"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "8559d2a.befa2b",\r
+        "id": "5d329fe.f531fe",\r
         "type": "for",\r
         "name": "for each relationship",\r
         "xml": "<for silentFailure='true' index='spvidx' start='0' end='`$tmp.aai.source-pnf.relationship-list.relationship_length`' >\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3649,\r
-        "y": 149,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 3683,\r
+        "y": 157,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             [\r
-                "a2c1ad39.50b17"\r
+                "b71d5fcd.e9cea"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "a2c1ad39.50b17",\r
+        "id": "b71d5fcd.e9cea",\r
         "type": "switchNode",\r
         "name": "switch related-to",\r
         "xml": "<switch test='`$tmp.aai.source-pnf.relationship-list.relationship[$spvidx].related-to`'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3844,\r
-        "y": 149,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 3878,\r
+        "y": 157,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             [\r
-                "f7ee255a.8640e"\r
+                "e408bf35.72655"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "3e54396e.89bb66",\r
+        "id": "ae35d78c.86b8",\r
         "type": "other",\r
         "name": "other",\r
         "xml": "<outcome value='Other'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3317.5001220703125,\r
-        "y": 263,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 3351.5001220703125,\r
+        "y": 271,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             [\r
-                "ff13ab9d.2deb7"\r
+                "ee316bbc.ab53b8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "ff13ab9d.2deb7",\r
+        "id": "ee316bbc.ab53b8",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'Unexpected error occurred while querying pnf from AnAI with pnf-name = ' + $prop.connection-attachement.access-node-id`\" />\n\n",\r
         "comments": "",\r
-        "x": 3469.5001220703125,\r
-        "y": 264,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 3503.5001220703125,\r
+        "y": 272,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "6aa3fcb.c3a6c84",\r
+        "id": "577df12f.4d35a8",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'An error occurred while querying pnf from AnAI with pnf-name = ' + $prop.connection-attachement.access-node-id`\" />\n\n",\r
         "comments": "",\r
-        "x": 3480.5001220703125,\r
-        "y": 207,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 3514.5001220703125,\r
+        "y": 215,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "d85cad49.e7fe3",\r
+        "id": "c9c3e28f.63609",\r
         "type": "execute",\r
         "name": "get esr-thirdparty-sdnc",\r
         "xml": "<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\t\tresource=\"esr-thirdparty-sdnc\" \n\t\tkey=\"esr-thirdparty-sdnc.thirdparty-sdnc-id = $tmp.domain.esr-thirdparty-id AND \n\t\t     depth = '1'\"\n        pfx='tmp.aai.domain.esr-thirdparty-sdnc' local-only='false' >",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4432,\r
-        "y": 166,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 4466,\r
+        "y": 174,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             [\r
-                "5b32aba.7fc39d4",\r
-                "43d71291.c727fc",\r
-                "6b05861c.156668"\r
+                "3dd076cd.5c231a",\r
+                "c9f64ae8.35669",\r
+                "7381c16f.b370e"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "98badb93.a08c9",\r
+        "id": "e8fac782.8b4fb",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
-        "x": 4226,\r
-        "y": 153,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 4260,\r
+        "y": 161,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             [\r
-                "48966cee.55dba4",\r
-                "d85cad49.e7fe3",\r
-                "ee878ee.4f8847"\r
+                "66c06218.223abc",\r
+                "c9c3e28f.63609",\r
+                "8fb6a8ce.c9f538"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "48966cee.55dba4",\r
+        "id": "66c06218.223abc",\r
         "type": "set",\r
         "name": "set esr-thirdparty-sdnc domain id",\r
         "xml": "<set>\n<parameter name='tmp.domain.esr-thirdparty-id' value=\"`$tmp.aai.source-pnf.relationship-list.relationship[$spvidx].relationship-data[0].relationship-value`\" />\n",\r
         "comments": "",\r
-        "x": 4462,\r
-        "y": 114,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 4496,\r
+        "y": 122,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "5b32aba.7fc39d4",\r
+        "id": "3dd076cd.5c231a",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4642,\r
-        "y": 157,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 4676,\r
+        "y": 165,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             [\r
-                "20fc8e76.a69222"\r
+                "ffc56656.084b18"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "43d71291.c727fc",\r
+        "id": "c9f64ae8.35669",\r
         "type": "not-found",\r
         "name": "not-found",\r
         "xml": "<outcome value='not-found'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4634,\r
-        "y": 212,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 4668,\r
+        "y": 220,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             [\r
-                "51e97aab.2d7044"\r
+                "df0df27a.a48ca"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "6b05861c.156668",\r
+        "id": "7381c16f.b370e",\r
         "type": "other",\r
         "name": "other",\r
         "xml": "<outcome value='Other'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4639,\r
-        "y": 269,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 4673,\r
+        "y": 277,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             [\r
-                "ef0b1a78.fffea8"\r
+                "1cc1a486.bc1f73"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "ef0b1a78.fffea8",\r
+        "id": "1cc1a486.bc1f73",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'Unexpected error occurred while querying pnf from AnAI with pnf-name = ' + $prop.connection-attachement.access-node-id`\" />\n\n",\r
         "comments": "",\r
-        "x": 4791,\r
-        "y": 270,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 4825,\r
+        "y": 278,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "51e97aab.2d7044",\r
+        "id": "df0df27a.a48ca",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'An error occurred while querying pnf from AnAI with pnf-name = ' + $prop.connection-attachement.access-node-id`\" />\n\n",\r
         "comments": "",\r
-        "x": 4802,\r
-        "y": 215,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 4836,\r
+        "y": 223,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "20fc8e76.a69222",\r
+        "id": "ffc56656.084b18",\r
         "type": "block",\r
         "name": "block",\r
         "xml": "<block>\n",\r
         "atomic": "false",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4786.38232421875,\r
-        "y": 154.65567016601562,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 4820.38232421875,\r
+        "y": 162.65567016601562,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             [\r
-                "a8dfc05f.e2f018"\r
+                "f9ba3b0e.b3dbd8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "f7ee255a.8640e",\r
+        "id": "e408bf35.72655",\r
         "type": "outcome",\r
         "name": "esr-thirdparty-sdnc",\r
         "xml": "<outcome value='esr-thirdparty-sdnc'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4047,\r
-        "y": 153,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 4081,\r
+        "y": 161,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             [\r
-                "98badb93.a08c9"\r
+                "e8fac782.8b4fb"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "a8dfc05f.e2f018",\r
+        "id": "f9ba3b0e.b3dbd8",\r
         "type": "set",\r
         "name": "set controller domain data",\r
         "xml": "<set>\n<parameter name='prop.sdncRestApi.thirdpartySdnc.domain.url' value=\"`$tmp.aai.domain.esr-thirdparty-sdnc.esr-system-info-list.esr-system-info[0].service-url`\" />\n<parameter name='prop.sdncRestApi.thirdpartySdnc.domain.user' value=\"`$tmp.aai.domain.esr-thirdparty-sdnc.esr-system-info-list.esr-system-info[0].user-name`\" />\n<parameter name='prop.sdncRestApi.thirdpartySdnc.domain.password' value=\"`$tmp.aai.domain.esr-thirdparty-sdnc.esr-system-info-list.esr-system-info[0].password`\" />\n\n\n<!--<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
-        "x": 5001,\r
-        "y": 151,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 5035,\r
+        "y": 159,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "ee878ee.4f8847",\r
+        "id": "8fb6a8ce.c9f538",\r
         "type": "break",\r
         "name": "break",\r
         "xml": "<break>\n",\r
         "comments": "",\r
-        "x": 4382,\r
-        "y": 230,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 4416,\r
+        "y": 238,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "952ea8f1.7bda",\r
+        "id": "d80ddf6.5239ba",\r
         "type": "execute",\r
         "name": "execute RestApiCallNode Delete ethernet Service without token",\r
-        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domain.url + '/restconf/data/ietf-eth-tran-service:etht-svc/eth-svc-instances=' + $tmp.aai.connectivity.connectivity-id`\" />\n<!--<parameter name=\"restapiUrl\" value=\"`$prop.restapi.connection-oof-url`\" />-->\n<!--<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/sotn-ethernet-service.json'`\" />-->\n<parameter name=\"restapiUser\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domain.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domain.password`\" />\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"delete\"/>\n<parameter name='dirPath' value=\"/opt/onap/sdnc/restconfapi/yang\" />\n<parameter name=\"responsePrefix\" value=\"vpn-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\"/>\n",\r
+        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domain.url + '/restconf/data/ietf-eth-tran-service:etht-svc/etht-svc-instances=' + $tmp.aai.connectivity.connectivity-id`\" />\n<!--<parameter name=\"restapiUrl\" value=\"`$prop.restapi.connection-oof-url`\" />-->\n<!--<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/sotn-ethernet-service.json'`\" />-->\n<parameter name=\"restapiUser\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domain.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domain.password`\" />\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"delete\"/>\n<parameter name='dirPath' value=\"/opt/onap/sdnc/restconfapi/yang\" />\n<parameter name=\"responsePrefix\" value=\"vpn-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\"/>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3255,\r
-        "y": 594,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 3289,\r
+        "y": 602,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             [\r
-                "d9dc02b.5b9308",\r
-                "f01b6c55.209f38"\r
+                "56ef2c2f.bde334",\r
+                "20356ae6.118a76"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "d9dc02b.5b9308",\r
+        "id": "56ef2c2f.bde334",\r
         "type": "failure",\r
         "name": "failure",\r
         "xml": "<outcome value='failure'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3601.5,\r
-        "y": 587,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 3635.5,\r
+        "y": 595,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             [\r
-                "174c3f65.a9f0e1"\r
+                "45e55581.afe784"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "f01b6c55.209f38",\r
+        "id": "20356ae6.118a76",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3605.5,\r
-        "y": 627,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 3639.5,\r
+        "y": 635,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             [\r
-                "de16161.028de68"\r
+                "b4e6443a.f1c248"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "de16161.028de68",\r
+        "id": "b4e6443a.f1c248",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3763,\r
-        "y": 627,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 3797,\r
+        "y": 635,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             [\r
-                "1a3ebd6b.2a7953",\r
-                "30c3e280.4d41f6"\r
+                "f2316450.62431",\r
+                "6c3e1e17.47ccd8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "174c3f65.a9f0e1",\r
+        "id": "45e55581.afe784",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
-        "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",\r
+        "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 delete ethernet service rest api\" />\n",\r
         "comments": "",\r
-        "x": 3759.5,\r
-        "y": 587,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 3793.5,\r
+        "y": 595,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "1a3ebd6b.2a7953",\r
+        "id": "f2316450.62431",\r
         "type": "save",\r
         "name": "update vpn-binding A resource (aka. OTN domainA) in AAI",\r
         "xml": "<update plugin='org.onap.ccsdk.sli.adaptors.aai.AAIService' resource='vpn-binding' \n      key='vpn-binding.vpn-id = $tmp.aai.vpn-binding.vpn-id' >\n<parameter name='vpn-id' value='`$tmp.aai.vpn-binding.vpn-id`' />\n<parameter name='vpn-name' value='`$tmp.aai.vpn-binding.vpn-id`' />\n\n<parameter name='operational-status' value='Deactivated' />\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4091.5,\r
-        "y": 627,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 4125.5,\r
+        "y": 635,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             []\r
         ]\r
     },\r
     {\r
-        "id": "30c3e280.4d41f6",\r
+        "id": "6c3e1e17.47ccd8",\r
         "type": "save",\r
         "name": "update connectivity resource in AAI",\r
         "xml": "<update plugin='org.onap.ccsdk.sli.adaptors.aai.AAIService' resource='connectivity' \n      key='connectivity.connectivity-id = $tmp.aai.connectivity.connectivity-id'>\n<parameter name='connectivity-id' value='`$tmp.aai.connectivity.connectivity-id`' />\n<parameter name='operational-status' value='Deactivated' />\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4018.5,\r
-        "y": 673,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 4052.5,\r
+        "y": 681,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             []\r
         ]\r
     },\r
     {\r
-        "id": "14a01812.a7d138",\r
+        "id": "a14e9d29.27087",\r
         "type": "execute",\r
-        "name": "execute RestApiCallNode Create OTN tunnel with token",\r
-        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<!--<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/' + $prop.restapi.ts-otn-src-domain-creation.templatefile`\" />-->\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domainA.url + '/restconf/data/ietf-te:te/tunnels/tunnel=' + $tmp.aai.vpn-binding.vpn-id`\" />\n<parameter name=\"restapiUser\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domainA.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domainA.password`\" />\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"delete\"/>\n<parameter name=\"responsePrefix\" value=\"otn-oof\"/>\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
+        "name": "execute RestApiCallNode Delete OTN tunnel with token",\r
+        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<!--<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/' + $prop.restapi.ts-otn-src-domain-creation.templatefile`\" />-->\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domain.url + '/restconf/data/ietf-te:te/tunnels/tunnel=' + $tmp.aai.vpn-binding.vpn-id`\" />\n<parameter name=\"restapiUser\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domain.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domain.password`\" />\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"delete\"/>\n<parameter name=\"responsePrefix\" value=\"otn-oof\"/>\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": 3228,\r
-        "y": 466,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 3262,\r
+        "y": 474,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             [\r
-                "8e721e50.020db",\r
-                "8f6c71d1.f7e258"\r
+                "692cf34e.ccecdc",\r
+                "64e95b5b.03211c"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "8e721e50.020db",\r
+        "id": "692cf34e.ccecdc",\r
         "type": "failure",\r
         "name": "failure",\r
         "xml": "<outcome value='failure'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3560.5,\r
-        "y": 436,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 3594.5,\r
+        "y": 444,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             [\r
-                "b94a74e8.509ec"\r
+                "8f4d555e.2bf24"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "8f6c71d1.f7e258",\r
+        "id": "64e95b5b.03211c",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3565.5,\r
-        "y": 501,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 3599.5,\r
+        "y": 509,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             [\r
-                "e36acb2.364b538"\r
+                "deb2a97d.a041c8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "b94a74e8.509ec",\r
+        "id": "8f4d555e.2bf24",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
-        "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",\r
+        "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 delete OTN tunnel rest api\" />\n",\r
         "comments": "",\r
-        "x": 3736.5,\r
-        "y": 436,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 3770.5,\r
+        "y": 444,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": []\r
     },\r
     {\r
-        "id": "e36acb2.364b538",\r
+        "id": "deb2a97d.a041c8",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3732,\r
-        "y": 501,\r
-        "z": "fdc94a5e.7c86f8",\r
+        "x": 3766,\r
+        "y": 509,\r
+        "z": "b39eb7ec.28f1a8",\r
         "wires": [\r
             []\r
         ]\r
index 4e31cf5..6690c0c 100644 (file)
@@ -1,20 +1,20 @@
 [\r
     {\r
-        "id": "9067dc50.e26888",\r
+        "id": "bf5e551e.2a4d68",\r
         "type": "dgstart",\r
         "name": "DGSTART",\r
         "outputs": 1,\r
-        "x": 130,\r
-        "y": 78,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 150,\r
+        "y": 61,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             [\r
-                "51326c57.b5118c"\r
+                "536d861a.099138"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "51326c57.b5118c",\r
+        "id": "536d861a.099138",\r
         "type": "service-logic",\r
         "name": "GENERIC-RESOURCE-API ${project.version}",\r
         "module": "GENERIC-RESOURCE-API",\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='GENERIC-RESOURCE-API' version='${project.version}'>",\r
         "outputs": 1,\r
-        "x": 261.2856903076172,\r
-        "y": 127.23810863494873,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 281.2856903076172,\r
+        "y": 110.23810863494873,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             [\r
-                "1a80b7c8.5e20d"\r
+                "6541c50d.7a4ee4"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "1a80b7c8.5e20d",\r
+        "id": "6541c50d.7a4ee4",\r
         "type": "method",\r
         "name": "method tsli-vnf-topology-operation-trans-slice-delete",\r
         "xml": "<method rpc='tsli-vnf-topology-operation-trans-slice-delete' mode='sync'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 264.4286193847656,\r
-        "y": 212.00003242492676,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 284.4286193847656,\r
+        "y": 195.00003242492676,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             [\r
-                "727ca303.e92f14"\r
+                "b890e0d.be3caa"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "727ca303.e92f14",\r
+        "id": "b890e0d.be3caa",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
-        "x": 414.238037109375,\r
-        "y": 341.6666564941406,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 434.238037109375,\r
+        "y": 324.6666564941406,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             [\r
-                "89ce3405.afdad8",\r
-                "f34628af.971e58",\r
-                "662b7b8b.c02da4"\r
+                "2c42b5ac.a1886a",\r
+                "a9ded91f.36ccb8",\r
+                "783cf92b.26682"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "89ce3405.afdad8",\r
+        "id": "2c42b5ac.a1886a",\r
         "type": "returnSuccess",\r
         "name": "return success",\r
         "xml": "<return status='success'>\n<parameter name=\"ack-final-indicator\" value=\"Y\" />\n<parameter name=\"error-code\" value=\"200\" />\n<parameter name=\"error-message\" value=\"`$error-message`\" />\n",\r
         "comments": "",\r
-        "x": 710.5716552734375,\r
-        "y": 618.59716796875,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 730.5716552734375,\r
+        "y": 601.59716796875,\r
+        "z": "e001b214.9c4f88",\r
         "wires": []\r
     },\r
     {\r
-        "id": "7661af19.3745a8",\r
+        "id": "231b56c7.bc5152",\r
         "type": "comment",\r
         "name": "new for TransportSlicing",\r
         "info": "",\r
         "comments": "",\r
-        "x": 742,\r
-        "y": 293,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 762,\r
+        "y": 276,\r
+        "z": "e001b214.9c4f88",\r
         "wires": []\r
     },\r
     {\r
-        "id": "f34628af.971e58",\r
+        "id": "a9ded91f.36ccb8",\r
         "type": "save",\r
         "name": "get service-instance from aai",\r
         "xml": "<!--<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" -->\n<!--\tresource=\"service-instance\"-->\n<!--\tkey='service-instance.service-instance-id = $service-data.vnfs.vnf[$tmp.vidx].vnf-data.service-information.service-instance-id-->\n<!--         AND customer.global-customer-id = $service-data.vnfs.vnf[$tmp.vidx].vnf-data.service-information.global-customer-id -->\n<!--         AND service-subscription.service-type = $service-data.vnfs.vnf[$tmp.vidx].vnf-data.service-information.subscription-service-type'-->\n<!--\tlocal-only=\"false\"-->\n<!--\tforce=\"true\" pfx=\"tmp.aai.service-instance\">-->\n    \n\n<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\tresource=\"service-instance\"\n\tkey='service-instance.service-instance-id = $vnf-topology-operation-input.service-information.service-instance-id\n         AND customer.global-customer-id = $vnf-topology-operation-input.service-information.global-customer-id \n         AND service-subscription.service-type = $vnf-topology-operation-input.service-information.subscription-service-type'\n\tlocal-only=\"false\"\n\tforce=\"true\" pfx=\"tmp.aai.service-instance\">\n\n\n<!--vnf-topology-operation-input.service-information.service-instance-id-->",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 762,\r
-        "y": 389,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 782,\r
+        "y": 372,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             [\r
-                "f2d7e1a3.9c55b8",\r
-                "893eca26.41fe2",\r
-                "67ceb9a8.a14aa8"\r
+                "ebd2852a.6b8948",\r
+                "6eeb6239.832acc",\r
+                "accd90f7.832538"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "f2d7e1a3.9c55b8",\r
+        "id": "ebd2852a.6b8948",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 981,\r
-        "y": 327,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 1001,\r
+        "y": 310,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             [\r
-                "6a81e2af.afefb4"\r
+                "cd7dc6c0.b4fb9"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "893eca26.41fe2",\r
+        "id": "6eeb6239.832acc",\r
         "type": "not-found",\r
         "name": "not-found",\r
         "xml": "<outcome value='not-found'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 990.490966796875,\r
-        "y": 369.57403564453125,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 1010.490966796875,\r
+        "y": 352.57403564453125,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             [\r
-                "adcdedad.e4cfa8"\r
+                "63941e02.5fb4"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "67ceb9a8.a14aa8",\r
+        "id": "accd90f7.832538",\r
         "type": "failure",\r
         "name": "failure",\r
         "xml": "<outcome value='failure'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 979,\r
-        "y": 416,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 999,\r
+        "y": 399,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             [\r
-                "51f8ebc0.b96fdc"\r
+                "331acfad.087d3"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "adcdedad.e4cfa8",\r
+        "id": "63941e02.5fb4",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'An error occurred while querying pnf from AnAI with pnf-name = ' + $prop.l3vpn.pe1_id`\" />\n\n",\r
         "comments": "",\r
-        "x": 1144.0623779296875,\r
-        "y": 372.8597717285156,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 1164.0623779296875,\r
+        "y": 355.8597717285156,\r
+        "z": "e001b214.9c4f88",\r
         "wires": []\r
     },\r
     {\r
-        "id": "51f8ebc0.b96fdc",\r
+        "id": "331acfad.087d3",\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": 1148,\r
-        "y": 417,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 1168,\r
+        "y": 400,\r
+        "z": "e001b214.9c4f88",\r
         "wires": []\r
     },\r
     {\r
-        "id": "6a81e2af.afefb4",\r
+        "id": "cd7dc6c0.b4fb9",\r
         "type": "for",\r
         "name": "for each relationship",\r
         "xml": "<for index='rel-index' start='0' end='`$tmp.aai.service-instance.relationship-list.relationship_length`' >\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 1178,\r
-        "y": 323,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 1198,\r
+        "y": 306,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             [\r
-                "37d91278.b2e28e"\r
+                "71a5e1a5.fba1e8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "37d91278.b2e28e",\r
+        "id": "71a5e1a5.fba1e8",\r
         "type": "switchNode",\r
         "name": "switch related-to",\r
         "xml": "<switch test='`$tmp.aai.service-instance.relationship-list.relationship[$rel-index].related-to`'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 1401.33349609375,\r
-        "y": 322.99993896484375,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 1421.33349609375,\r
+        "y": 305.99993896484375,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             [\r
-                "63dc2a73.eea004"\r
+                "45ab176d.29b28"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "63dc2a73.eea004",\r
+        "id": "45ab176d.29b28",\r
         "type": "outcome",\r
         "name": "connectivity",\r
         "xml": "<outcome value='connectivity'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 1602.0001335144043,\r
-        "y": 324.00002098083496,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 1622.0001335144043,\r
+        "y": 307.00002098083496,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             [\r
-                "3bc5d31f.4eff1c"\r
+                "8b30afaa.f156f"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "662b7b8b.c02da4",\r
+        "id": "783cf92b.26682",\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' />",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 728,\r
-        "y": 337,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 748,\r
+        "y": 320,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             []\r
         ]\r
     },\r
     {\r
-        "id": "3bc5d31f.4eff1c",\r
+        "id": "8b30afaa.f156f",\r
         "type": "save",\r
         "name": "get connectivity from aai",\r
         "xml": "<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\tresource=\"connectivity\"\n\t    key=\"connectivity.connectivity-id = $tmp.aai.service-instance.relationship-list.relationship[$rel-index].relationship-data[0].relationship-value\"\n\t\tlocal-only=\"false\" \n\t\tpfx=\"tmp.aai.connectivity\" >\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 1840,\r
-        "y": 326,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 1860,\r
+        "y": 309,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             [\r
-                "f9ddca30.13fc18",\r
-                "2e83e20a.a4c64e",\r
-                "bbb85f3b.347968"\r
+                "a8a15026.50a8d",\r
+                "c9ce2298.2cf6b",\r
+                "be682b6.40831d8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "f9ddca30.13fc18",\r
+        "id": "a8a15026.50a8d",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2048,\r
-        "y": 290,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 2068,\r
+        "y": 273,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             [\r
-                "7f6304c6.68b434"\r
+                "d739426f.d36bb8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "2e83e20a.a4c64e",\r
+        "id": "c9ce2298.2cf6b",\r
         "type": "not-found",\r
         "name": "not-found",\r
         "xml": "<outcome value='not-found'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2048.490966796875,\r
-        "y": 335.57403564453125,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 2068.490966796875,\r
+        "y": 318.57403564453125,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             [\r
-                "848ced52.aed45"\r
+                "21e5c859.ccd51"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "bbb85f3b.347968",\r
+        "id": "be682b6.40831d8",\r
         "type": "failure",\r
         "name": "failure",\r
         "xml": "<outcome value='failure'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2046,\r
-        "y": 379,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 2066,\r
+        "y": 362,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             [\r
-                "67746d9a.bb8fac"\r
+                "fbd36b9c.f4a15"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "848ced52.aed45",\r
+        "id": "21e5c859.ccd51",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'An error occurred while querying pnf from AnAI with pnf-name = ' + $prop.l3vpn.pe1_id`\" />\n\n",\r
         "comments": "",\r
-        "x": 2211.0623779296875,\r
-        "y": 335.8597717285156,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 2231.0623779296875,\r
+        "y": 318.8597717285156,\r
+        "z": "e001b214.9c4f88",\r
         "wires": []\r
     },\r
     {\r
-        "id": "67746d9a.bb8fac",\r
+        "id": "fbd36b9c.f4a15",\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": 2215,\r
-        "y": 380,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 2235,\r
+        "y": 363,\r
+        "z": "e001b214.9c4f88",\r
         "wires": []\r
     },\r
     {\r
-        "id": "a1788c2.5cbcc7",\r
+        "id": "a46cc38.98dbb4",\r
         "type": "save",\r
         "name": "get vpn-binding from aai",\r
         "xml": "<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\tresource=\"vpn-binding\"\n\t    key=\"vpn-binding.vpn-id = $tmp.aai.connectivity.relationship-list.relationship[$cridx].relationship-data[0].relationship-value\"\n\t\tlocal-only=\"false\" \n\t\tpfx=\"tmp.aai.vpn-binding\" >\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2521,\r
-        "y": 379,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 2541,\r
+        "y": 362,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             [\r
-                "ff5b5708.803718",\r
-                "2b7ab4e7.4996c4",\r
-                "8f3a9f9c.feba08"\r
+                "9e895711.9515a",\r
+                "45b51772.60fd7",\r
+                "90f1dd00.339a68"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "66c494d6.d131ec",\r
+        "id": "41605fb3.ac785",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
-        "x": 2905,\r
-        "y": 379,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 2925,\r
+        "y": 362,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             [\r
-                "4df4ccfd.828a9c",\r
-                "cc810976.1e78e",\r
-                "6804b3fb.447a5c",\r
-                "1114cd30.8fbe33",\r
-                "77014142.ee291",\r
-                "eea604e.273be78",\r
-                "c7f4c6b5.89c68"\r
+                "315634a1.892b34",\r
+                "34cfba69.4d51e6",\r
+                "58dd3cb5.26ee4c",\r
+                "e4194069.37887",\r
+                "e5415b2a.1b069",\r
+                "af105f82.f24",\r
+                "bfb53be2.1d7798"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "ff5b5708.803718",\r
+        "id": "9e895711.9515a",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2732,\r
-        "y": 381,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 2752,\r
+        "y": 364,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             [\r
-                "66c494d6.d131ec"\r
+                "41605fb3.ac785"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "2b7ab4e7.4996c4",\r
+        "id": "45b51772.60fd7",\r
         "type": "not-found",\r
         "name": "not-found",\r
         "xml": "<outcome value='not-found'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2732.490966796875,\r
-        "y": 426.57403564453125,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 2752.490966796875,\r
+        "y": 409.57403564453125,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             [\r
-                "71b7f260.a02afc"\r
+                "80ebbe87.b5f13"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "8f3a9f9c.feba08",\r
+        "id": "90f1dd00.339a68",\r
         "type": "failure",\r
         "name": "failure",\r
         "xml": "<outcome value='failure'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2730,\r
-        "y": 470,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 2750,\r
+        "y": 453,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             [\r
-                "f1455dfe.4b515"\r
+                "928e602f.f7958"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "f1455dfe.4b515",\r
+        "id": "928e602f.f7958",\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": 2897,\r
-        "y": 469,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 2917,\r
+        "y": 452,\r
+        "z": "e001b214.9c4f88",\r
         "wires": []\r
     },\r
     {\r
-        "id": "71b7f260.a02afc",\r
+        "id": "80ebbe87.b5f13",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'An error occurred while querying pnf from AnAI with pnf-name = ' + $prop.l3vpn.pe1_id`\" />\n\n",\r
         "comments": "",\r
-        "x": 2895.0623779296875,\r
-        "y": 426.8597717285156,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 2915.0623779296875,\r
+        "y": 409.8597717285156,\r
+        "z": "e001b214.9c4f88",\r
         "wires": []\r
     },\r
     {\r
-        "id": "7f6304c6.68b434",\r
+        "id": "d739426f.d36bb8",\r
         "type": "for",\r
         "name": "for each relationship",\r
         "xml": "<for silentFailure='true' index='cridx' start='0' end='`$tmp.aai.connectivity.relationship-list.relationship_length`' >\n\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2249,\r
-        "y": 285,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 2269,\r
+        "y": 268,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             [\r
-                "df01a5ae.6dc3e8"\r
+                "953eda1a.4d542"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "df01a5ae.6dc3e8",\r
+        "id": "953eda1a.4d542",\r
         "type": "switchNode",\r
         "name": "switch related-to",\r
         "xml": "<switch test='`$tmp.aai.connectivity.relationship-list.relationship[$cridx].related-to`'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2454,\r
-        "y": 285,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 2474,\r
+        "y": 268,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             [\r
-                "3c18e8d0.67c0b"\r
+                "75a62157.0a968"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "3c18e8d0.67c0b",\r
+        "id": "75a62157.0a968",\r
         "type": "outcome",\r
         "name": "vpn-binding",\r
         "xml": "<outcome value='vpn-binding'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 2620,\r
-        "y": 285,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 2640,\r
+        "y": 268,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             [\r
-                "2564f00.0bbdd9"\r
+                "d166d1d9.165cd8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "2564f00.0bbdd9",\r
+        "id": "d166d1d9.165cd8",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
-        "x": 2783,\r
-        "y": 285,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 2803,\r
+        "y": 268,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             [\r
-                "a1788c2.5cbcc7"\r
+                "a46cc38.98dbb4"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "4df4ccfd.828a9c",\r
+        "id": "315634a1.892b34",\r
         "type": "set",\r
         "name": "set pnf-name",\r
         "xml": "<set>\n<parameter name='tmp.domain.pnf-name' value=\"`'networkId-providerId-' +\n                                                   $tmp.aai.vpn-binding.access-provider-id + '-clientId-' +\n                                                   $tmp.aai.vpn-binding.access-client-id + '-topologyId-' +\n                                                   $tmp.aai.vpn-binding.access-topology-id + '-nodeId-' +\n                                                   $tmp.aai.vpn-binding.src-access-node-id`\" />\n",\r
         "comments": "",\r
-        "x": 3120,\r
-        "y": 89,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 3140,\r
+        "y": 72,\r
+        "z": "e001b214.9c4f88",\r
         "wires": []\r
     },\r
     {\r
-        "id": "cc810976.1e78e",\r
+        "id": "34cfba69.4d51e6",\r
         "type": "get-resource",\r
         "name": "get-resource src pnf",\r
         "xml": "<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\t\tresource=\"pnf\" \n\t\tkey=\"pnf.pnf-name = $tmp.domain.pnf-name\"\n        pfx='tmp.aai.source-pnf' local-only='false' >\n\n        <!--AND depth = '0'\"-->\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3146,\r
-        "y": 206,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 3166,\r
+        "y": 189,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             [\r
-                "fbb5125b.955718",\r
-                "693af83c.f3ea18",\r
-                "2473f4a.835008c"\r
+                "b3f1fbc8.de108",\r
+                "b343cfff.aa8d4",\r
+                "284e02e7.51cff6"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "fbb5125b.955718",\r
+        "id": "b3f1fbc8.de108",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3341.5001220703125,\r
-        "y": 158,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 3361.5001220703125,\r
+        "y": 141,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             [\r
-                "9a9b433a.0ee84"\r
+                "81f23c52.9a8b3"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "693af83c.f3ea18",\r
+        "id": "b343cfff.aa8d4",\r
         "type": "not-found",\r
         "name": "not-found",\r
         "xml": "<outcome value='not-found'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3333.5001220703125,\r
-        "y": 213,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 3353.5001220703125,\r
+        "y": 196,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             [\r
-                "3249d5d1.aac972"\r
+                "f8c3b27d.bb7ca8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "9a9b433a.0ee84",\r
+        "id": "81f23c52.9a8b3",\r
         "type": "block",\r
         "name": "block",\r
         "xml": "<block>\n",\r
         "atomic": "false",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3485.8824462890625,\r
-        "y": 157.65567016601562,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 3505.8824462890625,\r
+        "y": 140.65567016601562,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             [\r
-                "4c1ac004.69f11"\r
+                "cf4fab4f.ff26f8"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "4c1ac004.69f11",\r
+        "id": "cf4fab4f.ff26f8",\r
         "type": "for",\r
         "name": "for each relationship",\r
         "xml": "<for silentFailure='true' index='spvidx' start='0' end='`$tmp.aai.source-pnf.relationship-list.relationship_length`' >\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3670,\r
-        "y": 156,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 3690,\r
+        "y": 139,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             [\r
-                "4cdbe422.34f9d4"\r
+                "e5bf62b8.3c949"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "4cdbe422.34f9d4",\r
+        "id": "e5bf62b8.3c949",\r
         "type": "switchNode",\r
         "name": "switch related-to",\r
         "xml": "<switch test='`$tmp.aai.source-pnf.relationship-list.relationship[$spvidx].related-to`'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3865,\r
-        "y": 156,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 3885,\r
+        "y": 139,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             [\r
-                "9761202f.b6a0b"\r
+                "8f16d6f1.620958"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "2473f4a.835008c",\r
+        "id": "284e02e7.51cff6",\r
         "type": "other",\r
         "name": "other",\r
         "xml": "<outcome value='Other'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3338.5001220703125,\r
-        "y": 270,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 3358.5001220703125,\r
+        "y": 253,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             [\r
-                "aacead6d.fefcb8"\r
+                "a632f8eb.4977a"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "aacead6d.fefcb8",\r
+        "id": "a632f8eb.4977a",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'Unexpected error occurred while querying pnf from AnAI with pnf-name = ' + $prop.connection-attachement.access-node-id`\" />\n\n",\r
         "comments": "",\r
-        "x": 3490.5001220703125,\r
-        "y": 271,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 3510.5001220703125,\r
+        "y": 254,\r
+        "z": "e001b214.9c4f88",\r
         "wires": []\r
     },\r
     {\r
-        "id": "3249d5d1.aac972",\r
+        "id": "f8c3b27d.bb7ca8",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'An error occurred while querying pnf from AnAI with pnf-name = ' + $prop.connection-attachement.access-node-id`\" />\n\n",\r
         "comments": "",\r
-        "x": 3501.5001220703125,\r
-        "y": 214,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 3521.5001220703125,\r
+        "y": 197,\r
+        "z": "e001b214.9c4f88",\r
         "wires": []\r
     },\r
     {\r
-        "id": "4c67262e.3701a8",\r
+        "id": "c808ab3d.c57d7",\r
         "type": "execute",\r
         "name": "get esr-thirdparty-sdnc",\r
         "xml": "<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\t\tresource=\"esr-thirdparty-sdnc\" \n\t\tkey=\"esr-thirdparty-sdnc.thirdparty-sdnc-id = $tmp.domain.esr-thirdparty-id AND \n\t\t     depth = '1'\"\n        pfx='tmp.aai.domain.esr-thirdparty-sdnc' local-only='false' >",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4453,\r
-        "y": 173,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 4473,\r
+        "y": 156,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             [\r
-                "906ef06e.7739a8",\r
-                "cb4dc0cc.5ae2c",\r
-                "8ceaa5d5.dc9b88"\r
+                "2713e757.2f3d8",\r
+                "638dc84.73ac0b8",\r
+                "4816e676.e50758"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "12825971.5566ff",\r
+        "id": "c8c24e1.d1c68b",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "outputs": 1,\r
-        "x": 4247,\r
-        "y": 160,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 4267,\r
+        "y": 143,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             [\r
-                "dddd5795.4cbcd",\r
-                "4c67262e.3701a8",\r
-                "459c85bd.d88044"\r
+                "e331349b.029ff",\r
+                "c808ab3d.c57d7",\r
+                "3516a6c6.78d90a"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "dddd5795.4cbcd",\r
+        "id": "e331349b.029ff",\r
         "type": "set",\r
         "name": "set esr-thirdparty-sdnc domain id",\r
         "xml": "<set>\n<parameter name='tmp.domain.esr-thirdparty-id' value=\"`$tmp.aai.source-pnf.relationship-list.relationship[$spvidx].relationship-data[0].relationship-value`\" />\n",\r
         "comments": "",\r
-        "x": 4483,\r
-        "y": 121,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 4503,\r
+        "y": 104,\r
+        "z": "e001b214.9c4f88",\r
         "wires": []\r
     },\r
     {\r
-        "id": "906ef06e.7739a8",\r
+        "id": "2713e757.2f3d8",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4663,\r
-        "y": 164,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 4683,\r
+        "y": 147,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             [\r
-                "97b50ccf.b69cd8"\r
+                "f914c736.a35ec"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "cb4dc0cc.5ae2c",\r
+        "id": "638dc84.73ac0b8",\r
         "type": "not-found",\r
         "name": "not-found",\r
         "xml": "<outcome value='not-found'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4655,\r
-        "y": 219,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 4675,\r
+        "y": 202,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             [\r
-                "34cf9d59.f69aea"\r
+                "ff1a96b1.1ab44"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "8ceaa5d5.dc9b88",\r
+        "id": "4816e676.e50758",\r
         "type": "other",\r
         "name": "other",\r
         "xml": "<outcome value='Other'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4660,\r
-        "y": 276,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 4680,\r
+        "y": 259,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             [\r
-                "6573a76f.8f9128"\r
+                "81b24b13.ecc93"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "6573a76f.8f9128",\r
+        "id": "81b24b13.ecc93",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'Unexpected error occurred while querying pnf from AnAI with pnf-name = ' + $prop.connection-attachement.access-node-id`\" />\n\n",\r
         "comments": "",\r
-        "x": 4812,\r
-        "y": 277,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 4832,\r
+        "y": 260,\r
+        "z": "e001b214.9c4f88",\r
         "wires": []\r
     },\r
     {\r
-        "id": "34cf9d59.f69aea",\r
+        "id": "ff1a96b1.1ab44",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
         "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=\"`'An error occurred while querying pnf from AnAI with pnf-name = ' + $prop.connection-attachement.access-node-id`\" />\n\n",\r
         "comments": "",\r
-        "x": 4823,\r
-        "y": 222,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 4843,\r
+        "y": 205,\r
+        "z": "e001b214.9c4f88",\r
         "wires": []\r
     },\r
     {\r
-        "id": "97b50ccf.b69cd8",\r
+        "id": "f914c736.a35ec",\r
         "type": "block",\r
         "name": "block",\r
         "xml": "<block>\n",\r
         "atomic": "false",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4807.38232421875,\r
-        "y": 161.65567016601562,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 4827.38232421875,\r
+        "y": 144.65567016601562,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             [\r
-                "e66f9d95.0b353"\r
+                "3dce9a6f.ca54ee"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "9761202f.b6a0b",\r
+        "id": "8f16d6f1.620958",\r
         "type": "outcome",\r
         "name": "esr-thirdparty-sdnc",\r
         "xml": "<outcome value='esr-thirdparty-sdnc'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 4068,\r
-        "y": 160,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 4088,\r
+        "y": 143,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             [\r
-                "12825971.5566ff"\r
+                "c8c24e1.d1c68b"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "e66f9d95.0b353",\r
+        "id": "3dce9a6f.ca54ee",\r
         "type": "set",\r
         "name": "set controller domain data",\r
         "xml": "<set>\n<parameter name='prop.sdncRestApi.thirdpartySdnc.domain.url' value=\"`$tmp.aai.domain.esr-thirdparty-sdnc.esr-system-info-list.esr-system-info[0].service-url`\" />\n<parameter name='prop.sdncRestApi.thirdpartySdnc.domain.user' value=\"`$tmp.aai.domain.esr-thirdparty-sdnc.esr-system-info-list.esr-system-info[0].user-name`\" />\n<parameter name='prop.sdncRestApi.thirdpartySdnc.domain.password' value=\"`$tmp.aai.domain.esr-thirdparty-sdnc.esr-system-info-list.esr-system-info[0].password`\" />\n\n\n<!--<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
-        "x": 5022,\r
-        "y": 158,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 5042,\r
+        "y": 141,\r
+        "z": "e001b214.9c4f88",\r
         "wires": []\r
     },\r
     {\r
-        "id": "459c85bd.d88044",\r
+        "id": "3516a6c6.78d90a",\r
         "type": "break",\r
         "name": "break",\r
         "xml": "<break>\n",\r
         "comments": "",\r
-        "x": 4403,\r
-        "y": 237,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 4423,\r
+        "y": 220,\r
+        "z": "e001b214.9c4f88",\r
         "wires": []\r
     },\r
     {\r
-        "id": "1114cd30.8fbe33",\r
+        "id": "af105f82.f24",\r
         "type": "execute",\r
         "name": "execute RestApiCallNode Delete transport slice without token",\r
-        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/' + $prop.restapi.transport-slice-creation.templatefile`\" />\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domain.url +  '/restconf/operations/ietf-optical-slice:deallocate-optical-slice'`\" />\n<parameter name=\"restapiUser\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domain.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domain.password`\" />\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"delete\"/>\n<parameter name=\"responsePrefix\" value=\"otn-oof\"/>\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",\r
+        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/' + $prop.restapi.transport-slice-creation.templatefile`\" />\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domain.url +  '/restconf/operations/ietf-optical-slice:deallocate-optical-slice'`\" />\n<parameter name=\"restapiUser\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domain.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domain.password`\" />\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"post\"/>\n<parameter name=\"responsePrefix\" value=\"otn-oof\"/>\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",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3270,\r
-        "y": 504,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 3290,\r
+        "y": 487,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             [\r
-                "aa415b48.c51fe8",\r
-                "f0d3a65b.427ad8"\r
+                "58523c50.a8358c",\r
+                "666e388c.437238"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "aa415b48.c51fe8",\r
+        "id": "58523c50.a8358c",\r
         "type": "failure",\r
         "name": "failure",\r
         "xml": "<outcome value='failure'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3613.5,\r
-        "y": 499,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 3633.5,\r
+        "y": 482,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             [\r
-                "c60de7c9.d4f7f8"\r
+                "3480dc80.ce39a4"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "f0d3a65b.427ad8",\r
+        "id": "666e388c.437238",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3617.5,\r
-        "y": 539,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 3637.5,\r
+        "y": 522,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             [\r
-                "a329dc5b.ef894"\r
+                "f77842b2.9897b"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "a329dc5b.ef894",\r
+        "id": "f77842b2.9897b",\r
         "type": "block",\r
         "name": "block : atomic",\r
         "xml": "<block atomic=\"true\">",\r
         "atomic": "true",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3775,\r
-        "y": 539,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 3795,\r
+        "y": 522,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             []\r
         ]\r
     },\r
     {\r
-        "id": "c60de7c9.d4f7f8",\r
+        "id": "3480dc80.ce39a4",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
-        "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",\r
+        "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 deallocate transport slice rest api\" />\n",\r
         "comments": "",\r
-        "x": 3771.5,\r
-        "y": 499,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 3791.5,\r
+        "y": 482,\r
+        "z": "e001b214.9c4f88",\r
         "wires": []\r
     },\r
     {\r
-        "id": "6804b3fb.447a5c",\r
+        "id": "58dd3cb5.26ee4c",\r
         "type": "set",\r
         "name": "set attachment_param for TN NSSSI deleteion in PNC",\r
         "xml": "<set>\n<parameter name='slice-instance-id' value='`$tmp.aai.service-instance.service-instance-id`' />\n\n",\r
         "comments": "",\r
-        "x": 3246,\r
-        "y": 379,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 3266,\r
+        "y": 362,\r
+        "z": "e001b214.9c4f88",\r
         "wires": []\r
     },\r
     {\r
-        "id": "77014142.ee291",\r
+        "id": "e4194069.37887",\r
         "type": "save",\r
         "name": "delete connectivity resource in AAI",\r
         "xml": "<delete plugin='org.onap.ccsdk.sli.adaptors.aai.AAIService' resource='connectivity' \n      key='connectivity.connectivity-id = $tmp.aai.connectivity.connectivity-id'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3176,\r
-        "y": 814,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 3196,\r
+        "y": 797,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             []\r
         ]\r
     },\r
     {\r
-        "id": "eea604e.273be78",\r
+        "id": "e5415b2a.1b069",\r
         "type": "save",\r
         "name": "delete vpn-binding resource in AAI",\r
         "xml": "<delete plugin='org.onap.ccsdk.sli.adaptors.aai.AAIService' resource='vpn-binding' \n      key='vpn-binding.vpn-id = $tmp.aai.vpn-binding.vpn-id' >\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3172,\r
-        "y": 858,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 3192,\r
+        "y": 841,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             []\r
         ]\r
     },\r
     {\r
-        "id": "c7f4c6b5.89c68",\r
+        "id": "bfb53be2.1d7798",\r
         "type": "execute",\r
         "name": "execute RestApiCallNode domain UNI deColoring",\r
-        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<!--<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/' + $prop.restapi.ts-coloring-uni-port.templatefile`\" />-->\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domain.url + '/restconf/data/ietf-network:networks/network=networkId-providerId-' + $tmp.aai.connectivity.access-provider-id + '-clientId-' + $tmp.aai.connectivity.access-client-id + '-topologyId-' + $tmp.aai.connectivity.access-topology-id +  '/node=' + $tmp.aai.connectivity.access-node-id + '/ietf-network-topology:termination-point=' + $tmp.aai.connectivity.access-ltp-id + '/ietf-te-topology:te/ietf-optical-slice:tp-slice-id' `\" />\n<parameter name=\"restapiUser\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domain.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domain.password`\" />\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"delete\"/>\n<parameter name=\"responsePrefix\" value=\"otn-oof\"/>\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",\r
+        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<!--<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/' + $prop.restapi.ts-coloring-uni-port.templatefile`\" />-->\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domain.url + '/restconf/data/ietf-network:networks/network=networkId-providerId-' + $tmp.aai.connectivity.access-provider-id + '-clientId-' + $tmp.aai.connectivity.access-client-id + '-topologyId-' + $tmp.aai.connectivity.access-topology-id +  '/node=' + $tmp.aai.connectivity.access-node-id + '/ietf-network-topology:termination-point=' + $tmp.aai.connectivity.access-ltp-id + '/ietf-te-topology:te/ietf-optical-slice:slice-id-list=' + $slice-instance-id `\" />\n<parameter name=\"restapiUser\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domain.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.sdncRestApi.thirdpartySdnc.domain.password`\" />\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"delete\"/>\n<parameter name=\"responsePrefix\" value=\"otn-oof\"/>\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",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3233,\r
-        "y": 677,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 3253,\r
+        "y": 660,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             [\r
-                "e6edfa38.71c268",\r
-                "137ffb3e.b1daa5"\r
+                "9751ec98.3e8be8",\r
+                "4652cbec.507204"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "137ffb3e.b1daa5",\r
+        "id": "4652cbec.507204",\r
         "type": "failure",\r
         "name": "failure",\r
         "xml": "<outcome value='failure'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3499,\r
-        "y": 657,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 3519,\r
+        "y": 640,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             [\r
-                "7548726d.c6844c"\r
+                "45199d8e.7e5fdc"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "e6edfa38.71c268",\r
+        "id": "9751ec98.3e8be8",\r
         "type": "success",\r
         "name": "success",\r
         "xml": "<outcome value='success'>\n",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3500.000213623047,\r
-        "y": 707.9999094009399,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 3520.000213623047,\r
+        "y": 690.9999094009399,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             [\r
-                "67229e1a.f4d798"\r
+                "ebd36513.cafc88"\r
             ]\r
         ]\r
     },\r
     {\r
-        "id": "7548726d.c6844c",\r
+        "id": "45199d8e.7e5fdc",\r
         "type": "returnFailure",\r
         "name": "return failure",\r
-        "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 OOF api\" />\n",\r
+        "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 decoloring UNI rest api\" />\n",\r
         "comments": "",\r
-        "x": 3639.0002479553223,\r
-        "y": 657.0000009536743,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 3659.0002479553223,\r
+        "y": 640.0000009536743,\r
+        "z": "e001b214.9c4f88",\r
         "wires": []\r
     },\r
     {\r
-        "id": "67229e1a.f4d798",\r
+        "id": "ebd36513.cafc88",\r
         "type": "block",\r
         "name": "block",\r
         "xml": "<block>\n",\r
         "atomic": "false",\r
         "comments": "",\r
         "outputs": 1,\r
-        "x": 3645.02725982666,\r
-        "y": 705.7453947067261,\r
-        "z": "65374df1.8a48d4",\r
+        "x": 3665.02725982666,\r
+        "y": 688.7453947067261,\r
+        "z": "e001b214.9c4f88",\r
         "wires": [\r
             []\r
         ]\r
index ba54f84..cfae11c 100755 (executable)
@@ -281,4 +281,9 @@ GENERIC-RESOURCE-API sotn-vnf-topology-operation-underlay-create ${project.versi
 GENERIC-RESOURCE-API sotn-vnf-topology-operation-underlay-deactivate ${project.version} sync
 GENERIC-RESOURCE-API sotn-vnf-topology-operation-underlay-delete ${project.version} sync
 GENERIC-RESOURCE-API sotn-get-vf-module-uni-param ${project.version} sync
+GENERIC-RESOURCE-API tsli-vnf-topology-operation-trans-slice-allocate ${project.version} sync
+GENERIC-RESOURCE-API tsli-vnf-topology-operation-trans-slice-activate ${project.version} sync
+GENERIC-RESOURCE-API tsli-vnf-topology-operation-trans-slice-deactivate ${project.version} sync
+GENERIC-RESOURCE-API tsli-vnf-topology-operation-trans-slice-deallocate ${project.version} sync
+GENERIC-RESOURCE-API tsli-vnf-topology-operation-get-otn-tunnel-path-from-oof ${project.version} sync
 
index c3b4810..3af9347 100644 (file)
@@ -43,6 +43,9 @@
                                                                       pfx="tmp.aai.vpn-binding" >\r
                                                             <outcome value='success'>\r
                                                                 <block atomic="true">\r
+                                                                    <set>\r
+                                                                        <parameter name='gfp-n' value='`$tmp.aai.vpn-binding.route-distinguisher`' />\r
+                                                                    </set>\r
                                                                     <switch test='`$tmp.aai.vpn-binding.dst-access-ltp-id`'>\r
                                                                         <outcome value='Other'>\r
                                                                             <block atomic="true">\r
                                                                                     <parameter name="restapiUser" value="`$prop.sdncRestApi.thirdpartySdnc.domainA.user`" />\r
                                                                                     <parameter name="restapiPassword" value="`$prop.sdncRestApi.thirdpartySdnc.domainA.password`" />\r
                                                                                     <parameter name="format" value="json"/>\r
-                                                                                    <parameter name="httpMethod" value="post"/>\r
+                                                                                    <parameter name="httpMethod" value="patch"/>\r
                                                                                     <parameter name="responsePrefix" value="otn-oof"/>\r
                                                                                     <parameter name="trustStoreFileName" value="/opt/onap/sdnc/data/stores/truststore.onap.client.jks"/>\r
                                                                                     <parameter name="trustStorePassword" value="adminadmin"/>\r
                                                                                         <return status='failure'>\r
                                                                                             <parameter name='ack-final' value='Y'/>\r
                                                                                             <parameter name="error-code" value="500" />\r
-                                                                                            <parameter name="error-message" value="Error executing Create vpn rest api" />\r
+                                                                                            <parameter name="error-message" value="Error executing Create OTN tunnel rest api" />\r
                                                                                         </return>\r
                                                                                     </outcome>\r
                                                                                     <outcome value='success'>\r
                                                                                     <parameter name="restapiUser" value="`$prop.sdncRestApi.thirdpartySdnc.domainA.user`" />\r
                                                                                     <parameter name="restapiPassword" value="`$prop.sdncRestApi.thirdpartySdnc.domainA.password`" />\r
                                                                                     <parameter name="format" value="json"/>\r
-                                                                                    <parameter name="httpMethod" value="post"/>\r
+                                                                                    <parameter name="httpMethod" value="patch"/>\r
                                                                                     <parameter name='dirPath' value="/opt/onap/sdnc/restconfapi/yang" />\r
                                                                                     <parameter name="responsePrefix" value="vpn-result"/>\r
                                                                                     <parameter name="trustStoreFileName" value="/opt/onap/sdnc/data/stores/truststore.onap.client.jks"/>\r
                                                                                         <return status='failure'>\r
                                                                                             <parameter name='ack-final' value='Y'/>\r
                                                                                             <parameter name="error-code" value="500" />\r
-                                                                                            <parameter name="error-message" value="Error executing Create vpn rest api" />\r
+                                                                                            <parameter name="error-message" value="Error executing Create ethernet service rest api" />\r
                                                                                         </return>\r
                                                                                     </outcome>\r
                                                                                     <outcome value='success'>\r
                                                                                             <parameter name='src-tpn-id' value='1' />\r
                                                                                             <parameter name='src-ttp-id' value='`$tmp.aai.vpn-bindingB.src-access-ltp-id`' />\r
                                                                                             <parameter name='slice-instance-id' value='`$tmp.aai.service-instance.service-instance-id`' />\r
-                                                                                            <parameter name='otn-tunnel-name-src-domain' value='`$tmp.aai.vpn-bindingB.vpn-name`' />\r
+                                                                                            <parameter name='otn-tunnel-name-dst-domain' value='`$tmp.aai.vpn-bindingB.vpn-name`' />\r
                                                                                             <parameter name='client-id' value='`$tmp.aai.vpn-bindingB.access-client-id`' />\r
                                                                                             <parameter name='provider-id' value='`$tmp.aai.vpn-bindingB.access-provider-id`' />\r
                                                                                             <parameter name='topology-id' value='`$tmp.aai.vpn-bindingB.access-topology-id`' />\r
                                                                                             <parameter name="restapiUser" value="`$prop.sdncRestApi.thirdpartySdnc.domainB.user`" />\r
                                                                                             <parameter name="restapiPassword" value="`$prop.sdncRestApi.thirdpartySdnc.domainB.password`" />\r
                                                                                             <parameter name="format" value="json"/>\r
-                                                                                            <parameter name="httpMethod" value="post"/>\r
+                                                                                            <parameter name="httpMethod" value="patch"/>\r
                                                                                             <parameter name="responsePrefix" value="otn-oof"/>\r
                                                                                             <parameter name="trustStoreFileName" value="/opt/onap/sdnc/data/stores/truststore.onap.client.jks"/>\r
                                                                                             <parameter name="trustStorePassword" value="adminadmin"/>\r
                                                                                                 <return status='failure'>\r
                                                                                                     <parameter name='ack-final' value='Y'/>\r
                                                                                                     <parameter name="error-code" value="500" />\r
-                                                                                                    <parameter name="error-message" value="Error executing Create vpn rest api" />\r
+                                                                                                    <parameter name="error-message" value="Error executing Create OTN tunnel rest api" />\r
                                                                                                 </return>\r
                                                                                             </outcome>\r
                                                                                             <outcome value='success'>\r
                                                                                                 <return status='failure'>\r
                                                                                                     <parameter name='ack-final' value='Y'/>\r
                                                                                                     <parameter name="error-code" value="500" />\r
-                                                                                                    <parameter name="error-message" value="Error executing Create vpn rest api" />\r
+                                                                                                    <parameter name="error-message" value="Error executing Create ethernet service rest api" />\r
                                                                                                 </return>\r
                                                                                             </outcome>\r
                                                                                             <outcome value='success'>\r
index 33e7fac..0231223 100644 (file)
                                                                                             <block>\r
                                                                                                 <set>\r
                                                                                                     <parameter name='maximum-bandwidth' value="`$tmp.aai.network-policy.max-bandwidth`" />\r
+                                                                                                    <parameter name='route-distinguisher' value='`$maximum-bandwidth /1000 *4 /5 +1`' />\r
+                                                                                                </set>\r
+                                                                                                <set>\r
+                                                                                                    <parameter name='gfp' value='`$maximum-bandwidth /1000 *4 /5 +1`' />\r
                                                                                                 </set>\r
                                                                                             </block>\r
                                                                                         </outcome>\r
                                                                                                     <parameter name='src-access-ltp-id' value='' />\r
                                                                                                     <parameter name='dst-access-node-id' value='`$domain-A.node-id`' />\r
                                                                                                     <parameter name='dst-access-ltp-id' value='`$domain-A.tunnel-tp-id`' />\r
+                                                                                                    <parameter name='route-distinguisher' value='`$gfp`' />\r
                                                                                                     <parameter name='vpn-type' value='`$prop.global.sotn.vpnType`' />\r
                                                                                                     <parameter name='operational-status' value='Created' />\r
                                                                                                     <parameter name='model-customization-id' value='`$network-topology-operation-input.network-information.onap-model-information.model-customization-uuid`' />\r
                                                                                                     <parameter name='dst-access-node-id' value='`$param-prefix-domainB[$param-prefix-domainB_length -3]`' />\r
                                                                                                     <!--<parameter name='dst-access-ltp-id' value='`$destination.tunnel-tp-id`' />-->\r
                                                                                                     <parameter name='dst-access-ltp-id' value='' />\r
+                                                                                                    <parameter name='route-distinguisher' value='`$gfp`' />\r
                                                                                                     <parameter name='vpn-type' value='`$prop.global.sotn.vpnType`' />\r
                                                                                                     <parameter name='operational-status' value='Created' />\r
                                                                                                     <parameter name='model-customization-id' value='`$network-topology-operation-input.network-information.onap-model-information.model-customization-uuid`' />\r
                                                                                                     <parameter name='request-id' value='`$prop.vpn-binding-domainA-uuid`' />\r
                                                                                                     <parameter name='otn-source-node' value='`$param-prefix-domainA[$param-prefix-domainA_length -3]`' />\r
                                                                                                     <parameter name='otn-dest-node' value='`$domain-A.node-id`' />\r
-                                                                                                    <parameter name='bw-odu' value="`'0,' + $maximum-bandwidth /1000 *2 /3 `" />\r
+                                                                                                    <parameter name='bw-odu' value="`'0,' + $gfp`" />\r
                                                                                                     <!--<parameter name='src-ttp-id' value='`$source.tunnel-tp-id`' />-->\r
                                                                                                     <parameter name='dst-ttp-id' value='`$domain-A.tunnel-tp-id`' />\r
                                                                                                     <parameter name='slice-instance-id' value='`$tmp.aai.service-instance.service-instance-id`' />\r
                                                                                                         <return status='failure'>\r
                                                                                                             <parameter name='ack-final' value='Y'/>\r
                                                                                                             <parameter name="error-code" value="500" />\r
-                                                                                                            <parameter name="error-message" value="Error executing OOF api" />\r
+                                                                                                            <parameter name="error-message" value="Error executing slice creation api for domain A" />\r
                                                                                                         </return>\r
                                                                                                     </outcome>\r
                                                                                                     <outcome value='success'>\r
                                                                                                 </execute>\r
                                                                                                 <execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\r
                                                                                                     <parameter name="templateFileName" value="`$prop.restapi.templateDir + '/' + $prop.restapi.ts-coloring-uni-port.templatefile`" />\r
-                                                                                                    <parameter name="restapiUrl" value="`$prop.sdncRestApi.thirdpartySdnc.domainA.url + '/restconf/data/ietf-network:networks/network=' + $tmp.domainA.eth-network-id + '/node=' + $tmp.src.pnf-name + '/ietf-network-topology:termination-point=' + $tmp.src.ltpId + '/ietf-te-topology:te/ietf-optical-slice:tp-slice-id' `" />\r
+                                                                                                    <parameter name="restapiUrl" value="`$prop.sdncRestApi.thirdpartySdnc.domainA.url + '/restconf/data/ietf-network:networks/network=' + $tmp.domainA.eth-network-id + '/node=' + $tmp.src.pnf-name + '/ietf-network-topology:termination-point=' + $tmp.src.ltpId + '/ietf-te-topology:te' `" />\r
                                                                                                     <parameter name="restapiUser" value="`$prop.sdncRestApi.thirdpartySdnc.domainA.user`" />\r
                                                                                                     <parameter name="restapiPassword" value="`$prop.sdncRestApi.thirdpartySdnc.domainA.password`" />\r
                                                                                                     <parameter name="format" value="json"/>\r
-                                                                                                    <parameter name="httpMethod" value="post"/>\r
+                                                                                                    <parameter name="httpMethod" value="patch"/>\r
                                                                                                     <parameter name="responsePrefix" value="otn-oof"/>\r
                                                                                                     <parameter name="trustStoreFileName" value="/opt/onap/sdnc/data/stores/truststore.onap.client.jks"/>\r
                                                                                                     <parameter name="trustStorePassword" value="adminadmin"/>\r
                                                                                                         <return status='failure'>\r
                                                                                                             <parameter name='ack-final' value='Y'/>\r
                                                                                                             <parameter name="error-code" value="500" />\r
-                                                                                                            <parameter name="error-message" value="Error executing OOF api" />\r
+                                                                                                            <parameter name="error-message" value="Error executing UNI Coloring for domain A" />\r
                                                                                                         </return>\r
                                                                                                     </outcome>\r
                                                                                                     <outcome value='success'>\r
                                                                                                     <parameter name='otn-source-node' value='`$domain-B.node-id`' />\r
                                                                                                     <parameter name='otn-dest-node' value='`$param-prefix-domainB[$param-prefix-domainB_length -3]`' />\r
                                                                                                     <!--<parameter name='bw-odu' value='`$maximum-bandwidth /10`' />-->\r
-                                                                                                    <parameter name='bw-odu' value="`'0,' + $maximum-bandwidth /1000 *2 /3 `" />\r
+                                                                                                    <parameter name='bw-odu' value="`'0,' + $gfp`" />\r
                                                                                                     <parameter name='src-ttp-id' value='`$domain-B.tunnel-tp-id`' />\r
                                                                                                     <!--<parameter name='dst-ttp-id' value='`$destination.tunnel-tp-id`' />-->\r
                                                                                                     <parameter name='dst-ttp-id' value='' />\r
                                                                                                         <return status='failure'>\r
                                                                                                             <parameter name='ack-final' value='Y'/>\r
                                                                                                             <parameter name="error-code" value="500" />\r
-                                                                                                            <parameter name="error-message" value="Error executing OOF api" />\r
+                                                                                                            <parameter name="error-message" value="Error executing slice creation api for domain B" />\r
                                                                                                         </return>\r
                                                                                                     </outcome>\r
                                                                                                     <outcome value='success'>\r
                                                                                                 </execute>\r
                                                                                                 <execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\r
                                                                                                     <parameter name="templateFileName" value="`$prop.restapi.templateDir + '/' + $prop.restapi.ts-coloring-uni-port.templatefile`" />\r
-                                                                                                    <parameter name="restapiUrl" value="`$prop.sdncRestApi.thirdpartySdnc.domainB.url + '/restconf/data/ietf-network:networks/network=' + $tmp.domainB.eth-network-id + '/node=' + $tmp.dst.pnf-name + '/ietf-network-topology:termination-point=' + $tmp.dst.ltpId + '/ietf-te-topology:te/ietf-optical-slice:tp-slice-id' `" />\r
+                                                                                                    <parameter name="restapiUrl" value="`$prop.sdncRestApi.thirdpartySdnc.domainB.url + '/restconf/data/ietf-network:networks/network=' + $tmp.domainB.eth-network-id + '/node=' + $tmp.dst.pnf-name + '/ietf-network-topology:termination-point=' + $tmp.dst.ltpId + '/ietf-te-topology:te' `" />\r
                                                                                                     <parameter name="restapiUser" value="`$prop.sdncRestApi.thirdpartySdnc.domainB.user`" />\r
                                                                                                     <parameter name="restapiPassword" value="`$prop.sdncRestApi.thirdpartySdnc.domainB.password`" />\r
                                                                                                     <parameter name="format" value="json"/>\r
-                                                                                                    <parameter name="httpMethod" value="post"/>\r
+                                                                                                    <parameter name="httpMethod" value="patch"/>\r
                                                                                                     <parameter name="responsePrefix" value="otn-oof"/>\r
                                                                                                     <parameter name="trustStoreFileName" value="/opt/onap/sdnc/data/stores/truststore.onap.client.jks"/>\r
                                                                                                     <parameter name="trustStorePassword" value="adminadmin"/>\r
                                                                                                         <return status='failure'>\r
                                                                                                             <parameter name='ack-final' value='Y'/>\r
                                                                                                             <parameter name="error-code" value="500" />\r
-                                                                                                            <parameter name="error-message" value="Error executing OOF api" />\r
+                                                                                                            <parameter name="error-message" value="Error executing UNI coloring for domain B" />\r
                                                                                                         </return>\r
                                                                                                     </outcome>\r
                                                                                                     <outcome value='success'>\r
index 2517645..3fe3802 100644 (file)
                                                                     </get-resource>\r
                                                                     <execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\r
                                                                         <!--<parameter name="templateFileName" value="`$prop.restapi.templateDir + '/' + $prop.restapi.ts-otn-src-domain-creation.templatefile`" />-->\r
-                                                                        <parameter name="restapiUrl" value="`$prop.sdncRestApi.thirdpartySdnc.domainA.url + '/restconf/data/ietf-te:te/tunnels/tunnel=' + $tmp.aai.vpn-binding.vpn-id`" />\r
-                                                                        <parameter name="restapiUser" value="`$prop.sdncRestApi.thirdpartySdnc.domainA.user`" />\r
-                                                                        <parameter name="restapiPassword" value="`$prop.sdncRestApi.thirdpartySdnc.domainA.password`" />\r
+                                                                        <parameter name="restapiUrl" value="`$prop.sdncRestApi.thirdpartySdnc.domain.url + '/restconf/data/ietf-te:te/tunnels/tunnel=' + $tmp.aai.vpn-binding.vpn-id`" />\r
+                                                                        <parameter name="restapiUser" value="`$prop.sdncRestApi.thirdpartySdnc.domain.user`" />\r
+                                                                        <parameter name="restapiPassword" value="`$prop.sdncRestApi.thirdpartySdnc.domain.password`" />\r
                                                                         <parameter name="format" value="json"/>\r
                                                                         <parameter name="httpMethod" value="delete"/>\r
                                                                         <parameter name="responsePrefix" value="otn-oof"/>\r
                                                                             <return status='failure'>\r
                                                                                 <parameter name='ack-final' value='Y'/>\r
                                                                                 <parameter name="error-code" value="500" />\r
-                                                                                <parameter name="error-message" value="Error executing Create vpn rest api" />\r
+                                                                                <parameter name="error-message" value="Error executing delete OTN tunnel rest api" />\r
                                                                             </return>\r
                                                                         </outcome>\r
                                                                         <outcome value='success'>\r
                                                                         </outcome>\r
                                                                     </execute>\r
                                                                     <execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\r
-                                                                        <parameter name="restapiUrl" value="`$prop.sdncRestApi.thirdpartySdnc.domain.url + '/restconf/data/ietf-eth-tran-service:etht-svc/eth-svc-instances=' + $tmp.aai.connectivity.connectivity-id`" />\r
+                                                                        <parameter name="restapiUrl" value="`$prop.sdncRestApi.thirdpartySdnc.domain.url + '/restconf/data/ietf-eth-tran-service:etht-svc/etht-svc-instances=' + $tmp.aai.connectivity.connectivity-id`" />\r
                                                                         <!--<parameter name="restapiUrl" value="`$prop.restapi.connection-oof-url`" />-->\r
                                                                         <!--<parameter name="templateFileName" value="`$prop.restapi.templateDir + '/sotn-ethernet-service.json'`" />-->\r
                                                                         <parameter name="restapiUser" value="`$prop.sdncRestApi.thirdpartySdnc.domain.user`" />\r
                                                                             <return status='failure'>\r
                                                                                 <parameter name='ack-final' value='Y'/>\r
                                                                                 <parameter name="error-code" value="500" />\r
-                                                                                <parameter name="error-message" value="Error executing Create vpn rest api" />\r
+                                                                                <parameter name="error-message" value="Error executing delete ethernet service rest api" />\r
                                                                             </return>\r
                                                                         </outcome>\r
                                                                         <outcome value='success'>\r
index 648929a..b6ddc9a 100644 (file)
                                                                         <parameter name="restapiUser" value="`$prop.sdncRestApi.thirdpartySdnc.domain.user`" />\r
                                                                         <parameter name="restapiPassword" value="`$prop.sdncRestApi.thirdpartySdnc.domain.password`" />\r
                                                                         <parameter name="format" value="json"/>\r
-                                                                        <parameter name="httpMethod" value="delete"/>\r
+                                                                        <parameter name="httpMethod" value="post"/>\r
                                                                         <parameter name="responsePrefix" value="otn-oof"/>\r
                                                                         <parameter name="trustStoreFileName" value="/opt/onap/sdnc/data/stores/truststore.onap.client.jks"/>\r
                                                                         <parameter name="trustStorePassword" value="adminadmin"/>\r
                                                                             <return status='failure'>\r
                                                                                 <parameter name='ack-final' value='Y'/>\r
                                                                                 <parameter name="error-code" value="500" />\r
-                                                                                <parameter name="error-message" value="Error executing Create vpn rest api" />\r
+                                                                                <parameter name="error-message" value="Error executing deallocate transport slice rest api" />\r
                                                                             </return>\r
                                                                         </outcome>\r
                                                                         <outcome value='success'>\r
                                                                     </execute>\r
                                                                     <execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\r
                                                                         <!--<parameter name="templateFileName" value="`$prop.restapi.templateDir + '/' + $prop.restapi.ts-coloring-uni-port.templatefile`" />-->\r
-                                                                        <parameter name="restapiUrl" value="`$prop.sdncRestApi.thirdpartySdnc.domain.url + '/restconf/data/ietf-network:networks/network=networkId-providerId-' + $tmp.aai.connectivity.access-provider-id + '-clientId-' + $tmp.aai.connectivity.access-client-id + '-topologyId-' + $tmp.aai.connectivity.access-topology-id +  '/node=' + $tmp.aai.connectivity.access-node-id + '/ietf-network-topology:termination-point=' + $tmp.aai.connectivity.access-ltp-id + '/ietf-te-topology:te/ietf-optical-slice:tp-slice-id' `" />\r
+                                                                        <parameter name="restapiUrl" value="`$prop.sdncRestApi.thirdpartySdnc.domain.url + '/restconf/data/ietf-network:networks/network=networkId-providerId-' + $tmp.aai.connectivity.access-provider-id + '-clientId-' + $tmp.aai.connectivity.access-client-id + '-topologyId-' + $tmp.aai.connectivity.access-topology-id +  '/node=' + $tmp.aai.connectivity.access-node-id + '/ietf-network-topology:termination-point=' + $tmp.aai.connectivity.access-ltp-id + '/ietf-te-topology:te/ietf-optical-slice:slice-id-list=' + $slice-instance-id `" />\r
                                                                         <parameter name="restapiUser" value="`$prop.sdncRestApi.thirdpartySdnc.domain.user`" />\r
                                                                         <parameter name="restapiPassword" value="`$prop.sdncRestApi.thirdpartySdnc.domain.password`" />\r
                                                                         <parameter name="format" value="json"/>\r
                                                                             <return status='failure'>\r
                                                                                 <parameter name='ack-final' value='Y'/>\r
                                                                                 <parameter name="error-code" value="500" />\r
-                                                                                <parameter name="error-message" value="Error executing OOF api" />\r
+                                                                                <parameter name="error-message" value="Error executing decoloring UNI rest api" />\r
                                                                             </return>\r
                                                                         </outcome>\r
                                                                         <outcome value='success'>\r
index a29586a..f4b978b 100644 (file)
@@ -1,3 +1,7 @@
 {
-  "ietf-optical-slice:tp-slice-id": ${slice-instance-id}
+  "ietf-te-topology:te": {
+    "ietf-optical-slice:slice-id-list": [
+      ${slice-instance-id}
+    ]
+  }
 }
index 0a4f714..40b1888 100644 (file)
@@ -8,7 +8,8 @@
           "ietf-otn-tunnel:src-tpn": ${src-tpn-id},
           "src-ttp-id": ${src-ttp-id},
           "te-bandwidth": {
-            "ietf-otn-tunnel:odu-type": "ietf-otn-types:prot-ODU2"
+            "ietf-otn-tunnel:odu-type": "ietf-otn-types:prot-ODUFlex-gfp",
+            "ietf-otn-tunnel:gfp-n": ${gfp-n}
           },
           "ietf-otn-tunnel:dst-tributary-slot-count": 1,
           "ietf-optical-slice:slice-id": ${slice-instance-id},
index 425caab..cbfde9f 100644 (file)
@@ -8,7 +8,8 @@
         "ietf-otn-tunnel:dst-tpn": ${dst-tpn-id},
         "dst-ttp-id": ${dst-ttp-id},
         "te-bandwidth": {
-          "ietf-otn-tunnel:odu-type": "ietf-otn-types:prot-ODU2"
+          "ietf-otn-tunnel:odu-type": "ietf-otn-types:prot-ODUFlex-gfp",
+          "ietf-otn-tunnel:gfp-n": ${gfp-n}
         },
         "ietf-otn-tunnel:dst-tributary-slot-count": 1,
         "ietf-optical-slice:slice-id": ${slice-instance-id},