Assign image keyname and pubkey at vnf level
[ccsdk/apps.git] / ms / controllerblueprints / application / load / resource_dictionary / key_name.json
1 {
2   "name": "key_name",
3   "tags": "key_name",
4   "updated-by": "Singal, Kapil <ks220y@att.com>",
5   "property": {
6     "type": "string",
7     "description": "key_name"
8   },
9   "sources": {
10     "input": {
11       "type": "source-input"
12     },
13     "mdsal": {
14       "type": "source-rest",
15       "properties": {
16         "type": "JSON",
17         "url-path": "config/GENERIC-RESOURCE-API:services/service/$service-instance-id/service-data/vnfs/vnf/$vnf-id/vnf-data/vnf-topology/vnf-parameters-data/param/key_name",
18         "path": "/param/0/value",
19         "input-key-mapping": {
20           "service-instance-id": "service-instance-id",
21           "vnf-id": "vnf-id"
22         },
23         "output-key-mapping": {
24           "key_name": "value"
25         },
26         "key-dependencies": [
27           "service-instance-id",
28           "vnf-id"
29         ]
30       }
31     }
32   }
33 }