Add script to show the deployed entities
[nonrtric/plt/rappmanager.git] / csar-generator / resources / Files / Sme / providers / aef-provider-function.json
1 {
2   "apiProvDomInfo": "Provider domain",
3   "apiProvFuncs": [
4     {
5       "apiProvFuncInfo": "rApp as APF",
6       "apiProvFuncRole": "APF",
7       "regInfo": {
8         "apiProvPubKey": "APF-PublicKey"
9       }
10     },
11     {
12       "apiProvFuncInfo": "rApp as AEF",
13       "apiProvFuncRole": "AEF",
14       "regInfo": {
15         "apiProvPubKey": "AEF-PublicKey"
16       }
17     },
18     {
19       "apiProvFuncInfo": "rApp as AMF",
20       "apiProvFuncRole": "AMF",
21       "regInfo": {
22         "apiProvPubKey": "AMF-PublicKey"
23       }
24     },
25     {
26       "apiProvFuncInfo": "Gateway as entrypoint AEF",
27       "apiProvFuncRole": "AEF",
28       "regInfo": {
29         "apiProvPubKey": "AEF-Gateway-PublicKey"
30       }
31     }
32   ],
33   "regSec": "PSK"
34 }