Data Dictionary has erroneous resolution source for vnf-name.
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / vnf-name.json
1 {
2   "tags": "vnf-name",
3   "name": "vnf-name",
4   "property": {
5     "description": "vnf-name",
6     "type": "string"
7   },
8   "updated-by": "MALAKOV, YURIY <yuriy.malakov@att.com>",
9   "sources": {
10     "input": {
11       "type": "source-input"
12     },
13     "default": {
14       "type": "source-default",
15       "properties": {}
16     },
17     "sdnc": {
18       "type": "source-rest",
19       "properties": {
20         "type": "JSON",
21         "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/vnf-name",
22         "path": "/param/0/value",
23         "input-key-mapping": {
24           "service-instance-id": "service-instance-id",
25           "vnf-id": "vnf-id"
26         },
27         "output-key-mapping": {
28           "vnf-name": "value"
29         },
30         "key-dependencies": [
31           "service-instance-id",
32           "vnf-id"
33         ]
34       }
35     },
36     "aai-data": {
37       "type": "source-rest",
38       "properties": {
39         "type": "JSON",
40         "verb": "GET",
41         "url-path": "/aai/v14/network/generic-vnfs/generic-vnf/$vnf-id",
42         "path": "",
43         "input-key-mapping": {
44           "vnf-id": "vnf-id"
45         },
46         "output-key-mapping": {
47           "vnf-name": "vnf-name"
48         },
49         "key-dependencies": [
50           "vnf-id"
51         ]
52       }
53     }
54   }
55 }