blob: a34a9a78335a80450178e92c8bd82da18b1b57fd [file] [log] [blame]
Singal, Kapil (ks220y)83c8be72018-09-21 14:31:06 -04001{
2 "name" : "vfccustomizationuuid",
3 "tags" : "vfccustomizationuuid, tosca.datatypes.Root, data_type",
4 "updated-by" : "Singal, Kapil <ks220y@att.com>",
5 "property" : {
6 "description" : "vfccustomizationuuid",
7 "type" : "string"
8 },
9 "sources" : {
10 "db" : {
11 "type" : "source-db",
12 "properties" : {
13 "type" : "SQL",
14 "query" : "select sdnctl.VF_MODULE_TO_VFC_MAPPING.vfc_customization_uuid as vnf_customid from sdnctl.VF_MODULE_TO_VFC_MAPPING where vm_count = 1 and sdnctl.VF_MODULE_TO_VFC_MAPPING.vf_module_customization_uuid=:vfmodulecustomizationuuid",
15 "input-key-mapping" : {
16 "vfmodulecustomizationuuid" : "vf-module-model-customization-uuid"
17 },
18 "output-key-mapping" : {
19 "vfccustomizationuuid" : "vnf_customid"
20 },
21 "key-dependencies" : [ "vf-module-model-customization-uuid" ]
22 }
23 }
24 }
25}