Update Data Definitions
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / vf-module-id.json
1 {
2   "name" : "vf-module-id",
3   "tags" : "vf-module-id",
4   "group": "default",
5   "updated-by" : "Singal, Kapil <ks220y@att.com>",
6   "property" : {
7     "description" : "vf-module-id",
8     "type" : "string"
9   },
10   "sources" : {
11     "input" : {
12       "type" : "source-input",
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/vf-modules/vf-module/$vf-module-id",
21         "path": "/vf-module/0/vf-module-id",
22         "input-key-mapping": {
23           "service-instance-id": "service-instance-id",
24           "vnf-id": "vnf-id",
25           "vf-module-id": "vf-module.vf-module-id"
26         },
27         "output-key-mapping": {
28           "vf-module-id": "vf-module-id"
29         },
30         "key-dependencies": [
31           "service-instance-id",
32           "vnf-id",
33           "vf-module.vf-module-id"
34         ]
35       }
36     }
37   }
38 }