fix topology discovery bug for ccvpn
[sdnc/oam.git] / platform-logic / datachange / src / main / json / DataChange_esr-thirdparty-sdnc-discovery.json
index ba7a989..c502687 100644 (file)
-[
-    {
-        "id": "197ffd5b.105fa3",
-        "type": "other",
-        "name": "update",
-        "xml": "<outcome value='Update'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 310,
-        "y": 360,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "8298d18a.63e4b"
-            ]
-        ]
-    },
-    {
-        "id": "3bcc844d.917dbc",
-        "type": "other",
-        "name": "delete",
-        "xml": "<outcome value='delete'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 310,
-        "y": 440,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "9a40237.2d204e"
-            ]
-        ]
-    },
-    {
-        "id": "9a40237.2d204e",
-        "type": "block",
-        "name": "block : atomic",
-        "xml": "<block atomic=\"true\">",
-        "atomic": "true",
-        "outputs": 1,
-        "x": 451.5,
-        "y": 440,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "7bf268a7.980d48",
-        "type": "comment",
-        "name": "TODO: Delete topology from AAI",
-        "info": "",
-        "comments": "",
-        "x": 384.3335189819336,
-        "y": 407.96899485588074,
-        "z": "a54d391e.88f7d8",
-        "wires": []
-    },
-    {
-        "id": "9d107456.f08fe8",
-        "type": "switchNode",
-        "name": "switch aai-event-trigger",
-        "xml": "<switch test=\"`$data-change-notification-input.aai-event-trigger`\">\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 140.5,
-        "y": 400,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "197ffd5b.105fa3",
-                "3bcc844d.917dbc"
-            ]
-        ]
-    },
-    {
-        "id": "68d03f9b.5e646",
-        "type": "block",
-        "name": "block : atomic",
-        "xml": "<block atomic=\"true\">",
-        "atomic": "true",
-        "outputs": 1,
-        "x": 871.5,
-        "y": 240,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "608a6bc.8344d94",
-                "7a11c3b.828ac3c",
-                "365e44a4.701f6c",
-                "a3a71589.3e7428",
-                "c3222caa.a5e2a"
-            ]
-        ]
-    },
-    {
-        "id": "7a11c3b.828ac3c",
-        "type": "execute",
-        "name": "execute RestApiCallNode Get token",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/actokentemplate.json'`\" />\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.url + '/controller/v2/tokens'`\" />\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"post\"/>\n<parameter name=\"responsePrefix\" value=\"token-result\"/>\n<parameter name=\"trustStoreFileName\" value=\"/opt/onap/sdnc/data/stores/truststore.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\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 1144.5001983642578,
-        "y": 161.00000953674316,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "15e6e327.6bb24d",
-                "b8526c6a.21372"
-            ]
-        ]
-    },
-    {
-        "id": "15e6e327.6bb24d",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 1358.0001983642578,
-        "y": 141.00000953674316,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "eada649a.e312c8"
-            ]
-        ]
-    },
-    {
-        "id": "b8526c6a.21372",
-        "type": "failure",
-        "name": "failure",
-        "xml": "<outcome value='failure'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 1354.0001983642578,
-        "y": 181.00000953674316,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "bf5d38a1.f76208"
-            ]
-        ]
-    },
-    {
-        "id": "eada649a.e312c8",
-        "type": "set",
-        "name": "set token-id",
-        "xml": "<set>\n<parameter name='prop.sdncRestApi.token_id' value='`$token-result.data.token_id`' />\n",
-        "comments": "",
-        "x": 1508.5001983642578,
-        "y": 141.00000953674316,
-        "z": "a54d391e.88f7d8",
-        "wires": []
-    },
-    {
-        "id": "3ad01439.f9afec",
-        "type": "execute",
-        "name": "execute RestApiCallNode Get Topology",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.url + '/restconf/data/ietf-network:networks'`\" />\n<parameter name=\"restapiUser\" value=\"`$prop.sdncRestApi.thirdpartySdnc.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.sdncRestApi.thirdpartySdnc.password`\" />\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"get\"/>\n<parameter name=\"responsePrefix\" value=\"topology\"/>\n<parameter name=\"trustStoreFileName\" value=\"/opt/onap/sdnc/data/stores/truststore.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`\" />",
-        "comments": "",
-        "outputs": 1,
-        "x": 1575.5001983642578,
-        "y": 261.00000953674316,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "a2f37f5d.3d152",
-                "76d94eec.78391"
-            ]
-        ]
-    },
-    {
-        "id": "a2f37f5d.3d152",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 1818.0001983642578,
-        "y": 281.00000953674316,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "f2edc52a.829ae8"
-            ]
-        ]
-    },
-    {
-        "id": "f2edc52a.829ae8",
-        "type": "block",
-        "name": "block : atomic",
-        "xml": "<block atomic=\"true\">",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 1975.5001983642578,
-        "y": 281.00000953674316,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "2876228a.bd45de"
-            ]
-        ]
-    },
-    {
-        "id": "f0deaa8b.a77c48",
-        "type": "returnFailure",
-        "name": "return failure",
-        "xml": "<return status='failure'>\n\t<parameter name='ack-final' value='Y'/>\n\t<parameter name=\"error-code\" value=\"500\" />\n    <parameter name=\"error-message\" value=\"Error executing Create vpn rest api\" />\n",
-        "comments": "",
-        "x": 1952.0001983642578,
-        "y": 181.00000953674316,
-        "z": "a54d391e.88f7d8",
-        "wires": []
-    },
-    {
-        "id": "76d94eec.78391",
-        "type": "failure",
-        "name": "failure",
-        "xml": "<outcome value='failure'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 1814.0001983642578,
-        "y": 181.00000953674316,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "f0deaa8b.a77c48"
-            ]
-        ]
-    },
-    {
-        "id": "a45743c4.fd9ac",
-        "type": "dgstart",
-        "name": "DGSTART",
-        "outputs": 1,
-        "x": 98,
-        "y": 100,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "4069c94b.4e3178"
-            ]
-        ]
-    },
-    {
-        "id": "4069c94b.4e3178",
-        "type": "service-logic",
-        "name": "DataChange ${project.version}",
-        "module": "DataChange",
-        "version": "${project.version}",
-        "comments": "",
-        "xml": "<service-logic xmlns='http://www.onap.org/sdnc/svclogic' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.onap.org/sdnc/svclogic ./svclogic.xsd' module='DataChange' version='${project.version}'>",
-        "outputs": 1,
-        "x": 164,
-        "y": 160,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "a97cf7f0.905958"
-            ]
-        ]
-    },
-    {
-        "id": "a97cf7f0.905958",
-        "type": "method",
-        "name": "method esr-thirdparty-sdnc-discovery",
-        "xml": "<method rpc='esr-thirdparty-sdnc-discovery' mode='sync'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 184,
-        "y": 240,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "8d013bc1.d159b8"
-            ]
-        ]
-    },
-    {
-        "id": "8d013bc1.d159b8",
-        "type": "block",
-        "name": "block : atomic",
-        "xml": "<block atomic=\"true\">\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 431.5,
-        "y": 240,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "9d107456.f08fe8"
-            ]
-        ]
-    },
-    {
-        "id": "2876228a.bd45de",
-        "type": "for",
-        "name": "for each Network",
-        "xml": "<for index='nidx' start='0' end='`$topology.networks.network_length`' >\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 1401.5002136230469,
-        "y": 380.0000247955322,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "ef7b8418.bcb8e8"
-            ]
-        ]
-    },
-    {
-        "id": "ef7b8418.bcb8e8",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 1550.0002136230469,
-        "y": 380.0000247955322,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "64202ed1.e0b41",
-                "93269044.8fece"
-            ]
-        ]
-    },
-    {
-        "id": "64202ed1.e0b41",
-        "type": "call",
-        "name": "call update-network-to-aai",
-        "xml": "<call module='DataChange' rpc='update-network-to-aai' mode='sync' >\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 1729.0002136230469,
-        "y": 400.0000247955322,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "93269044.8fece",
-        "type": "set",
-        "name": "set network",
-        "xml": "<set>\n<parameter name='network.' value='`$topology.networks.network[$nidx].`' />\n",
-        "comments": "",
-        "x": 1684.0002136230469,
-        "y": 360.0000247955322,
-        "z": "a54d391e.88f7d8",
-        "wires": []
-    },
-    {
-        "id": "bf5d38a1.f76208",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 1474.0001983642578,
-        "y": 181.00000953674316,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "9588f43b.0d44f8",
-        "type": "comment",
-        "name": "Do Nothing",
-        "info": "",
-        "comments": "",
-        "x": 1644.0001983642578,
-        "y": 221.00000953674316,
-        "z": "a54d391e.88f7d8",
-        "wires": []
-    },
-    {
-        "id": "60d84913.695d78",
-        "type": "switchNode",
-        "name": "switch type",
-        "xml": "<switch test=\"`$prop.sdncRestApi.type`\">\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 563,
-        "y": 360,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "de59227b.bacf9",
-                "1a34048f.8eca2b"
-            ]
-        ]
-    },
-    {
-        "id": "8298d18a.63e4b",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 430,
-        "y": 360,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "60d84913.695d78"
-            ]
-        ]
-    },
-    {
-        "id": "de59227b.bacf9",
-        "type": "other",
-        "name": "SOTN",
-        "xml": "<outcome value='SOTN'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 710,
-        "y": 240,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "68d03f9b.5e646"
-            ]
-        ]
-    },
-    {
-        "id": "1a34048f.8eca2b",
-        "type": "other",
-        "name": "other",
-        "xml": "<outcome value='Other'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 725.0000076293945,
-        "y": 479.00003242492676,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "7faf207a.622e5"
-            ]
-        ]
-    },
-    {
-        "id": "7faf207a.622e5",
-        "type": "returnFailure",
-        "name": "return failure",
-        "xml": "<return status='failure'>\n\t<parameter name='ack-final' value='Y'/>\n\t<parameter name=\"error-code\" value=\"500\" />\n    <parameter name=\"error-message\" value=\"`'Unsupported type = ' + $prop.sdncRestApi.type`\" />\n\n",
-        "comments": "",
-        "x": 903.0000076293945,
-        "y": 479.00003242492676,
-        "z": "a54d391e.88f7d8",
-        "wires": []
-    },
-    {
-        "id": "608a6bc.8344d94",
-        "type": "execute",
-        "name": "execute Properties",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.prop.PropertiesNode' method='readProperties' >\n    <parameter name='fileName' value='%SDNC_CONFIG_DIR%/generic-resource-api-dg.properties' />\n    <parameter name='contextPrefix' value='prop' />\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 1091.0001983642578,
-        "y": 121.00000953674316,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "365e44a4.701f6c",
-        "type": "switchNode",
-        "name": "switch prop.sdncRestApi.token_id",
-        "xml": "<switch test=\"`$prop.sdncRestApi.token_id`\">\n\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 1137.5001983642578,
-        "y": 241.00000953674316,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "b737a6fe.87cf68",
-                "878b1fd0.506dd"
-            ]
-        ]
-    },
-    {
-        "id": "b737a6fe.87cf68",
-        "type": "other",
-        "name": "Null",
-        "xml": "<outcome value=''>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 1354.0001983642578,
-        "y": 221.00000953674316,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "de7d499c.f87aa8"
-            ]
-        ]
-    },
-    {
-        "id": "878b1fd0.506dd",
-        "type": "other",
-        "name": "other",
-        "xml": "<outcome value='Other'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 1354.0001983642578,
-        "y": 261.00000953674316,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "3ad01439.f9afec"
-            ]
-        ]
-    },
-    {
-        "id": "de7d499c.f87aa8",
-        "type": "execute",
-        "name": "execute RestApiCallNode Get Topology",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.url + '/restconf/data/ietf-network:networks'`\" />\n<parameter name=\"restapiUser\" value=\"`$prop.sdncRestApi.thirdpartySdnc.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.sdncRestApi.thirdpartySdnc.password`\" />\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"get\"/>\n<parameter name=\"responsePrefix\" value=\"topology\"/>\n<parameter name=\"trustStoreFileName\" value=\"/opt/onap/sdnc/data/stores/truststore.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",
-        "comments": "",
-        "outputs": 1,
-        "x": 1575.5001983642578,
-        "y": 221.00000953674316,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            [
-                "76d94eec.78391",
-                "a2f37f5d.3d152"
-            ]
-        ]
-    },
-    {
-        "id": "c3222caa.a5e2a",
-        "type": "execute",
-        "name": "execute RestconfDiscoveryNode",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restconfdiscovery.RestconfDiscoveryNode' method='establishSubscription' >\n<parameter name=\"subscriberId\" value=\"sotn-controller\" />\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.url + '/restconf/operations/ietf-subscribed-notifications:establish-subscription'`\" />\n<parameter name=\"restapiUser\" value=\"`$prop.sdncRestApi.thirdpartySdnc.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.sdncRestApi.thirdpartySdnc.password`\" />\n<parameter name=\"sseConnectURL\" value=\"`$prop.sdncRestApi.thirdpartySdnc.url + '/restconf/streams/yang-push-json'`\" />\n<parameter name=\"dirPath\" value=\"/opt/sdnc/restconfapi/yang/notification\" />\n<parameter name=\"format\" value=\"json\" />\n<parameter name=\"httpMethod\" value=\"post\" />\n<parameter name=\"trustStoreFileName\" value=\"/opt/onap/sdnc/data/stores/truststore.onap.client.jks\"/>\n<parameter name=\"trustStorePassword\" value=\"adminadmin\"/>\n<parameter name=\"keyStoreFileName\" value=\"/opt/onap/sdnc/data/stores/sdnc.p12\"/>\n<parameter name=\"keyStorePassword\" value=\"adminadmin\"/>\n<parameter name='customHttpHeaders' value=\"`'X-ACCESS-TOKEN=' + $prop.sdncRestApi.token_id`\" />\n<parameter name=\"module\" value=\"DataChange\" />\n<parameter name=\"rpc\" value=\"sotn-notification-handler\" />\n<parameter name=\"mode\" value=\"sync\" />",
-        "comments": "",
-        "outputs": 1,
-        "x": 1134.0001983642578,
-        "y": 381.00000953674316,
-        "z": "a54d391e.88f7d8",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "a3a71589.3e7428",
-        "type": "set",
-        "name": "set encoding-format",
-        "xml": "<set>\n<parameter name='input' value='ietf-subscribed-notifications:establish-subscription.input.' />\n<parameter name=\"`$input + 'encoding'`\" value=\"encode-json\" />",
-        "comments": "",
-        "x": 1094.0001983642578,
-        "y": 341.00000953674316,
-        "z": "a54d391e.88f7d8",
-        "wires": []
-    },
-    {
-        "id": "98c18166.4a0f3",
-        "type": "comment",
-        "name": "Notification subscription",
-        "info": "",
-        "comments": "",
-        "x": 1099.000343322754,
-        "y": 298.00000858306885,
-        "z": "a54d391e.88f7d8",
-        "wires": []
-    }
+[\r
+    {\r
+        "id": "26c72de4.f15082", \r
+        "type": "other", \r
+        "name": "update", \r
+        "xml": "<outcome value='Update'>\n", \r
+        "comments": "", \r
+        "outputs": 1, \r
+        "x": 666, \r
+        "y": 254, \r
+        "z": "1a9b8475.da0d2c", \r
+        "wires": [\r
+            [\r
+                "414d6ccb.3d26fc"\r
+            ]\r
+        ]\r
+    }, \r
+    {\r
+        "id": "41138058.b8876", \r
+        "type": "other", \r
+        "name": "delete", \r
+        "xml": "<outcome value='delete'>\n", \r
+        "comments": "", \r
+        "outputs": 1, \r
+        "x": 666, \r
+        "y": 334, \r
+        "z": "1a9b8475.da0d2c", \r
+        "wires": [\r
+            [\r
+                "25011722.26281"\r
+            ]\r
+        ]\r
+    }, \r
+    {\r
+        "id": "25011722.26281", \r
+        "type": "block", \r
+        "name": "block : atomic", \r
+        "xml": "<block atomic=\"true\">", \r
+        "atomic": "true", \r
+        "outputs": 1, \r
+        "x": 807.5, \r
+        "y": 334, \r
+        "z": "1a9b8475.da0d2c", \r
+        "wires": [\r
+            [ ]\r
+        ]\r
+    }, \r
+    {\r
+        "id": "8fedb811.8ebe38", \r
+        "type": "comment", \r
+        "name": "TODO: Delete topology from AAI", \r
+        "info": "", \r
+        "comments": "", \r
+        "x": 740.3335189819336, \r
+        "y": 301.96899485588074, \r
+        "z": "1a9b8475.da0d2c", \r
+        "wires": [ ]\r
+    }, \r
+    {\r
+        "id": "fc46fa0c.31e87", \r
+        "type": "switchNode", \r
+        "name": "switch aai-event-trigger", \r
+        "xml": "<switch test=\"`$data-change-notification-input.aai-event-trigger`\">\n", \r
+        "comments": "", \r
+        "outputs": 1, \r
+        "x": 496.5, \r
+        "y": 294, \r
+        "z": "1a9b8475.da0d2c", \r
+        "wires": [\r
+            [\r
+                "26c72de4.f15082", \r
+                "41138058.b8876"\r
+            ]\r
+        ]\r
+    }, \r
+    {\r
+        "id": "73bed9ba.1eeb9", \r
+        "type": "block", \r
+        "name": "block : atomic", \r
+        "xml": "<block atomic=\"true\">", \r
+        "atomic": "true", \r
+        "outputs": 1, \r
+        "x": 1193.5, \r
+        "y": 165, \r
+        "z": "1a9b8475.da0d2c", \r
+        "wires": [\r
+            [\r
+                "ebd26579.8d9818", \r
+                "7c364355.c7d31c", \r
+                "6bff7a95.f6b11c", \r
+                "e40bbeb2.1466c", \r
+                "257a5269.7c0d86"\r
+            ]\r
+        ]\r
+    }, \r
+    {\r
+        "id": "7c364355.c7d31c", \r
+        "type": "execute", \r
+        "name": "execute RestApiCallNode Get token", \r
+        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/actokentemplate.json'`\" />\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.url + '/controller/v2/tokens'`\" />\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"post\"/>\n<parameter name=\"responsePrefix\" value=\"token-result\"/>\n<parameter name=\"trustStoreFileName\" value=\"/opt/onap/sdnc/data/stores/truststore.onap.client.jks\"/>\n<parameter name=\"trustStorePassword\" value=\"adminadmin\"/>\n<parameter name=\"keyStoreFileName\" value=\"/opt/onap/sdnc/data/stores/sdnc.p12\"/>\n<parameter name=\"keyStorePassword\" value=\"adminadmin\"/>", \r
+        "comments": "", \r
+        "outputs": 1, \r
+        "x": 1466.5001983642578, \r
+        "y": 86.00000953674316, \r
+        "z": "1a9b8475.da0d2c", \r
+        "wires": [\r
+            [\r
+                "460f203b.a3333", \r
+                "2634113c.c7fc8e"\r
+            ]\r
+        ]\r
+    }, \r
+    {\r
+        "id": "460f203b.a3333", \r
+        "type": "success", \r
+        "name": "success", \r
+        "xml": "<outcome value='success'>\n", \r
+        "comments": "", \r
+        "outputs": 1, \r
+        "x": 1756.000244140625, \r
+        "y": 78, \r
+        "z": "1a9b8475.da0d2c", \r
+        "wires": [\r
+            [\r
+                "964773.4acb289"\r
+            ]\r
+        ]\r
+    }, \r
+    {\r
+        "id": "2634113c.c7fc8e", \r
+        "type": "failure", \r
+        "name": "failure", \r
+        "xml": "<outcome value='failure'>\n", \r
+        "comments": "", \r
+        "outputs": 1, \r
+        "x": 1752.000244140625, \r
+        "y": 118, \r
+        "z": "1a9b8475.da0d2c", \r
+        "wires": [\r
+            [\r
+                "67cff30a.da3b54"\r
+            ]\r
+        ]\r
+    }, \r
+    {\r
+        "id": "964773.4acb289", \r
+        "type": "set", \r
+        "name": "set token-id", \r
+        "xml": "<set>\n<parameter name='prop.sdncRestApi.token_id' value='`$token-result.data.token_id`' />\n", \r
+        "comments": "", \r
+        "x": 1906.500244140625, \r
+        "y": 78, \r
+        "z": "1a9b8475.da0d2c", \r
+        "wires": [ ]\r
+    }, \r
+    {\r
+        "id": "3bf66a70.af3866", \r
+        "type": "execute", \r
+        "name": "execute RestApiCallNode Get Topology", \r
+        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.url + '/restconf/data/ietf-network:networks'`\" />\n<parameter name=\"restapiUser\" value=\"`$prop.sdncRestApi.thirdpartySdnc.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.sdncRestApi.thirdpartySdnc.password`\" />\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"get\"/>\n<parameter name=\"responsePrefix\" value=\"topology\"/>\n<parameter name=\"trustStoreFileName\" value=\"/opt/onap/sdnc/data/stores/truststore.onap.client.jks\"/>\n<parameter name=\"trustStorePassword\" value=\"adminadmin\"/>\n<parameter name=\"keyStoreFileName\" value=\"/opt/onap/sdnc/data/stores/sdnc.p12\"/>\n<parameter name=\"keyStorePassword\" value=\"adminadmin\"/>\n<parameter name='customHttpHeaders' value=\"`'X-ACCESS-TOKEN=' + $prop.sdncRestApi.token_id`\" />", \r
+        "comments": "", \r
+        "outputs": 1, \r
+        "x": 1973.500244140625, \r
+        "y": 198, \r
+        "z": "1a9b8475.da0d2c", \r
+        "wires": [\r
+            [\r
+                "83daffef.93261", \r
+                "9a6001a7.b0681"\r
+            ]\r
+        ]\r
+    }, \r
+    {\r
+        "id": "83daffef.93261", \r
+        "type": "success", \r
+        "name": "success", \r
+        "xml": "<outcome value='success'>\n", \r
+        "comments": "", \r
+        "outputs": 1, \r
+        "x": 2216.000244140625, \r
+        "y": 218, \r
+        "z": "1a9b8475.da0d2c", \r
+        "wires": [\r
+            [\r
+                "815ae1d4.60f8"\r
+            ]\r
+        ]\r
+    }, \r
+    {\r
+        "id": "815ae1d4.60f8", \r
+        "type": "block", \r
+        "name": "block : atomic", \r
+        "xml": "<block atomic=\"true\">", \r
+        "atomic": "true", \r
+        "comments": "", \r
+        "outputs": 1, \r
+        "x": 2373.500244140625, \r
+        "y": 218, \r
+        "z": "1a9b8475.da0d2c", \r
+        "wires": [\r
+            [\r
+                "a1b0634d.e55008"\r
+            ]\r
+        ]\r
+    }, \r
+    {\r
+        "id": "56a034a.503e6cc", \r
+        "type": "returnFailure", \r
+        "name": "return failure", \r
+        "xml": "<return status='failure'>\n <parameter name='ack-final' value='Y'/>\n\t<parameter name=\"error-code\" value=\"500\" />\n    <parameter name=\"error-message\" value=\"Error executing Create vpn rest api\" />\n", \r
+        "comments": "", \r
+        "x": 2350.000244140625, \r
+        "y": 118, \r
+        "z": "1a9b8475.da0d2c", \r
+        "wires": [ ]\r
+    }, \r
+    {\r
+        "id": "9a6001a7.b0681", \r
+        "type": "failure", \r
+        "name": "failure", \r
+        "xml": "<outcome value='failure'>\n", \r
+        "comments": "", \r
+        "outputs": 1, \r
+        "x": 2212.000244140625, \r
+        "y": 118, \r
+        "z": "1a9b8475.da0d2c", \r
+        "wires": [\r
+            [\r
+                "56a034a.503e6cc"\r
+            ]\r
+        ]\r
+    }, \r
+    {\r
+        "id": "39a13bfe.fb4444", \r
+        "type": "dgstart", \r
+        "name": "DGSTART", \r
+        "outputs": 1, \r
+        "x": 66, \r
+        "y": 29, \r
+        "z": "1a9b8475.da0d2c", \r
+        "wires": [\r
+            [\r
+                "5147cfad.5c3908"\r
+            ]\r
+        ]\r
+    }, \r
+    {\r
+        "id": "5147cfad.5c3908", \r
+        "type": "service-logic", \r
+        "name": "DataChange ${project.version}", \r
+        "module": "DataChange", \r
+        "version": "${project.version}", \r
+        "comments": "", \r
+        "xml": "<service-logic xmlns='http://www.onap.org/sdnc/svclogic' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.onap.org/sdnc/svclogic ./svclogic.xsd' module='DataChange' version='${project.version}'>", \r
+        "outputs": 1, \r
+        "x": 132, \r
+        "y": 89, \r
+        "z": "1a9b8475.da0d2c", \r
+        "wires": [\r
+            [\r
+                "15128d59.469f9b"\r
+            ]\r
+        ]\r
+    }, \r
+    {\r
+        "id": "15128d59.469f9b", \r
+        "type": "method", \r
+        "name": "method esr-thirdparty-sdnc-discovery", \r
+        "xml": "<method rpc='esr-thirdparty-sdnc-discovery' mode='sync'>\n", \r
+        "comments": "", \r
+        "outputs": 1, \r
+        "x": 152, \r
+        "y": 169, \r
+        "z": "1a9b8475.da0d2c", \r
+        "wires": [\r
+            [\r
+                "1baee5be.1b11da"\r
+            ]\r
+        ]\r
+    }, \r
+    {\r
+        "id": "1baee5be.1b11da", \r
+        "type": "block", \r
+        "name": "block : atomic", \r
+        "xml": "<block atomic=\"true\">\n", \r
+        "atomic": "false", \r
+        "comments": "", \r
+        "outputs": 1, \r
+        "x": 399.5, \r
+        "y": 169, \r
+        "z": "1a9b8475.da0d2c", \r
+        "wires": [\r
+            [\r
+                "f40069ea.6c541"\r
+            ]\r
+        ]\r
+    }, \r
+    {\r
+        "id": "a1b0634d.e55008", \r
+        "type": "for", \r
+        "name": "for each Network", \r
+        "xml": "<for index='nidx' start='0' end='`$topology.networks.network_length`' >\n", \r
+        "comments": "", \r
+        "outputs": 1, \r
+        "x": 1799.500259399414, \r
+        "y": 317.00001525878906, \r
+        "z": "1a9b8475.da0d2c", \r
+        "wires": [\r
+            [\r
+                "e7339f4e.4a45b8"\r
+            ]\r
+        ]\r
+    }, \r
+    {\r
+        "id": "e7339f4e.4a45b8", \r
+        "type": "block", \r
+        "name": "block", \r
+        "xml": "<block>\n", \r
+        "atomic": "false", \r
+        "comments": "", \r
+        "outputs": 1, \r
+        "x": 1948.000259399414, \r
+        "y": 317.00001525878906, \r
+        "z": "1a9b8475.da0d2c", \r
+        "wires": [\r
+            [\r
+                "e39a1349.d59948", \r
+                "a69e5196.594768"\r
+            ]\r
+        ]\r
+    }, \r
+    {\r
+        "id": "e39a1349.d59948", \r
+        "type": "call", \r
+        "name": "call update-network-to-aai", \r
+        "xml": "<call module='DataChange' rpc='update-network-to-aai' mode='sync' >\n", \r
+        "comments": "", \r
+        "outputs": 1, \r
+        "x": 2127.000259399414, \r
+        "y": 337.00001525878906, \r
+        "z": "1a9b8475.da0d2c", \r
+        "wires": [\r
+            [ ]\r
+        ]\r
+    }, \r
+    {\r
+        "id": "a69e5196.594768", \r
+        "type": "set", \r
+        "name": "set network", \r
+        "xml": "<set>\n<parameter name='network.' value='`$topology.networks.network[$nidx].`' />\n", \r
+        "comments": "", \r
+        "x": 2082.000259399414, \r
+        "y": 297.00001525878906, \r
+        "z": "1a9b8475.da0d2c", \r
+        "wires": [ ]\r
+    }, \r
+    {\r
+        "id": "67cff30a.da3b54", \r
+        "type": "block", \r
+        "name": "block", \r
+        "xml": "<block>\n", \r
+        "atomic": "false", \r
+        "comments": "", \r
+        "outputs": 1, \r
+        "x": 1872.000244140625, \r
+        "y": 118, \r
+        "z": "1a9b8475.da0d2c", \r
+        "wires": [\r
+            [ ]\r
+        ]\r
+    }, \r
+    {\r
+        "id": "86d88e9f.569c1", \r
+        "type": "comment", \r
+        "name": "Do Nothing", \r
+        "info": "", \r
+        "comments": "", \r
+        "x": 2042.000244140625, \r
+        "y": 158, \r
+        "z": "1a9b8475.da0d2c", \r
+        "wires": [ ]\r
+    }, \r
+    {\r
+        "id": "9b7ecf5d.bb983", \r
+        "type": "switchNode", \r
+        "name": "switch type", \r
+        "xml": "<switch test=\"`$prop.sdncRestApi.type`\">\n", \r
+        "comments": "", \r
+        "outputs": 1, \r
+        "x": 919, \r
+        "y": 254, \r
+        "z": "1a9b8475.da0d2c", \r
+        "wires": [\r
+            [\r
+                "d7810e52.09a7a8", \r
+                "ef809a67.dde878"\r
+            ]\r
+        ]\r
+    }, \r
+    {\r
+        "id": "414d6ccb.3d26fc", \r
+        "type": "block", \r
+        "name": "block", \r
+        "xml": "<block>\n", \r
+        "atomic": "false", \r
+        "comments": "", \r
+        "outputs": 1, \r
+        "x": 786, \r
+        "y": 254, \r
+        "z": "1a9b8475.da0d2c", \r
+        "wires": [\r
+            [\r
+                "9b7ecf5d.bb983"\r
+            ]\r
+        ]\r
+    }, \r
+    {\r
+        "id": "d7810e52.09a7a8", \r
+        "type": "other", \r
+        "name": "SOTN", \r
+        "xml": "<outcome value='SOTN'>\n", \r
+        "comments": "", \r
+        "outputs": 1, \r
+        "x": 1032, \r
+        "y": 165, \r
+        "z": "1a9b8475.da0d2c", \r
+        "wires": [\r
+            [\r
+                "73bed9ba.1eeb9"\r
+            ]\r
+        ]\r
+    }, \r
+    {\r
+        "id": "ef809a67.dde878", \r
+        "type": "other", \r
+        "name": "other", \r
+        "xml": "<outcome value='Other'>\n", \r
+        "comments": "", \r
+        "outputs": 1, \r
+        "x": 1047.0000076293945, \r
+        "y": 404.00003242492676, \r
+        "z": "1a9b8475.da0d2c", \r
+        "wires": [\r
+            [\r
+                "ad793f5e.17f88"\r
+            ]\r
+        ]\r
+    }, \r
+    {\r
+        "id": "ad793f5e.17f88", \r
+        "type": "returnFailure", \r
+        "name": "return failure", \r
+        "xml": "<return status='failure'>\n<parameter name='ack-final' value='Y'/>\n\t<parameter name=\"error-code\" value=\"500\" />\n    <parameter name=\"error-message\" value=\"`'Unsupported type = ' + $prop.sdncRestApi.type`\" />\n\n", \r
+        "comments": "", \r
+        "x": 1225.0000076293945, \r
+        "y": 404.00003242492676, \r
+        "z": "1a9b8475.da0d2c", \r
+        "wires": [ ]\r
+    }, \r
+    {\r
+        "id": "ebd26579.8d9818", \r
+        "type": "execute", \r
+        "name": "execute Properties", \r
+        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.prop.PropertiesNode' method='readProperties' >\n    <parameter name='fileName' value='%SDNC_CONFIG_DIR%/generic-resource-api-dg.properties' />\n    <parameter name='contextPrefix' value='prop' />\n", \r
+        "comments": "", \r
+        "outputs": 1, \r
+        "x": 1413.0001983642578, \r
+        "y": 46.000009536743164, \r
+        "z": "1a9b8475.da0d2c", \r
+        "wires": [\r
+            [ ]\r
+        ]\r
+    }, \r
+    {\r
+        "id": "6bff7a95.f6b11c", \r
+        "type": "switchNode", \r
+        "name": "switch prop.sdncRestApi.token_id", \r
+        "xml": "<switch test=\"`$prop.sdncRestApi.token_id`\">\n", \r
+        "comments": "", \r
+        "outputs": 1, \r
+        "x": 1459.5001983642578, \r
+        "y": 166.00000953674316, \r
+        "z": "1a9b8475.da0d2c", \r
+        "wires": [\r
+            [\r
+                "baf46d81.bf5f6", \r
+                "789590c1.ea5428"\r
+            ]\r
+        ]\r
+    }, \r
+    {\r
+        "id": "baf46d81.bf5f6", \r
+        "type": "other", \r
+        "name": "Null", \r
+        "xml": "<outcome value=''>\n", \r
+        "comments": "", \r
+        "outputs": 1, \r
+        "x": 1752.000244140625, \r
+        "y": 158, \r
+        "z": "1a9b8475.da0d2c", \r
+        "wires": [\r
+            [\r
+                "fe0ff87c.8c90c"\r
+            ]\r
+        ]\r
+    }, \r
+    {\r
+        "id": "789590c1.ea5428", \r
+        "type": "other", \r
+        "name": "other", \r
+        "xml": "<outcome value='Other'>\n", \r
+        "comments": "", \r
+        "outputs": 1, \r
+        "x": 1752.000244140625, \r
+        "y": 198, \r
+        "z": "1a9b8475.da0d2c", \r
+        "wires": [\r
+            [\r
+                "3bf66a70.af3866"\r
+            ]\r
+        ]\r
+    }, \r
+    {\r
+        "id": "fe0ff87c.8c90c", \r
+        "type": "execute", \r
+        "name": "execute RestApiCallNode Get Topology", \r
+        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.url + '/restconf/data/ietf-network:networks'`\" />\n<parameter name=\"restapiUser\" value=\"`$prop.sdncRestApi.thirdpartySdnc.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.sdncRestApi.thirdpartySdnc.password`\" />\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"get\"/>\n<parameter name=\"responsePrefix\" value=\"topology\"/>\n<parameter name=\"trustStoreFileName\" value=\"/opt/onap/sdnc/data/stores/truststore.onap.client.jks\"/>\n<parameter name=\"trustStorePassword\" value=\"adminadmin\"/>\n<parameter name=\"keyStoreFileName\" value=\"/opt/onap/sdnc/data/stores/sdnc.p12\"/>\n<parameter name=\"keyStorePassword\" value=\"adminadmin\"/>\n", \r
+        "comments": "", \r
+        "outputs": 1, \r
+        "x": 1973.500244140625, \r
+        "y": 158, \r
+        "z": "1a9b8475.da0d2c", \r
+        "wires": [\r
+            [\r
+                "9a6001a7.b0681", \r
+                "83daffef.93261"\r
+            ]\r
+        ]\r
+    }, \r
+    {\r
+        "id": "257a5269.7c0d86", \r
+        "type": "execute", \r
+        "name": "execute RestconfDiscoveryNode", \r
+        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restconfdiscovery.RestconfDiscoveryNode' method='establishSubscription' >\n<parameter name=\"subscriberId\" value=\"sotn-controller\" />\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.url + '/restconf/operations/ietf-subscribed-notifications:establish-subscription'`\" />\n<parameter name=\"restapiUser\" value=\"`$prop.sdncRestApi.thirdpartySdnc.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.sdncRestApi.thirdpartySdnc.password`\" />\n<parameter name=\"sseConnectURL\" value=\"`$prop.sdncRestApi.thirdpartySdnc.url + '/restconf/streams/yang-push-json'`\" />\n<parameter name=\"dirPath\" value=\"/opt/sdnc/restconfapi/yang/notification\" />\n<parameter name=\"format\" value=\"json\" />\n<parameter name=\"httpMethod\" value=\"post\" />\n<parameter name=\"trustStoreFileName\" value=\"/opt/onap/sdnc/data/stores/truststore.onap.client.jks\"/>\n<parameter name=\"trustStorePassword\" value=\"adminadmin\"/>\n<parameter name=\"keyStoreFileName\" value=\"/opt/onap/sdnc/data/stores/sdnc.p12\"/>\n<parameter name=\"keyStorePassword\" value=\"adminadmin\"/>\n<parameter name='customHttpHeaders' value=\"`'X-ACCESS-TOKEN=' + $prop.sdncRestApi.token_id`\" />\n<parameter name=\"module\" value=\"DataChange\" />\n<parameter name=\"rpc\" value=\"sotn-notification-handler\" />\n<parameter name=\"mode\" value=\"sync\" />", \r
+        "comments": "", \r
+        "outputs": 1, \r
+        "x": 1456.0001983642578, \r
+        "y": 306.00000953674316, \r
+        "z": "1a9b8475.da0d2c", \r
+        "wires": [\r
+            [ ]\r
+        ]\r
+    }, \r
+    {\r
+        "id": "e40bbeb2.1466c", \r
+        "type": "set", \r
+        "name": "set encoding-format", \r
+        "xml": "<set>\n<parameter name='input' value='ietf-subscribed-notifications:establish-subscription.input.' />\n<parameter name=\"`$input + 'encoding'`\" value=\"encode-json\" />", \r
+        "comments": "", \r
+        "x": 1416.0001983642578, \r
+        "y": 266.00000953674316, \r
+        "z": "1a9b8475.da0d2c", \r
+        "wires": [ ]\r
+    }, \r
+    {\r
+        "id": "d34b58fb.df8cd", \r
+        "type": "comment", \r
+        "name": "Notification subscription", \r
+        "info": "", \r
+        "comments": "", \r
+        "x": 1421.000343322754, \r
+        "y": 223.00000858306885, \r
+        "z": "1a9b8475.da0d2c", \r
+        "wires": [ ]\r
+    }, \r
+    {\r
+        "id": "f40069ea.6c541", \r
+        "type": "switchNode", \r
+        "name": "switch", \r
+        "xml": "<switch test=\"`$prop.sdncRestApi.vendor == 'ZTE'`\">\n", \r
+        "comments": "", \r
+        "outputs": 1, \r
+        "x": 106, \r
+        "y": 294, \r
+        "z": "1a9b8475.da0d2c", \r
+        "wires": [\r
+            [\r
+                "5e28a0df.7fabe", \r
+                "39367b0f.d19614"\r
+            ]\r
+        ]\r
+    }, \r
+    {\r
+        "id": "5e28a0df.7fabe", \r
+        "type": "outcomeFalse", \r
+        "name": "false", \r
+        "xml": "<outcome value='false'>\n", \r
+        "comments": "", \r
+        "outputs": 1, \r
+        "x": 293, \r
+        "y": 294, \r
+        "z": "1a9b8475.da0d2c", \r
+        "wires": [\r
+            [\r
+                "fc46fa0c.31e87"\r
+            ]\r
+        ]\r
+    }, \r
+    {\r
+        "id": "39367b0f.d19614", \r
+        "type": "outcomeTrue", \r
+        "name": "true", \r
+        "xml": "<outcome value='true'>\n", \r
+        "comments": "", \r
+        "outputs": 1, \r
+        "x": 294, \r
+        "y": 419, \r
+        "z": "1a9b8475.da0d2c", \r
+        "wires": [\r
+            [\r
+                "8828fa0f.91d7c8"\r
+            ]\r
+        ]\r
+    }, \r
+    {\r
+        "id": "8828fa0f.91d7c8", \r
+        "type": "call", \r
+        "name": "call esr-thirdparty-sdnc-of-zte", \r
+        "xml": "<call module='DataChange' rpc='esr-thirdparty-sdnc-of-zte' mode='sync' >\n", \r
+        "comments": "", \r
+        "outputs": 1, \r
+        "x": 517, \r
+        "y": 419, \r
+        "z": "1a9b8475.da0d2c", \r
+        "wires": [\r
+            [ ]\r
+        ]\r
+    }\r
 ]
\ No newline at end of file