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