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 --- ...vnf-topology-operation-underlay-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-vnf-topology-operation-underlay-deactivate.json (limited to 'platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vnf-topology-operation-underlay-deactivate.json') diff --git a/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vnf-topology-operation-underlay-deactivate.json b/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vnf-topology-operation-underlay-deactivate.json new file mode 100644 index 00000000..22f21465 --- /dev/null +++ b/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vnf-topology-operation-underlay-deactivate.json @@ -0,0 +1,78 @@ +[ + { + "id": "cbc1a13.7b8456", + "type": "dgstart", + "name": "DGSTART", + "outputs": 1, + "x": 154.56666564941406, + "y": 94.56666564941406, + "z": "81a75cb3.dfe96", + "wires": [ + [ + "58be845c.53f8dc" + ] + ] + }, + { + "id": "58be845c.53f8dc", + "type": "service-logic", + "name": "GENERIC-RESOURCE-API ${project.version}", + "module": "GENERIC-RESOURCE-API", + "version": "${project.version}", + "comments": "", + "xml": "", + "outputs": 1, + "x": 438.85235595703125, + "y": 155.8047742843628, + "z": "81a75cb3.dfe96", + "wires": [ + [ + "1e9f5313.eb2125" + ] + ] + }, + { + "id": "1e9f5313.eb2125", + "type": "method", + "name": "method sotn-vnf-topology-operation-underlay-deactivate", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 444.9952697753906, + "y": 240.5666961669922, + "z": "81a75cb3.dfe96", + "wires": [ + [ + "1920f1ef.4bc3e6" + ] + ] + }, + { + "id": "1920f1ef.4bc3e6", + "type": "block", + "name": "block : atomic", + "xml": "\n", + "atomic": "false", + "comments": "", + "outputs": 1, + "x": 583.0940055847168, + "y": 457.6408796310425, + "z": "81a75cb3.dfe96", + "wires": [ + [ + "7d3f17a8.8dc" + ] + ] + }, + { + "id": "7d3f17a8.8dc", + "type": "returnSuccess", + "name": "return success", + "xml": "\n\n\n\n", + "comments": "", + "x": 836.566650390625, + "y": 568.566650390625, + "z": "81a75cb3.dfe96", + "wires": [] + } +] \ No newline at end of file -- cgit 1.2.3-korg