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 --- ...OURCE-API_sotn-vf-operation-l2vpn-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-l2vpn-activate.json (limited to 'platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-l2vpn-activate.json') diff --git a/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-l2vpn-activate.json b/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-l2vpn-activate.json new file mode 100644 index 00000000..a7b5394d --- /dev/null +++ b/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-l2vpn-activate.json @@ -0,0 +1,78 @@ +[ + { + "id": "6ddd4074.f6564", + "type": "dgstart", + "name": "DGSTART", + "outputs": 1, + "x": 234.80560302734375, + "y": 111.47219848632812, + "z": "d2e10b7b.600a68", + "wires": [ + [ + "ddeb5b5a.bb49b" + ] + ] + }, + { + "id": "ddeb5b5a.bb49b", + "type": "service-logic", + "name": "GENERIC-RESOURCE-API ${project.version}", + "module": "GENERIC-RESOURCE-API", + "version": "${project.version}", + "comments": "", + "xml": "", + "outputs": 1, + "x": 366.09129333496094, + "y": 160.71030712127686, + "z": "d2e10b7b.600a68", + "wires": [ + [ + "b1bc4dd3.fa521" + ] + ] + }, + { + "id": "b1bc4dd3.fa521", + "type": "method", + "name": "method sotn-vf-operation-l2vpn-activate", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 369.2342224121094, + "y": 245.47223091125488, + "z": "d2e10b7b.600a68", + "wires": [ + [ + "23b0f2c.b4c290e" + ] + ] + }, + { + "id": "23b0f2c.b4c290e", + "type": "block", + "name": "block : atomic", + "xml": "\n", + "atomic": "false", + "comments": "", + "outputs": 1, + "x": 510.3329429626465, + "y": 462.54641246795654, + "z": "d2e10b7b.600a68", + "wires": [ + [ + "6c6251b8.988708" + ] + ] + }, + { + "id": "6c6251b8.988708", + "type": "returnSuccess", + "name": "return success", + "xml": "\n\n\n\n", + "comments": "", + "x": 778.2500610351562, + "y": 545.0833129882812, + "z": "d2e10b7b.600a68", + "wires": [] + } +] \ No newline at end of file -- cgit 1.2.3-korg