Update rApp generator to generate rApp from different folders
[nonrtric/plt/rappmanager.git] / csar-generator / resources / Files / Sme / serviceapis / api-set-2.json
diff --git a/csar-generator/resources/Files/Sme/serviceapis/api-set-2.json b/csar-generator/resources/Files/Sme/serviceapis/api-set-2.json
deleted file mode 100755 (executable)
index 8b377fe..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-{
-  "apiName": "Rapp API Set B",
-  "description": "Example B API of rApp",
-  "aefProfiles": [
-    {
-      "aefId": "rApp as AEF",
-      "description": "Example B rApp as AEF",
-      "versions": [
-        {
-          "apiVersion": "v1",
-          "resources": [
-            {
-              "resourceName": "exampleA",
-              "commType": "REQUEST_RESPONSE",
-              "uri": "/exampleA/subscription/subscription_id_1",
-              "operations": [
-                "GET"
-              ]
-            }
-          ]
-        }
-      ],
-      "protocol": "HTTP_1_1",
-      "securityMethods": [
-        "PSK"
-      ],
-      "interfaceDescriptions": [
-        {
-          "ipv4Addr": "string",
-          "port": 65535,
-          "securityMethods": [
-            "PKI"
-          ]
-        },
-        {
-          "ipv4Addr": "string",
-          "port": 65535,
-          "securityMethods": [
-            "PKI"
-          ]
-        }
-      ]
-    }
-  ]
-}
\ No newline at end of file