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 --- ...ESOURCE-API_sotn-vf-operation-uni-activate.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-activate.json (limited to 'platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-activate.json') diff --git a/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-activate.json b/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-activate.json new file mode 100644 index 00000000..4d9aad4b --- /dev/null +++ b/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-activate.json @@ -0,0 +1,78 @@ +[ + { + "id": "b87fb992.37671", + "type": "dgstart", + "name": "DGSTART", + "outputs": 1, + "x": 179.8055419921875, + "y": 128.13888549804688, + "z": "28baf2a.ead510e", + "wires": [ + [ + "527522f9.ff69e4" + ] + ] + }, + { + "id": "527522f9.ff69e4", + "type": "service-logic", + "name": "GENERIC-RESOURCE-API ${project.version}", + "module": "GENERIC-RESOURCE-API", + "version": "${project.version}", + "comments": "", + "xml": "", + "outputs": 1, + "x": 311.0912322998047, + "y": 177.3769941329956, + "z": "28baf2a.ead510e", + "wires": [ + [ + "74e85c6a.58678c" + ] + ] + }, + { + "id": "74e85c6a.58678c", + "type": "method", + "name": "method sotn-vf-operation-uni-activate", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 314.2341613769531, + "y": 262.13891792297363, + "z": "28baf2a.ead510e", + "wires": [ + [ + "ae007ab1.699328" + ] + ] + }, + { + "id": "ae007ab1.699328", + "type": "block", + "name": "block : atomic", + "xml": "\n", + "atomic": "false", + "comments": "", + "outputs": 1, + "x": 455.33288192749023, + "y": 479.2130994796753, + "z": "28baf2a.ead510e", + "wires": [ + [ + "da013af.4338448" + ] + ] + }, + { + "id": "da013af.4338448", + "type": "returnSuccess", + "name": "return success", + "xml": "\n\n\n\n", + "comments": "", + "x": 723.25, + "y": 561.75, + "z": "28baf2a.ead510e", + "wires": [] + } +] \ No newline at end of file -- cgit 1.2.3-korg