major update for simplest and working example
[doc.git] / docs / guides / onap-user / design / parameter_resolution / ubuntu_example / cba-before-enrichment / Templates / ubuntuCDS-template.vtl
1 {
2   "resource-accumulator-resolved-data": [
3     {
4       "param-name": "service-instance-id",
5       "param-value": "${service-instance-id}"
6     },
7     {
8       "param-name": "vnf_id",
9       "param-value": "${vnf-id}"
10     },
11     {
12       "param-name": "vnf_name",
13       "param-value": "${vnf_name}"
14     }
15   ],
16   "capability-data": [
17     {
18       "capability-name": "aai-vnf-put",
19       "key-mapping": [
20         {
21           "payload": [
22             {
23               "param-name": "generic-vnf",
24               "param-value": "generic-vnf"
25             }
26           ],
27           "output-key-mapping": [
28             {
29               "resource-name": "aai-vnf-put",
30               "resource-value": "${status}"
31             }
32           ]
33         }
34       ]
35     }
36   ]
37 }