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 --- ...RCE-API_sotn-vf-operation-l2vpn-deactivate.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-l2vpn-deactivate.json (limited to 'platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-l2vpn-deactivate.json') diff --git a/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-l2vpn-deactivate.json b/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-l2vpn-deactivate.json new file mode 100644 index 00000000..19781d05 --- /dev/null +++ b/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-l2vpn-deactivate.json @@ -0,0 +1,78 @@ +[ + { + "id": "90b43524.1bba", + "type": "dgstart", + "name": "DGSTART", + "outputs": 1, + "x": 178.13888549804688, + "y": 111.47219848632812, + "z": "c6830f2a.6a9d68", + "wires": [ + [ + "389b8a0e.3a0a5e" + ] + ] + }, + { + "id": "389b8a0e.3a0a5e", + "type": "service-logic", + "name": "GENERIC-RESOURCE-API ${project.version}", + "module": "GENERIC-RESOURCE-API", + "version": "${project.version}", + "comments": "", + "xml": "", + "outputs": 1, + "x": 309.42457580566406, + "y": 160.71030712127686, + "z": "c6830f2a.6a9d68", + "wires": [ + [ + "39e685a3.66f172" + ] + ] + }, + { + "id": "39e685a3.66f172", + "type": "method", + "name": "method sotn-vf-operation-l2vpn-deactivate", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 312.5675048828125, + "y": 245.47223091125488, + "z": "c6830f2a.6a9d68", + "wires": [ + [ + "a281b71.8f33f48" + ] + ] + }, + { + "id": "a281b71.8f33f48", + "type": "block", + "name": "block : atomic", + "xml": "\n", + "atomic": "false", + "comments": "", + "outputs": 1, + "x": 453.6662254333496, + "y": 462.54641246795654, + "z": "c6830f2a.6a9d68", + "wires": [ + [ + "dab0995.6fb4068" + ] + ] + }, + { + "id": "dab0995.6fb4068", + "type": "returnSuccess", + "name": "return success", + "xml": "\n\n\n\n", + "comments": "", + "x": 721.5833435058594, + "y": 545.0833129882812, + "z": "c6830f2a.6a9d68", + "wires": [] + } +] \ No newline at end of file -- cgit 1.2.3-korg