8b377fe93519e880d90ec374b914216d954d6279
[nonrtric/plt/rappmanager.git] / csar-generator / resources / Files / Sme / serviceapis / api-set-2.json
1 {
2   "apiName": "Rapp API Set B",
3   "description": "Example B API of rApp",
4   "aefProfiles": [
5     {
6       "aefId": "rApp as AEF",
7       "description": "Example B rApp as AEF",
8       "versions": [
9         {
10           "apiVersion": "v1",
11           "resources": [
12             {
13               "resourceName": "exampleA",
14               "commType": "REQUEST_RESPONSE",
15               "uri": "/exampleA/subscription/subscription_id_1",
16               "operations": [
17                 "GET"
18               ]
19             }
20           ]
21         }
22       ],
23       "protocol": "HTTP_1_1",
24       "securityMethods": [
25         "PSK"
26       ],
27       "interfaceDescriptions": [
28         {
29           "ipv4Addr": "string",
30           "port": 65535,
31           "securityMethods": [
32             "PKI"
33           ]
34         },
35         {
36           "ipv4Addr": "string",
37           "port": 65535,
38           "securityMethods": [
39             "PKI"
40           ]
41         }
42       ]
43     }
44   ]
45 }