fix odl patches
[ccsdk/distribution.git] / platform-logic / a1Adapter-api / src / main / json / A1-ADAPTER-API_getA1PolicyType.json
index e29dc2a..47bfaf6 100644 (file)
-[
-    {
-        "id": "c57a85a7.6d9e28",
-        "type": "service-logic",
-        "name": "A1-ADAPTER-API ${project.version}",
-        "module": "A1-ADAPTER-API",
-        "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='A1-ADAPTER-API' version='${project.version}'>",
-        "outputs": 1,
-        "x": 184,
-        "y": 217,
-        "z": "6b10bb22.27b454",
-        "wires": [
-            [
-                "7f8f754.1d44a8c"
-            ]
-        ]
-    },
-    {
-        "id": "7f8f754.1d44a8c",
-        "type": "method",
-        "name": "method getA1PolicyType",
-        "xml": "<method rpc='getA1PolicyType' mode='sync'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 247.00000762939453,
-        "y": 340.00000953674316,
-        "z": "6b10bb22.27b454",
-        "wires": [
-            [
-                "84af22f.906a3e"
-            ]
-        ]
-    },
-    {
-        "id": "ed70783e.27b828",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/A1-Adapter.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Get Policy Type:\"/>\n<parameter name=\"field2\" value=\"`$get-a1-policy-type-input.near-rt-ric-url`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 712.0000267028809,
-        "y": 152.99999904632568,
-        "z": "6b10bb22.27b454",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "84af22f.906a3e",
-        "type": "block",
-        "name": "block : atomic",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 450,
-        "y": 291,
-        "z": "6b10bb22.27b454",
-        "wires": [
-            [
-                "ed70783e.27b828",
-                "28381478.4110ac",
-                "37a94c09.766b94",
-                "87dae598.c09b78",
-                "5b5bbe8a.3a76a"
-            ]
-        ]
-    },
-    {
-        "id": "1bc64bfe.dda094",
-        "type": "dgstart",
-        "name": "DGSTART",
-        "outputs": 1,
-        "x": 117,
-        "y": 153,
-        "z": "6b10bb22.27b454",
-        "wires": [
-            [
-                "c57a85a7.6d9e28"
-            ]
-        ]
-    },
-    {
-        "id": "28381478.4110ac",
-        "type": "set",
-        "name": "set default status value",
-        "xml": "<set>\n<parameter name='response-code' value='200' />\n<parameter name='response-message' value='getA1PolicyType executed successfully' />",
-        "comments": "",
-        "x": 749.0001068115234,
-        "y": 205.99999809265137,
-        "z": "6b10bb22.27b454",
-        "wires": []
-    },
-    {
-        "id": "37a94c09.766b94",
-        "type": "execute",
-        "name": "execute Properties",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.prop.PropertiesNode' method='readProperties' >\n    <parameter name='fileName' value='/opt/onap/ccsdk/data/properties/a1-adapter-api-dg.properties' />\n    <parameter name='contextPrefix' value='prop' />\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 749,
-        "y": 259,
-        "z": "6b10bb22.27b454",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "5b5bbe8a.3a76a",
-        "type": "block",
-        "name": "A1 Mediator RestAPI Invocation",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 773.0001525878906,
-        "y": 344.99999380111694,
-        "z": "6b10bb22.27b454",
-        "wires": [
-            [
-                "80c7ebd8.e99678",
-                "c14dac35.e1db6",
-                "410d2f2e.d71a4",
-                "d12e5095.54989"
-            ]
-        ]
-    },
-    {
-        "id": "80c7ebd8.e99678",
-        "type": "set",
-        "name": "set tmp variables for A1 Mediator REST API call",
-        "xml": "<set>\n<parameter name=\"tmp.near-rt-ric-url\" value=\"`$get-a1-policy-type-input.near-rt-ric-url`\"/>",
-        "comments": "",
-        "x": 1163.00146484375,
-        "y": 147.88912963867188,
-        "z": "6b10bb22.27b454",
-        "wires": []
-    },
-    {
-        "id": "c14dac35.e1db6",
-        "type": "execute",
-        "name": "Get Policy Types",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$tmp.near-rt-ric-url`\"/>\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"GET\"/>\n<parameter name=\"responsePrefix\" value=\"a1MediatorRsp\"/>\n<parameter name='contentType' value='application/json' />\n<parameter name='accept' value='application/json' />\n<parameter name=\"convertResponse\" value=\"true\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 1059.0006103515625,
-        "y": 519.0103759765625,
-        "z": "6b10bb22.27b454",
-        "wires": [
-            [
-                "c5fcaf09.27937",
-                "855add04.525dc"
-            ]
-        ]
-    },
-    {
-        "id": "c5fcaf09.27937",
-        "type": "failure",
-        "name": "failure",
-        "xml": "<outcome value='failure'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 1240.0000610351562,
-        "y": 577.0001187324524,
-        "z": "6b10bb22.27b454",
-        "wires": [
-            [
-                "ddd5d6a3.da1298"
-            ]
-        ]
-    },
-    {
-        "id": "855add04.525dc",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 1241.0002136230469,
-        "y": 473.000018119812,
-        "z": "6b10bb22.27b454",
-        "wires": [
-            [
-                "c1626bc6.876598"
-            ]
-        ]
-    },
-    {
-        "id": "a71cc3cf.ce06a",
-        "type": "returnFailure",
-        "name": "return failure",
-        "xml": "<return status='failure'>\n<parameter name='ack-final' value='Y'/>\n<parameter name=\"response-code\" value=\"404\" />\n<parameter name=\"response-message\" value=\"Error in Getting A1 Policy Type. Aborting\" />",
-        "comments": "",
-        "x": 1529.0006103515625,
-        "y": 611.0001220703125,
-        "z": "6b10bb22.27b454",
-        "wires": []
-    },
-    {
-        "id": "c1626bc6.876598",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 1404.9998779296875,
-        "y": 447.00006103515625,
-        "z": "6b10bb22.27b454",
-        "wires": [
-            [
-                "471d2243.80555c",
-                "622289fe.925988",
-                "5eab9cfb.a9aba4"
-            ]
-        ]
-    },
-    {
-        "id": "471d2243.80555c",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/A1-Adapter.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"A1 Policy Type Information \"/>\n<parameter name=\"field2\" value=\"`$tmp.a1-mediator-restapi.httpResponse`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 1576.9999694824219,
-        "y": 450.9999780654907,
-        "z": "6b10bb22.27b454",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "ce3d916.2cc397",
-        "type": "set",
-        "name": "set",
-        "xml": "<set>\n<parameter name='response-code' value='500'/>\n<parameter name='response-message' value='Seems A1 Mediator Not Healthy'/>\n",
-        "comments": "",
-        "x": 1511.75390625,
-        "y": 551.0039367675781,
-        "z": "6b10bb22.27b454",
-        "wires": []
-    },
-    {
-        "id": "87dae598.c09b78",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 696.7539367675781,
-        "y": 612.0039978027344,
-        "z": "6b10bb22.27b454",
-        "wires": [
-            [
-                "bd48102.d01bdf"
-            ]
-        ]
-    },
-    {
-        "id": "bd48102.d01bdf",
-        "type": "returnSuccess",
-        "name": "return success",
-        "xml": "<return status='success'>\n<parameter name=\"ack-final-indicator\" value=\"Y\" />\n<parameter name=\"error-code\" value=\"200\" />\n<parameter name=\"error-message\" value=\"`$error-message`\" />\n<parameter name='response-code' value='200' />\n<parameter name='response-message' value='A1 Adapter is healthy'/>\n<parameter name='health-status' value='200'/>\n<parameter name='ack-final' value='Y'/>\n",
-        "comments": "",
-        "x": 911.7540283203125,
-        "y": 612.0039367675781,
-        "z": "6b10bb22.27b454",
-        "wires": []
-    },
-    {
-        "id": "ddd5d6a3.da1298",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 1368.0039367675781,
-        "y": 579.003918170929,
-        "z": "6b10bb22.27b454",
-        "wires": [
-            [
-                "a71cc3cf.ce06a",
-                "ce3d916.2cc397"
-            ]
-        ]
-    },
-    {
-        "id": "410d2f2e.d71a4",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/A1-Adapter.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Setting variables for A1 Adapter Get Policy Type.\"/>\n<parameter name=\"field2\" value=\"`$tmp.near-rt-ric-url`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 1034.9998779296875,
-        "y": 455,
-        "z": "6b10bb22.27b454",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "622289fe.925988",
-        "type": "execute",
-        "name": "set",
-        "xml": "<set>\n<parameter name='responseBody' value=\"`$tmp.a1-mediator-restapi.httpResponse`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 1578.0000915527344,
-        "y": 505.9999885559082,
-        "z": "6b10bb22.27b454",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "5eab9cfb.a9aba4",
-        "type": "execute",
-        "name": "execute",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replaceAll' >\n    <parameter name=\"source\" value=\"`$a1MediatorRsp.httpResponse`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.a1-mediator-restapi.httpResponse\"/>\n    <parameter name=\"target\" value=\"\\n\"/>\n    <parameter name=\"replacement\" value=\"\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 1579.9999694824219,
-        "y": 401.9999780654907,
-        "z": "6b10bb22.27b454",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "3646f816.699f88",
-        "type": "execute",
-        "name": "split near-rt-ric URL",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='split'>\n    <parameter name=\"original_string\" value=\"`$tmp.near-rt-ric-url`\" />\n    <parameter name=\"regex\" value=\"/\"/>\n    <parameter name=\"ctx_memory_result_key\" value=\"tmp.near-rt-ric-url-splitList\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 2114,
-        "y": 245,
-        "z": "6b10bb22.27b454",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "6556f21c.11ee1c",
-        "type": "for",
-        "name": "for",
-        "xml": "<for index='idx' start='3' end=\"`$tmp.near-rt-ric-url-splitList_length`\" >",
-        "comments": "",
-        "outputs": 1,
-        "x": 2080,
-        "y": 315,
-        "z": "6b10bb22.27b454",
-        "wires": [
-            [
-                "afa1cbf9.b42ef8"
-            ]
-        ]
-    },
-    {
-        "id": "afa1cbf9.b42ef8",
-        "type": "execute",
-        "name": "set concat url",
-        "xml": "<set>\n<parameter name='tmp.proxy-url' value=\"`$tmp.proxy-url +'/' + $tmp.near-rt-ric-url-splitList[$idx] `\" />\n\n\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 2258,
-        "y": 315,
-        "z": "6b10bb22.27b454",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "1214c3b2.b5293c",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/A1-Adapter.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Get Policy Type: Url with proxy: \"/>\n<parameter name=\"field2\" value=\"`$tmp.proxy-url`\"/>\n\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 2080,
-        "y": 372,
-        "z": "6b10bb22.27b454",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "ae139c27.9f81c",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/A1-Adapter.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Get Policy Type: No proxy found on properties file \"/>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 1884,
-        "y": 281,
-        "z": "6b10bb22.27b454",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "a9cf882b.e74398",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 1876,
-        "y": 349,
-        "z": "6b10bb22.27b454",
-        "wires": [
-            [
-                "3646f816.699f88",
-                "6556f21c.11ee1c",
-                "1214c3b2.b5293c",
-                "e7cb17c0.4634f8"
-            ]
-        ]
-    },
-    {
-        "id": "e7cb17c0.4634f8",
-        "type": "set",
-        "name": "set variables for A1 Mediator with proxy url",
-        "xml": "<set>\n<parameter name=\"tmp.near-rt-ric-url\" value=\"`$tmp.proxy-url`\"/>",
-        "comments": "",
-        "x": 2190,
-        "y": 428,
-        "z": "6b10bb22.27b454",
-        "wires": []
-    },
-    {
-        "id": "96f3e7b2.57cad8",
-        "type": "outcome",
-        "name": "No proxy URL",
-        "xml": "<outcome value=''>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 1716,
-        "y": 281,
-        "z": "6b10bb22.27b454",
-        "wires": [
-            [
-                "ae139c27.9f81c"
-            ]
-        ]
-    },
-    {
-        "id": "d9949951.7f0e98",
-        "type": "outcome",
-        "name": "Otherwise",
-        "xml": "<outcome value='Other'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 1712,
-        "y": 349,
-        "z": "6b10bb22.27b454",
-        "wires": [
-            [
-                "a9cf882b.e74398"
-            ]
-        ]
-    },
-    {
-        "id": "bb63dde8.4da53",
-        "type": "switchNode",
-        "name": "switch",
-        "xml": "<switch test='`$tmp.proxy-url`'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 1537,
-        "y": 315,
-        "z": "6b10bb22.27b454",
-        "wires": [
-            [
-                "96f3e7b2.57cad8",
-                "d9949951.7f0e98"
-            ]
-        ]
-    },
-    {
-        "id": "4600604a.a82ae",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/A1-Adapter.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Get Policy Type: Check for proxy url: \"/>\n<parameter name=\"field2\" value=\"`$tmp.proxy-url`\"/>\n\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 1538,
-        "y": 232,
-        "z": "6b10bb22.27b454",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "ddbc9e41.e0fde",
-        "type": "set",
-        "name": "set tmp url variables with proxy information",
-        "xml": "<set>\n<parameter name=\"tmp.proxy-url\" value=\"`$prop.a1Mediator.proxy.url`\"/>",
-        "comments": "",
-        "x": 1655,
-        "y": 157,
-        "z": "6b10bb22.27b454",
-        "wires": []
-    },
-    {
-        "id": "d12e5095.54989",
-        "type": "block",
-        "name": "block Substitute proxy address if available",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 1142,
-        "y": 307,
-        "z": "6b10bb22.27b454",
-        "wires": [
-            [
-                "ddbc9e41.e0fde",
-                "4600604a.a82ae",
-                "bb63dde8.4da53"
-            ]
-        ]
-    }
+[\r
+    {\r
+        "id": "a884e5ac.251158",\r
+        "type": "service-logic",\r
+        "name": "A1-ADAPTER-API ${project.version}",\r
+        "module": "A1-ADAPTER-API",\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='A1-ADAPTER-API' version='${project.version}'>",\r
+        "outputs": 1,\r
+        "x": 185,\r
+        "y": 153.00000095367432,\r
+        "z": "39c8aee4.0474d2",\r
+        "wires": [\r
+            [\r
+                "42aebba8.82c204"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "42aebba8.82c204",\r
+        "type": "method",\r
+        "name": "method getA1PolicyType",\r
+        "xml": "<method rpc='getA1PolicyType' mode='sync'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 248.00000762939453,\r
+        "y": 276.0000104904175,\r
+        "z": "39c8aee4.0474d2",\r
+        "wires": [\r
+            [\r
+                "54031caf.6d54d4"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "41cd0d58.8c7fa4",\r
+        "type": "record",\r
+        "name": "record",\r
+        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/A1-Adapter.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Get Policy Type:\"/>\n<parameter name=\"field2\" value=\"`$get-a1-policy-type-input.near-rt-ric-url`\"/>",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 713.0000267028809,\r
+        "y": 89,\r
+        "z": "39c8aee4.0474d2",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "54031caf.6d54d4",\r
+        "type": "block",\r
+        "name": "block : atomic",\r
+        "xml": "<block atomic='true'>",\r
+        "atomic": "true",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 451,\r
+        "y": 227.00000095367432,\r
+        "z": "39c8aee4.0474d2",\r
+        "wires": [\r
+            [\r
+                "41cd0d58.8c7fa4",\r
+                "6e9f83a2.85506c",\r
+                "2b39d360.5b10ec",\r
+                "c34feb8.257e018",\r
+                "dcdb5333.1d66d"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "ea6537ff.6bf4a8",\r
+        "type": "dgstart",\r
+        "name": "DGSTART",\r
+        "outputs": 1,\r
+        "x": 118,\r
+        "y": 89.00000095367432,\r
+        "z": "39c8aee4.0474d2",\r
+        "wires": [\r
+            [\r
+                "a884e5ac.251158"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "6e9f83a2.85506c",\r
+        "type": "set",\r
+        "name": "set default status value",\r
+        "xml": "<set>\n<parameter name='tmp-response-code' value='200' />\n<parameter name='response-message' value='getA1PolicyType executed successfully' />",\r
+        "comments": "",\r
+        "x": 750.0001068115234,\r
+        "y": 141.99999904632568,\r
+        "z": "39c8aee4.0474d2",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "2b39d360.5b10ec",\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='/opt/onap/ccsdk/data/properties/a1-adapter-api-dg.properties' />\n    <parameter name='contextPrefix' value='prop' />\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 750,\r
+        "y": 195.00000095367432,\r
+        "z": "39c8aee4.0474d2",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "dcdb5333.1d66d",\r
+        "type": "block",\r
+        "name": "A1 Mediator RestAPI Invocation",\r
+        "xml": "<block atomic='true'>",\r
+        "atomic": "true",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 774.0001525878906,\r
+        "y": 280.99999475479126,\r
+        "z": "39c8aee4.0474d2",\r
+        "wires": [\r
+            [\r
+                "4ef43f72.de957",\r
+                "be4c1659.081a18",\r
+                "809ed869.5d5618",\r
+                "3356beda.d57472"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "4ef43f72.de957",\r
+        "type": "set",\r
+        "name": "set tmp variables for A1 Mediator REST API call",\r
+        "xml": "<set>\n<parameter name=\"tmp.near-rt-ric-url\" value=\"`$get-a1-policy-type-input.near-rt-ric-url`\"/>\n<parameter name=\"tmp.proxy-url\" value=\"`$prop.a1Mediator.proxy.url`\"/>",\r
+        "comments": "",\r
+        "x": 1161.00146484375,\r
+        "y": 175.8891305923462,\r
+        "z": "39c8aee4.0474d2",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "be4c1659.081a18",\r
+        "type": "execute",\r
+        "name": "Get Policy Types",\r
+        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$tmp.near-rt-ric-url`\"/>\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"GET\"/>\n<parameter name=\"responsePrefix\" value=\"a1MediatorRsp\"/>\n<parameter name='contentType' value='application/json' />\n<parameter name='accept' value='application/json' />\n<parameter name=\"convertResponse\" value=\"true\"/>\n<parameter name=\"proxyUrl\" value=\"`$tmp.proxy-url`\"/>",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1060.0006103515625,\r
+        "y": 455.0103769302368,\r
+        "z": "39c8aee4.0474d2",\r
+        "wires": [\r
+            [\r
+                "f106b203.8cc",\r
+                "fa54f56a.429858"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "f106b203.8cc",\r
+        "type": "failure",\r
+        "name": "failure",\r
+        "xml": "<outcome value='failure'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1241.0000610351562,\r
+        "y": 513.0001196861267,\r
+        "z": "39c8aee4.0474d2",\r
+        "wires": [\r
+            [\r
+                "36845372.52ff4c"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "fa54f56a.429858",\r
+        "type": "success",\r
+        "name": "success",\r
+        "xml": "<outcome value='success'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1242.0002136230469,\r
+        "y": 409.0000190734863,\r
+        "z": "39c8aee4.0474d2",\r
+        "wires": [\r
+            [\r
+                "5210a95b.1c9ac8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "573761d.3cf64a",\r
+        "type": "returnFailure",\r
+        "name": "return failure",\r
+        "xml": "<return status='failure'>\n<parameter name='ack-final' value='Y'/>\n<parameter name='response-code' value='`$a1MediatorRsp.response-code`'/>\n<parameter name='response-message' value='`$a1MediatorRsp.response-message`'/>",\r
+        "comments": "",\r
+        "x": 1530.0006103515625,\r
+        "y": 547.0001230239868,\r
+        "z": "39c8aee4.0474d2",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "5210a95b.1c9ac8",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1405.9998779296875,\r
+        "y": 383.00006198883057,\r
+        "z": "39c8aee4.0474d2",\r
+        "wires": [\r
+            [\r
+                "51c028b4.3be0f8",\r
+                "7ca5bd96.023584",\r
+                "d4f48451.ca4ac8"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "51c028b4.3be0f8",\r
+        "type": "record",\r
+        "name": "record",\r
+        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/A1-Adapter.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"A1 Policy Type Information \"/>\n<parameter name=\"field2\" value=\"`$tmp.a1-mediator-restapi.httpResponse`\"/>\n<parameter name='field3' value='`$a1MediatorRsp.response-code`'/>\n<parameter name='field4' value='`$a1MediatorRsp.response-message`'/>",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1577.9999694824219,\r
+        "y": 386.99997901916504,\r
+        "z": "39c8aee4.0474d2",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "66c2455.a8173bc",\r
+        "type": "set",\r
+        "name": "set",\r
+        "xml": "<set>\n<parameter name='response-code' value='`$a1MediatorRsp.response-code`'/>\n<parameter name='response-message' value='`$a1MediatorRsp.response-message`'/>\n",\r
+        "comments": "",\r
+        "x": 1512.75390625,\r
+        "y": 487.00393772125244,\r
+        "z": "39c8aee4.0474d2",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "c34feb8.257e018",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 697.7539367675781,\r
+        "y": 548.0039987564087,\r
+        "z": "39c8aee4.0474d2",\r
+        "wires": [\r
+            [\r
+                "82742b10.d77588"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "82742b10.d77588",\r
+        "type": "returnSuccess",\r
+        "name": "return success",\r
+        "xml": "<return status='success'>\n<parameter name=\"ack-final-indicator\" value=\"Y\" />\n<parameter name=\"error-code\" value=\"200\" />\n<parameter name=\"error-message\" value=\"`$error-message`\" />\n<parameter name='response-code' value=\"`$tmp-response-code`\" />\n<parameter name='response-message' value='Get A1 Policy Type Information successfully'/>\n<parameter name='health-status' value='200'/>\n<parameter name='ack-final' value='Y'/>\n",\r
+        "comments": "",\r
+        "x": 912.7540283203125,\r
+        "y": 548.0039377212524,\r
+        "z": "39c8aee4.0474d2",\r
+        "wires": []\r
+    },\r
+    {\r
+        "id": "36845372.52ff4c",\r
+        "type": "block",\r
+        "name": "block",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1369.0039367675781,\r
+        "y": 515.0039191246033,\r
+        "z": "39c8aee4.0474d2",\r
+        "wires": [\r
+            [\r
+                "573761d.3cf64a",\r
+                "66c2455.a8173bc"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "809ed869.5d5618",\r
+        "type": "record",\r
+        "name": "record",\r
+        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/A1-Adapter.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Setting variables for A1 Adapter Get Policy Type.\"/>\n<parameter name=\"field2\" value=\"`$tmp.near-rt-ric-url`\"/>",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1035.9998779296875,\r
+        "y": 391.0000009536743,\r
+        "z": "39c8aee4.0474d2",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "7ca5bd96.023584",\r
+        "type": "execute",\r
+        "name": "set",\r
+        "xml": "<set>\n<parameter name='responseBody' value=\"`$tmp.a1-mediator-restapi.httpResponse`\"/>\n<parameter name='tmp-response-code' value='`$a1MediatorRsp.response-code`'/>\n<parameter name='response-message' value='`$a1MediatorRsp.response-message`'/>",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1579.0000915527344,\r
+        "y": 441.9999895095825,\r
+        "z": "39c8aee4.0474d2",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "d4f48451.ca4ac8",\r
+        "type": "execute",\r
+        "name": "execute",\r
+        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replaceAll' >\n    <parameter name=\"source\" value=\"`$a1MediatorRsp.httpResponse`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.a1-mediator-restapi.httpResponse\"/>\n    <parameter name=\"target\" value=\"\\n\"/>\n    <parameter name=\"replacement\" value=\"\"/>",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1580.9999694824219,\r
+        "y": 337.99997901916504,\r
+        "z": "39c8aee4.0474d2",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "2b467907.02e336",\r
+        "type": "record",\r
+        "name": "record",\r
+        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/A1-Adapter.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Get Policy Type: No proxy found on properties file \"/>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1757,\r
+        "y": 209.00000095367432,\r
+        "z": "39c8aee4.0474d2",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "1117a7de.393308",\r
+        "type": "outcome",\r
+        "name": "No proxy URL",\r
+        "xml": "<outcome value=''>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1589,\r
+        "y": 209.00000095367432,\r
+        "z": "39c8aee4.0474d2",\r
+        "wires": [\r
+            [\r
+                "2b467907.02e336"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "877cbb7a.d37458",\r
+        "type": "outcome",\r
+        "name": "Otherwise",\r
+        "xml": "<outcome value='Other'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1585,\r
+        "y": 277.0000009536743,\r
+        "z": "39c8aee4.0474d2",\r
+        "wires": [\r
+            [\r
+                "20df05b3.3b88ea"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "7e8df1d2.4ebed",\r
+        "type": "switchNode",\r
+        "name": "switch",\r
+        "xml": "<switch test='`$tmp.proxy-url`'>\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1410,\r
+        "y": 243.00000095367432,\r
+        "z": "39c8aee4.0474d2",\r
+        "wires": [\r
+            [\r
+                "1117a7de.393308",\r
+                "877cbb7a.d37458"\r
+            ]\r
+        ]\r
+    },\r
+    {\r
+        "id": "20df05b3.3b88ea",\r
+        "type": "record",\r
+        "name": "record",\r
+        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/A1-Adapter.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Get Policy Type: Proxy url: \"/>\n<parameter name=\"field2\" value=\"`$tmp.proxy-url`\"/>\n\n",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1739,\r
+        "y": 277.0000009536743,\r
+        "z": "39c8aee4.0474d2",\r
+        "wires": [\r
+            []\r
+        ]\r
+    },\r
+    {\r
+        "id": "3356beda.d57472",\r
+        "type": "block",\r
+        "name": "block Substitute proxy address if available",\r
+        "xml": "<block>\n",\r
+        "atomic": "false",\r
+        "comments": "",\r
+        "outputs": 1,\r
+        "x": 1143,\r
+        "y": 243.00000095367432,\r
+        "z": "39c8aee4.0474d2",\r
+        "wires": [\r
+            [\r
+                "7e8df1d2.4ebed"\r
+            ]\r
+        ]\r
+    }\r
 ]
\ No newline at end of file