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-1.json
1 {\r
2   "apiName": "Hello World API Set 1",\r
3   "description": "Simple Hello World API",\r
4   "aefProfiles": [\r
5     {\r
6       "aefId": "Hello World as AEF",\r
7       "description": "Simple Hello World API",\r
8       "versions": [\r
9         {\r
10           "apiVersion": "v1",\r
11           "resources": [\r
12             {\r
13               "resourceName": "helloworld",\r
14               "commType": "REQUEST_RESPONSE",\r
15               "uri": "/helloworld/v1",\r
16               "operations": [\r
17                 "GET"\r
18               ]\r
19             }\r
20           ]\r
21         }\r
22       ],\r
23       "protocol": "HTTP_1_1",\r
24       "interfaceDescriptions": [\r
25         {\r
26           "ipv4Addr": "hello-world-chart.nonrtric.svc.cluster.local",\r
27           "port": 8080\r
28         }\r
29       ]\r
30     }\r
31   ]\r
32 }