Changing the DG param to use "_"
[sdnc/oam.git] / platform-logic / datachange / src / main / json / DataChange_esr-thirdparty-sdnc-discovery.json
index 426b856..7c2cc10 100644 (file)
-[
-  {
-    "id": "e714f114.a841a",
-    "type": "other",
-    "name": "update",
-    "xml": "<outcome value='Update'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 674.5000419616699,
-    "y": 205.66669845581055,
-    "z": "f60ccc0b.2e9e5",
-    "wires": [
-      [
-        "412d4a4c.5ea2f4"
-      ]
-    ]
-  },
-  {
-    "id": "47ba392d.437028",
-    "type": "other",
-    "name": "delete",
-    "xml": "<outcome value='delete'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 702.7222175598145,
-    "y": 477.3335008621216,
-    "z": "f60ccc0b.2e9e5",
-    "wires": [
-      [
-        "e84e5704.965b68"
-      ]
-    ]
-  },
-  {
-    "id": "e84e5704.965b68",
-    "type": "block",
-    "name": "block : atomic",
-    "xml": "<block atomic=\"true\">",
-    "atomic": "true",
-    "outputs": 1,
-    "x": 858.1668968200684,
-    "y": 477.33352184295654,
-    "z": "f60ccc0b.2e9e5",
-    "wires": [
-      []
-    ]
-  },
-  {
-    "id": "5e6b6675.fc5a18",
-    "type": "comment",
-    "name": "TODO: Delete topology from AAI",
-    "info": "",
-    "comments": "",
-    "x": 782.8334770202637,
-    "y": 440.0001859664917,
-    "z": "f60ccc0b.2e9e5",
-    "wires": []
-  },
-  {
-    "id": "bf8e19f1.7f5908",
-    "type": "switchNode",
-    "name": "switch aai-event-trigger",
-    "xml": "<switch test=\"`$data-change-notification-input.aai-event-trigger`\">\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 459.05566787719727,
-    "y": 344.2222309112549,
-    "z": "f60ccc0b.2e9e5",
-    "wires": [
-      [
-        "e714f114.a841a",
-        "47ba392d.437028"
-      ]
-    ]
-  },
-  {
-    "id": "412d4a4c.5ea2f4",
-    "type": "block",
-    "name": "block : atomic",
-    "xml": "<block atomic=\"true\">",
-    "atomic": "true",
-    "outputs": 1,
-    "x": 842.8338432312012,
-    "y": 204.11124992370605,
-    "z": "f60ccc0b.2e9e5",
-    "wires": [
-      [
-        "52b0fb73.694034",
-        "b992a9e2.abb498"
-      ]
-    ]
-  },
-  {
-    "id": "bf4a7e8b.e2772",
-    "type": "execute",
-    "name": "execute RestApiCallNode Get token",
-    "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/actokentemplate.json'`\" />\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.url + '/controller/v2/tokens'`\" />\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"post\"/>\n<parameter name=\"responsePrefix\" value=\"token-result\"/>\n<parameter name=\"trustStoreFileName\" value=\"/opt/onap/sdnc/data/stores/truststore.openecomp.client.jks\"/>\n<parameter name=\"trustStorePassword\" value=\"adminadmin\"/>\n<parameter name=\"keyStoreFileName\" value=\"/opt/onap/sdnc/data/stores/sdnc.p12\"/>\n<parameter name=\"keyStorePassword\" value=\"adminadmin\"/>",
-    "comments": "",
-    "outputs": 1,
-    "x": 1120.4932975769043,
-    "y": 160.03050470352173,
-    "z": "f60ccc0b.2e9e5",
-    "wires": [
-      [
-        "cbcc146a.b18a48",
-        "934e7ef4.942bd"
-      ]
-    ]
-  },
-  {
-    "id": "cbcc146a.b18a48",
-    "type": "success",
-    "name": "success",
-    "xml": "<outcome value='success'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 1355.4932975769043,
-    "y": 138.03050470352173,
-    "z": "f60ccc0b.2e9e5",
-    "wires": [
-      [
-        "9ebe20af.228e5"
-      ]
-    ]
-  },
-  {
-    "id": "934e7ef4.942bd",
-    "type": "failure",
-    "name": "failure",
-    "xml": "<outcome value='failure'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 1347.7432975769043,
-    "y": 191.67338800430298,
-    "z": "f60ccc0b.2e9e5",
-    "wires": [
-      [
-        "fe461c21.f9128"
-      ]
-    ]
-  },
-  {
-    "id": "9ebe20af.228e5",
-    "type": "set",
-    "name": "set token-id",
-    "xml": "<set>\n<parameter name='prop.sdncRestApi.token_id' value='`$token-result.data.token_id`' />\n",
-    "comments": "",
-    "x": 1509.4932975769043,
-    "y": 139.03050470352173,
-    "z": "f60ccc0b.2e9e5",
-    "wires": []
-  },
-  {
-    "id": "52b0fb73.694034",
-    "type": "execute",
-    "name": "execute RestApiCallNode Get Topology",
-    "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.url + '/restconf/data/ietf-network:networks'`\" />\n<parameter name=\"restapiUser\" value=\"`$prop.sdncRestApi.thirdpartySdnc.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.sdncRestApi.thirdpartySdnc.password`\" />\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"get\"/>\n<parameter name=\"responsePrefix\" value=\"topology\"/>\n<parameter name=\"trustStoreFileName\" value=\"/opt/onap/sdnc/data/stores/truststore.openecomp.client.jks\"/>\n<parameter name=\"trustStorePassword\" value=\"adminadmin\"/>\n<parameter name=\"keyStoreFileName\" value=\"/opt/onap/sdnc/data/stores/sdnc.p12\"/>\n<parameter name=\"keyStorePassword\" value=\"adminadmin\"/>\n<parameter name='customHttpHeaders' value=\"`'X-ACCESS-TOKEN=' + $prop.sdncRestApi.token_id`\" />",
-    "comments": "",
-    "outputs": 1,
-    "x": 1123.8267250061035,
-    "y": 253.73424243927002,
-    "z": "f60ccc0b.2e9e5",
-    "wires": [
-      [
-        "bf8dd5a2.3ec108",
-        "4e2f04da.b5496c"
-      ]
-    ]
-  },
-  {
-    "id": "bf8dd5a2.3ec108",
-    "type": "success",
-    "name": "success",
-    "xml": "<outcome value='success'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 1382.3820571899414,
-    "y": 231.734224319458,
-    "z": "f60ccc0b.2e9e5",
-    "wires": [
-      [
-        "9692e7a9.a7ad78"
-      ]
-    ]
-  },
-  {
-    "id": "9692e7a9.a7ad78",
-    "type": "block",
-    "name": "block : atomic",
-    "xml": "<block atomic=\"true\">",
-    "atomic": "true",
-    "comments": "",
-    "outputs": 1,
-    "x": 1557.937587738037,
-    "y": 229.40094661712646,
-    "z": "f60ccc0b.2e9e5",
-    "wires": [
-      []
-    ]
-  },
-  {
-    "id": "1548c97d.137267",
-    "type": "returnFailure",
-    "name": "return failure",
-    "xml": "<return status='failure'>\n\t<parameter name='ack-final' value='Y'/>\n\t<parameter name=\"error-code\" value=\"500\" />\n    <parameter name=\"error-message\" value=\"Error executing Create vpn rest api\" />\n",
-    "comments": "",
-    "x": 1566.1598625183105,
-    "y": 303.62306022644043,
-    "z": "f60ccc0b.2e9e5",
-    "wires": []
-  },
-  {
-    "id": "4e2f04da.b5496c",
-    "type": "failure",
-    "name": "failure",
-    "xml": "<outcome value='failure'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 1387.8265419006348,
-    "y": 302.84528970718384,
-    "z": "f60ccc0b.2e9e5",
-    "wires": [
-      [
-        "1548c97d.137267"
-      ]
-    ]
-  },
-  {
-    "id": "773b4a80.972f64",
-    "type": "dgstart",
-    "name": "DGSTART",
-    "outputs": 1,
-    "x": 99.50000381469727,
-    "y": 84.00000476837158,
-    "z": "f60ccc0b.2e9e5",
-    "wires": [
-      [
-        "6b3bf10f.0a471"
-      ]
-    ]
-  },
-  {
-    "id": "6b3bf10f.0a471",
-    "type": "service-logic",
-    "name": "DataChange ${project.version}",
-    "module": "DataChange",
-    "version": "${project.version}",
-    "comments": "",
-    "xml": "<service-logic xmlns='http://www.onap.org/sdnc/svclogic' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.onap.org/sdnc/svclogic ./svclogic.xsd' module='DataChange' version='${project.version}'>",
-    "outputs": 1,
-    "x": 237.6111297607422,
-    "y": 125.44446611404419,
-    "z": "f60ccc0b.2e9e5",
-    "wires": [
-      [
-        "34347376.ce668c"
-      ]
-    ]
-  },
-  {
-    "id": "34347376.ce668c",
-    "type": "method",
-    "name": "method esr-thirdparty-sdnc-discovery",
-    "xml": "<method rpc='esr-thirdparty-sdnc-discovery' mode='sync'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 334.05569076538086,
-    "y": 236.22224712371826,
-    "z": "f60ccc0b.2e9e5",
-    "wires": [
-      [
-        "1ded1b72.af18c5"
-      ]
-    ]
-  },
-  {
-    "id": "1ded1b72.af18c5",
-    "type": "block",
-    "name": "block : atomic",
-    "xml": "<block atomic=\"true\">\n",
-    "atomic": "false",
-    "comments": "",
-    "outputs": 1,
-    "x": 242.2779197692871,
-    "y": 345.1112251281738,
-    "z": "f60ccc0b.2e9e5",
-    "wires": [
-      [
-        "bf8e19f1.7f5908"
-      ]
-    ]
-  },
-  {
-    "id": "b992a9e2.abb498",
-    "type": "for",
-    "name": "for each Network",
-    "xml": "<for index='nidx' start='0' end='`$topology.networks.network_length`' >\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 1055.9814949035645,
-    "y": 381.22218132019043,
-    "z": "f60ccc0b.2e9e5",
-    "wires": [
-      [
-        "d00ff672.d0b048"
-      ]
-    ]
-  },
-  {
-    "id": "d00ff672.d0b048",
-    "type": "block",
-    "name": "block",
-    "xml": "<block>\n",
-    "atomic": "false",
-    "comments": "",
-    "outputs": 1,
-    "x": 1245.9814567565918,
-    "y": 388.99997425079346,
-    "z": "f60ccc0b.2e9e5",
-    "wires": [
-      [
-        "ba2cdcd.67eab2",
-        "b9e492ff.96a56"
-      ]
-    ]
-  },
-  {
-    "id": "ba2cdcd.67eab2",
-    "type": "call",
-    "name": "call update-network-to-aai",
-    "xml": "<call module='DataChange' rpc='update-network-to-aai' mode='sync' >\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 1499.3148784637451,
-    "y": 452.3333444595337,
-    "z": "f60ccc0b.2e9e5",
-    "wires": [
-      []
-    ]
-  },
-  {
-    "id": "b9e492ff.96a56",
-    "type": "set",
-    "name": "set network",
-    "xml": "<set>\n<parameter name='network.' value='`$topology.networks.network[$nidx].`' />\n",
-    "comments": "",
-    "x": 1451.5369987487793,
-    "y": 370.1110887527466,
-    "z": "f60ccc0b.2e9e5",
-    "wires": []
-  },
-  {
-    "id": "fe461c21.f9128",
-    "type": "block",
-    "name": "block",
-    "xml": "<block>\n",
-    "atomic": "false",
-    "comments": "",
-    "outputs": 1,
-    "x": 1509.3146934509277,
-    "y": 186.77776718139648,
-    "z": "f60ccc0b.2e9e5",
-    "wires": [
-      []
-    ]
-  },
-  {
-    "id": "12e3cffc.36ff4",
-    "type": "comment",
-    "name": "Do Nothing",
-    "info": "",
-    "comments": "",
-    "x": 1644.8702672322588,
-    "y": 185.66664293077258,
-    "z": "f60ccc0b.2e9e5",
-    "wires": []
-  }
-]
+[\r
+    {\r
+        "id": "41629315.bd4abc",\r
+        "type": "other",\r
+        "name": "update",\r
+        "xml": "<outcome value='Update'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 724.9999961853027,\r
+        "y": 349.9999942779541,\r
+        "z": "43e1d1ad.d6a8e",\r
+        "wires": [\r
+            [\r
+                "9970355a.979a58"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "bb11b779.ca75f8",\r
+        "type": "other",\r
+        "name": "delete",\r
+        "xml": "<outcome value='delete'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 724.9999961853027,\r
+        "y": 429.9999942779541,\r
+        "z": "43e1d1ad.d6a8e",\r
+        "wires": [\r
+            [\r
+                "7e0497f8.ddad68"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "7e0497f8.ddad68",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "outputs": 1,\r
+        "x": 866.4999961853027,\r
+        "y": 429.9999942779541,\r
+        "z": "43e1d1ad.d6a8e",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "c60c87fa.e5d1a8",\r
+        "type": "comment",\r
+        "name": "TODO: Delete topology from AAI",\r
+        "info": "",\r
+        "comments": "",\r
+        "x": 799.3335151672363,\r
+        "y": 397.96898913383484,\r
+        "z": "43e1d1ad.d6a8e",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "cb414b17.62b928",\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": 555.4999961853027,\r
+        "y": 389.9999942779541,\r
+        "z": "43e1d1ad.d6a8e",\r
+        "wires": [\r
+            [\r
+                "41629315.bd4abc",\r
+                "bb11b779.ca75f8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "5f482ccf.0ae764",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "outputs": 1,\r
+        "x": 1252.4999961853027,\r
+        "y": 260.9999942779541,\r
+        "z": "43e1d1ad.d6a8e",\r
+        "wires": [\r
+            [\r
+                "d220c063.b8e9a",\r
+                "9a482a6d.6b7268",\r
+                "97f2ea03.107968",\r
+                "f06d5e7a.dcdff",\r
+                "1b8d7ae8.41c4c5"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "9a482a6d.6b7268",\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": 1525.5001945495605,\r
+        "y": 182.00000381469727,\r
+        "z": "43e1d1ad.d6a8e",\r
+        "wires": [\r
+            [\r
+                "6b4e87a7.382818",\r
+                "8968e872.1395d8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "6b4e87a7.382818",\r
+        "type": "success",\r
+        "name": "success",\r
+        "xml": "<outcome value='success'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1815.0002403259277,\r
+        "y": 173.9999942779541,\r
+        "z": "43e1d1ad.d6a8e",\r
+        "wires": [\r
+            [\r
+                "abb4b716.9e6c48"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "8968e872.1395d8",\r
+        "type": "failure",\r
+        "name": "failure",\r
+        "xml": "<outcome value='failure'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1811.0002403259277,\r
+        "y": 213.9999942779541,\r
+        "z": "43e1d1ad.d6a8e",\r
+        "wires": [\r
+            [\r
+                "570488eb.f03fc8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "abb4b716.9e6c48",\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": 1965.5002403259277,\r
+        "y": 173.9999942779541,\r
+        "z": "43e1d1ad.d6a8e",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "157313d5.db8b4c",\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": 2032.5002403259277,\r
+        "y": 293.9999942779541,\r
+        "z": "43e1d1ad.d6a8e",\r
+        "wires": [\r
+            [\r
+                "33873b8b.c155b4",\r
+                "ce710140.b905e"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "33873b8b.c155b4",\r
+        "type": "success",\r
+        "name": "success",\r
+        "xml": "<outcome value='success'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2275.0002403259277,\r
+        "y": 313.9999942779541,\r
+        "z": "43e1d1ad.d6a8e",\r
+        "wires": [\r
+            [\r
+                "e5513b6e.ef8ac8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "e5513b6e.ef8ac8",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">",\r
+        "atomic": "true",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2432.5002403259277,\r
+        "y": 313.9999942779541,\r
+        "z": "43e1d1ad.d6a8e",\r
+        "wires": [\r
+            [\r
+                "5d082e27.1f397"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "528cf13c.0c237",\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": 2409.0002403259277,\r
+        "y": 213.9999942779541,\r
+        "z": "43e1d1ad.d6a8e",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "ce710140.b905e",\r
+        "type": "failure",\r
+        "name": "failure",\r
+        "xml": "<outcome value='failure'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2271.0002403259277,\r
+        "y": 213.9999942779541,\r
+        "z": "43e1d1ad.d6a8e",\r
+        "wires": [\r
+            [\r
+                "528cf13c.0c237"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "e8420532.df1058",\r
+        "type": "dgstart",\r
+        "name": "DGSTART",\r
+        "outputs": 1,\r
+        "x": 124.99999618530273,\r
+        "y": 124.9999942779541,\r
+        "z": "43e1d1ad.d6a8e",\r
+        "wires": [\r
+            [\r
+                "8ccfff99.445d6"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "8ccfff99.445d6",\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": 190.99999618530273,\r
+        "y": 184.9999942779541,\r
+        "z": "43e1d1ad.d6a8e",\r
+        "wires": [\r
+            [\r
+                "9ae5c632.b6f538"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "9ae5c632.b6f538",\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": 210.99999618530273,\r
+        "y": 264.9999942779541,\r
+        "z": "43e1d1ad.d6a8e",\r
+        "wires": [\r
+            [\r
+                "12028600.fb215a"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "12028600.fb215a",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic=\"true\">\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 458.49999618530273,\r
+        "y": 264.9999942779541,\r
+        "z": "43e1d1ad.d6a8e",\r
+        "wires": [\r
+            [\r
+                "807f3d.fff210c"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "5d082e27.1f397",\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": 1858.5002555847168,\r
+        "y": 413.00000953674316,\r
+        "z": "43e1d1ad.d6a8e",\r
+        "wires": [\r
+            [\r
+                "e62b44ce.a0e368"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "e62b44ce.a0e368",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 2007.0002555847168,\r
+        "y": 413.00000953674316,\r
+        "z": "43e1d1ad.d6a8e",\r
+        "wires": [\r
+            [\r
+                "69d3f3bb.60d83c",\r
+                "4e20c7e0.4989a8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "69d3f3bb.60d83c",\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": 2186.000255584717,\r
+        "y": 433.00000953674316,\r
+        "z": "43e1d1ad.d6a8e",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "4e20c7e0.4989a8",\r
+        "type": "set",\r
+        "name": "set network",\r
+        "xml": "<set>\n<parameter name='network.' value='`$topology.networks.network[$nidx].`' />\n",\r
+        "comments": "",\r
+        "x": 2141.000255584717,\r
+        "y": 393.00000953674316,\r
+        "z": "43e1d1ad.d6a8e",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "570488eb.f03fc8",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1931.0002403259277,\r
+        "y": 213.9999942779541,\r
+        "z": "43e1d1ad.d6a8e",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "8485b334.0774f",\r
+        "type": "comment",\r
+        "name": "Do Nothing",\r
+        "info": "",\r
+        "comments": "",\r
+        "x": 2101.0002403259277,\r
+        "y": 253.9999942779541,\r
+        "z": "43e1d1ad.d6a8e",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "4662cdd1.b4f8a4",\r
+        "type": "switchNode",\r
+        "name": "switch type",\r
+        "xml": "<switch test=\"`$prop.sdncRestApi.type`\">\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 977.9999961853027,\r
+        "y": 349.9999942779541,\r
+        "z": "43e1d1ad.d6a8e",\r
+        "wires": [\r
+            [\r
+                "c4659524.ddaee8",\r
+                "b8841114.e40fb"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "9970355a.979a58",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 844.9999961853027,\r
+        "y": 349.9999942779541,\r
+        "z": "43e1d1ad.d6a8e",\r
+        "wires": [\r
+            [\r
+                "4662cdd1.b4f8a4"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "c4659524.ddaee8",\r
+        "type": "other",\r
+        "name": "SOTN",\r
+        "xml": "<outcome value='SOTN'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1090.9999961853027,\r
+        "y": 260.9999942779541,\r
+        "z": "43e1d1ad.d6a8e",\r
+        "wires": [\r
+            [\r
+                "5f482ccf.0ae764"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "b8841114.e40fb",\r
+        "type": "other",\r
+        "name": "other",\r
+        "xml": "<outcome value='Other'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1106.0000038146973,\r
+        "y": 500.00002670288086,\r
+        "z": "43e1d1ad.d6a8e",\r
+        "wires": [\r
+            [\r
+                "3b070a5d.7f8e96"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "3b070a5d.7f8e96",\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": 1284.0000038146973,\r
+        "y": 500.00002670288086,\r
+        "z": "43e1d1ad.d6a8e",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "d220c063.b8e9a",\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": 1472.0001945495605,\r
+        "y": 142.00000381469727,\r
+        "z": "43e1d1ad.d6a8e",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "97f2ea03.107968",\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": 1518.5001945495605,\r
+        "y": 262.00000381469727,\r
+        "z": "43e1d1ad.d6a8e",\r
+        "wires": [\r
+            [\r
+                "a5358ccb.9e8dd",\r
+                "7f5cb122.be2df"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "a5358ccb.9e8dd",\r
+        "type": "other",\r
+        "name": "Null",\r
+        "xml": "<outcome value=''>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1811.0002403259277,\r
+        "y": 253.9999942779541,\r
+        "z": "43e1d1ad.d6a8e",\r
+        "wires": [\r
+            [\r
+                "ef0365d3.97ff38"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "7f5cb122.be2df",\r
+        "type": "other",\r
+        "name": "other",\r
+        "xml": "<outcome value='Other'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1811.0002403259277,\r
+        "y": 293.9999942779541,\r
+        "z": "43e1d1ad.d6a8e",\r
+        "wires": [\r
+            [\r
+                "157313d5.db8b4c"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "ef0365d3.97ff38",\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": 2032.5002403259277,\r
+        "y": 253.9999942779541,\r
+        "z": "43e1d1ad.d6a8e",\r
+        "wires": [\r
+            [\r
+                "ce710140.b905e",\r
+                "33873b8b.c155b4"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "1b8d7ae8.41c4c5",\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": 1517.0001525878906,\r
+        "y": 400.9999828338623,\r
+        "z": "43e1d1ad.d6a8e",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "f06d5e7a.dcdff",\r
+        "type": "set",\r
+        "name": "set encoding-format",\r
+        "xml": "<set>\n<parameter name='ietf-subscribed-notifications_establish-subscription.input.encoding' value=\"encode-json\" />",\r
+        "comments": "",\r
+        "x": 1475.0001945495605,\r
+        "y": 362.00000381469727,\r
+        "z": "43e1d1ad.d6a8e",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "971a117b.a06b9",\r
+        "type": "comment",\r
+        "name": "Notification subscription",\r
+        "info": "",\r
+        "comments": "",\r
+        "x": 1480.0003395080566,\r
+        "y": 319.00000286102295,\r
+        "z": "43e1d1ad.d6a8e",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "807f3d.fff210c",\r
+        "type": "switchNode",\r
+        "name": "switch",\r
+        "xml": "<switch test=\"`$prop.sdncRestApi.vendor == 'ZTE'`\">\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 164.99999618530273,\r
+        "y": 389.9999942779541,\r
+        "z": "43e1d1ad.d6a8e",\r
+        "wires": [\r
+            [\r
+                "1b70ca9c.7c9985",\r
+                "c9877e2e.2d6a5"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "1b70ca9c.7c9985",\r
+        "type": "outcomeFalse",\r
+        "name": "false",\r
+        "xml": "<outcome value='false'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 351.99999618530273,\r
+        "y": 389.9999942779541,\r
+        "z": "43e1d1ad.d6a8e",\r
+        "wires": [\r
+            [\r
+                "cb414b17.62b928"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "c9877e2e.2d6a5",\r
+        "type": "outcomeTrue",\r
+        "name": "true",\r
+        "xml": "<outcome value='true'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 352.99999618530273,\r
+        "y": 514.9999942779541,\r
+        "z": "43e1d1ad.d6a8e",\r
+        "wires": [\r
+            [\r
+                "66b25f6e.ea9c2"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "66b25f6e.ea9c2",\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": 575.9999961853027,\r
+        "y": 514.9999942779541,\r
+        "z": "43e1d1ad.d6a8e",\r
+        "wires": [\r
+            []\r
+        ]\r
+    }\r
+]
\ No newline at end of file