Resource Resolution Service : 2
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / vnfc-model-version.json
1 {
2   "name" : "vnfc-model-version",
3   "tags" : "vnfc-model-version",
4   "updated-by" : "Singal, Kapil <ks220y@att.com>",
5   "property" : {
6     "description" : "vnfc-model-version for  SRIOV VPE template",
7     "type" : "string"
8   },
9   "sources" : {
10     "primary-db" : {
11       "type" : "source-primary-db",
12       "properties" : {
13         "type" : "SQL",
14         "query" : "select VFC_MODEL.version as vnfc_model_version from VFC_MODEL where customization_uuid=:vfccustomizationuuid",
15         "input-key-mapping" : {
16           "vfccustomizationuuid" : "vfccustomizationuuid"
17         },
18         "output-key-mapping" : {
19           "vnfc-model-version" : "vnfc_model_version"
20         },
21         "key-dependencies" : [ "vfccustomizationuuid" ]
22       }
23     }
24   }
25 }