Move sample rApp resources to seperate directory
[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
new file mode 100755 (executable)
index 0000000..8b377fe
--- /dev/null
@@ -0,0 +1,45 @@
+{
+  "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