From 48c912df5cc69f58592d96a93e8b72900587dc89 Mon Sep 17 00:00:00 2001 From: "Cheung, Pat (kc1472)" Date: Thu, 22 Aug 2019 18:42:29 +0000 Subject: GRAPI DG enhancement Adding async and concurrency enhancement to GRAPI Issue-ID: SDNC-854 Signed-off-by: Cheung, Pat (kc1472) Change-Id: Ia6d2db17dbc85bed4e91cfeb345877baa1494c4b Former-commit-id: 8d5a350ab0128e46a81042341f2024a88631d35a --- ...ERIC-RESOURCE-API_self-serve-vnf-mdsal-put.json | 169 +++++++++++++++++++++ 1 file changed, 169 insertions(+) create mode 100644 platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_self-serve-vnf-mdsal-put.json (limited to 'platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_self-serve-vnf-mdsal-put.json') diff --git a/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_self-serve-vnf-mdsal-put.json b/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_self-serve-vnf-mdsal-put.json new file mode 100644 index 00000000..2124ccf9 --- /dev/null +++ b/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_self-serve-vnf-mdsal-put.json @@ -0,0 +1,169 @@ +[ + { + "id": "56afbbe7.ef1b04", + "type": "dgstart", + "name": "DGSTART", + "outputs": 1, + "x": 192.8720245361328, + "y": 121.44345092773438, + "z": "3ce368a2.78f878", + "wires": [ + [ + "4cb200e9.a9147" + ] + ] + }, + { + "id": "1e0bb80b.2c8618", + "type": "method", + "name": "method self-serve-vnf-mdsal-put", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 340.7410888671875, + "y": 213.29266166687012, + "z": "3ce368a2.78f878", + "wires": [ + [ + "54b0d2ab.4cd77c" + ] + ] + }, + { + "id": "4cb200e9.a9147", + "type": "service-logic", + "name": "GENERIC-RESOURCE-API ${project.version}", + "module": "GENERIC-RESOURCE-API", + "version": "${project.version}", + "comments": "", + "xml": "", + "outputs": 1, + "x": 455.11022186279297, + "y": 121.63394355773926, + "z": "3ce368a2.78f878", + "wires": [ + [ + "1e0bb80b.2c8618" + ] + ] + }, + { + "id": "54b0d2ab.4cd77c", + "type": "block", + "name": "block : atomic", + "xml": "", + "atomic": "true", + "comments": "", + "outputs": 1, + "x": 593.7769775390625, + "y": 394.4038600921631, + "z": "3ce368a2.78f878", + "wires": [ + [ + "fc67bb15.636f18", + "ed1a2851.984f28", + "5dff0dd.b9c11f4", + "f0753190.147fa" + ] + ] + }, + { + "id": "ed1a2851.984f28", + "type": "execute", + "name": "generate ss-vnf url replace service-instance-id", + "xml": "\n \n \n \n \n", + "comments": "", + "outputs": 1, + "x": 952.8243865966797, + "y": 353.6346740722656, + "z": "3ce368a2.78f878", + "wires": [ + [] + ] + }, + { + "id": "f0753190.147fa", + "type": "execute", + "name": "execute RestApiCallNode - PUT vnf", + "xml": "\n \n \n \n \n \n \n \n\n", + "comments": "", + "outputs": 1, + "x": 908.0029144287109, + "y": 542.2061910629272, + "z": "3ce368a2.78f878", + "wires": [ + [ + "f8cd63cc.a44ab", + "843810fe.b2d4e" + ] + ] + }, + { + "id": "f8cd63cc.a44ab", + "type": "not-found", + "name": "not-found", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 1185.453758239746, + "y": 569.0614757537842, + "z": "3ce368a2.78f878", + "wires": [ + [ + "b45b5260.c22ef" + ] + ] + }, + { + "id": "843810fe.b2d4e", + "type": "failure", + "name": "failure", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 1177.8823928833008, + "y": 515.5614957809448, + "z": "3ce368a2.78f878", + "wires": [ + [ + "b45b5260.c22ef" + ] + ] + }, + { + "id": "fc67bb15.636f18", + "type": "set", + "name": "set vf data for restapi-call-node", + "xml": "\n\n\n\n\n\n\n\n\n\n\n\n\n", + "comments": "", + "x": 902.4194869995117, + "y": 284.01490211486816, + "z": "3ce368a2.78f878", + "wires": [] + }, + { + "id": "5dff0dd.b9c11f4", + "type": "execute", + "name": "generate ss-vnf url - replace vnf-id", + "xml": "\n \n \n \n \n", + "comments": "", + "outputs": 1, + "x": 911.3957901000977, + "y": 438.7291421890259, + "z": "3ce368a2.78f878", + "wires": [ + [] + ] + }, + { + "id": "b45b5260.c22ef", + "type": "set", + "name": "set error-message", + "xml": "\n", + "comments": "", + "x": 1397.8007164001465, + "y": 514.4315023422241, + "z": "3ce368a2.78f878", + "wires": [] + } +] \ No newline at end of file -- cgit 1.2.3-korg