Roll versions after J-Relase master -> 0.2.0
[nonrtric/plt/rappmanager.git] / sample-rapp-generator / rapp-all / Files / Sme / serviceapis / api-set-3.json
1 {
2   "apiName": "Rapp API Set 3",
3   "description": "Example C API of rApp",
4   "aefProfiles": [
5     {
6       "aefId": "Hello World subpath as AEF",
7       "description": "Simple Hello World API for Subpath",
8       "versions": [
9         {
10           "apiVersion": "",
11           "resources": [
12             {
13               "resourceName": "helloworld",
14               "commType": "REQUEST_RESPONSE",
15               "uri": "/helloworld/v1/subpath1",
16               "operations": [
17                 "GET"
18               ]
19             }
20           ]
21         }
22       ],
23       "protocol": "HTTP_1_1",
24       "interfaceDescriptions": [
25         {
26           "ipv4Addr": "hello-world-chart-service.nonrtric.svc.cluster.local",
27           "port": 8080
28         }
29       ]
30     }
31   ]
32 }