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-delete.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-delete.json (limited to 'platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-delete.json') diff --git a/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-delete.json b/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-delete.json new file mode 100644 index 00000000..3f570006 --- /dev/null +++ b/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-delete.json @@ -0,0 +1,78 @@ +[ + { + "id": "16adb85b.30eaa8", + "type": "dgstart", + "name": "DGSTART", + "outputs": 1, + "x": 256.47216796875, + "y": 136.47222900390625, + "z": "5becc04d.b82dc8", + "wires": [ + [ + "a4bc46f6.cba6e" + ] + ] + }, + { + "id": "a4bc46f6.cba6e", + "type": "service-logic", + "name": "GENERIC-RESOURCE-API ${project.version}", + "module": "GENERIC-RESOURCE-API", + "version": "${project.version}", + "comments": "", + "xml": "", + "outputs": 1, + "x": 387.7578582763672, + "y": 185.71033763885498, + "z": "5becc04d.b82dc8", + "wires": [ + [ + "e2a7c6a2.0f6808" + ] + ] + }, + { + "id": "e2a7c6a2.0f6808", + "type": "method", + "name": "method sotn-vf-operation-uni-delete", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 390.9007873535156, + "y": 270.472261428833, + "z": "5becc04d.b82dc8", + "wires": [ + [ + "b67ab4ac.e7faa" + ] + ] + }, + { + "id": "b67ab4ac.e7faa", + "type": "block", + "name": "block : atomic", + "xml": "\n", + "atomic": "false", + "comments": "", + "outputs": 1, + "x": 531.9995079040527, + "y": 487.54644298553467, + "z": "5becc04d.b82dc8", + "wires": [ + [ + "2e21339.0553f4c" + ] + ] + }, + { + "id": "2e21339.0553f4c", + "type": "returnSuccess", + "name": "return success", + "xml": "\n\n\n\n", + "comments": "", + "x": 799.9166259765625, + "y": 570.0833435058594, + "z": "5becc04d.b82dc8", + "wires": [] + } +] \ No newline at end of file -- cgit 1.2.3-korg