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