Merge "rApp all package restructured"
[nonrtric/plt/rappmanager.git] / sample-rapp-generator / rapp-all / Files / Sme / serviceapis / api-set-3.json
diff --git a/sample-rapp-generator/rapp-all/Files/Sme/serviceapis/api-set-3.json b/sample-rapp-generator/rapp-all/Files/Sme/serviceapis/api-set-3.json
new file mode 100644 (file)
index 0000000..dab491f
--- /dev/null
@@ -0,0 +1,32 @@
+{
+  "apiName": "Rapp API Set 3",
+  "description": "Example C API of rApp",
+  "aefProfiles": [
+    {
+      "aefId": "Hello World subpath as AEF",
+      "description": "Simple Hello World API for Subpath",
+      "versions": [
+        {
+          "apiVersion": "",
+          "resources": [
+            {
+              "resourceName": "helloworld",
+              "commType": "REQUEST_RESPONSE",
+              "uri": "/helloworld/v1/subpath1",
+              "operations": [
+                "GET"
+              ]
+            }
+          ]
+        }
+      ],
+      "protocol": "HTTP_1_1",
+      "interfaceDescriptions": [
+        {
+          "ipv4Addr": "hello-world-chart-service.nonrtric.svc.cluster.local",
+          "port": 8080
+        }
+      ]
+    }
+  ]
+}
\ No newline at end of file