Notification Sub-DG with Restconf discovery node
[sdnc/oam.git] / platform-logic / datachange / src / main / json / DataChange_esr-thirdparty-sdnc-discovery.json
index 426b856..ba7a989 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": []
-  }
-]
+    {
+        "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": []
+    }
+]
\ No newline at end of file