From aeb98e944093d7ce9679bdb8f7c4f232f2f6e1fa Mon Sep 17 00:00:00 2001 From: Rahul_cool Date: Mon, 2 Mar 2020 20:19:55 +0530 Subject: SDNC DGs updated for nni usecase New Dgs are added for SOTN-NNI usecase Issue-ID: SDNC-899 Signed-off-by: Rahul_cool Change-Id: I33ab797c4d0f5b3f11e78843127cd373c478d594 Former-commit-id: 25d232700159699e44822acaa5f1d850292eb501 --- ...-RESOURCE-API_sotn-vf-operation-uni-create.json | 78 ++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-create.json (limited to 'platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-create.json') diff --git a/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-create.json b/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-create.json new file mode 100644 index 00000000..e137522c --- /dev/null +++ b/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-create.json @@ -0,0 +1,78 @@ +[ + { + "id": "5567fb41.3853ac", + "type": "block", + "name": "block : atomic", + "xml": "\n", + "atomic": "false", + "comments": "", + "outputs": 1, + "x": 442.02733993530273, + "y": 433.74087047576904, + "z": "6cf3d2be.22379c", + "wires": [ + [ + "a47debf4.9031c" + ] + ] + }, + { + "id": "67dcf0d.95d1c1", + "type": "dgstart", + "name": "DGSTART", + "outputs": 1, + "x": 166.5, + "y": 82.66665649414062, + "z": "6cf3d2be.22379c", + "wires": [ + [ + "13cbcd0e.cde623" + ] + ] + }, + { + "id": "13cbcd0e.cde623", + "type": "service-logic", + "name": "GENERIC-RESOURCE-API ${project.version}", + "module": "GENERIC-RESOURCE-API", + "version": "${project.version}", + "comments": "", + "xml": "", + "outputs": 1, + "x": 297.7856903076172, + "y": 131.90476512908936, + "z": "6cf3d2be.22379c", + "wires": [ + [ + "90d8ef48.9bbbb8" + ] + ] + }, + { + "id": "90d8ef48.9bbbb8", + "type": "method", + "name": "method sotn-vf-operation-uni-create", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 300.9286193847656, + "y": 216.66668891906738, + "z": "6cf3d2be.22379c", + "wires": [ + [ + "5567fb41.3853ac" + ] + ] + }, + { + "id": "a47debf4.9031c", + "type": "returnSuccess", + "name": "return success", + "xml": "\n\n\n\n", + "comments": "", + "x": 709.9444580078125, + "y": 516.2777709960938, + "z": "6cf3d2be.22379c", + "wires": [] + } +] \ No newline at end of file -- cgit 1.2.3-korg