diff options
Diffstat (limited to 'components/model-catalog/resource-dictionary/starter-dictionary/vf-module-model-version.json')
-rw-r--r-- | components/model-catalog/resource-dictionary/starter-dictionary/vf-module-model-version.json | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vf-module-model-version.json b/components/model-catalog/resource-dictionary/starter-dictionary/vf-module-model-version.json new file mode 100644 index 000000000..dc08ea087 --- /dev/null +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vf-module-model-version.json @@ -0,0 +1,35 @@ +{ + "tags": "vnf, vf-module, vf-module-model-version", + "name": "vf-module-model-version", + "group": "default", + "property": { + "description": "vf-module-model-version", + "type": "string" + }, + "updated-by": "MALAKOV, YURIY <yuriy.malakov@att.com>", + "sources": { + "input": { + "type": "source-input" + }, + "default": { + "type": "source-default", + "properties": {} + }, + "processor-db": { + "type": "source-db", + "properties": { + "type": "SQL", + "query": "select sdnctl.VF_MODULE_MODEL.uuid as vf_module_model_version from sdnctl.VF_MODULE_MODEL where sdnctl.VF_MODULE_MODEL.customization_uuid=:customizationid", + "input-key-mapping": { + "customizationid": "vf-module-model-customization-uuid" + }, + "output-key-mapping": { + "vf-module-model-version": "vf_module_model_version" + }, + "key-dependencies": [ + "vf-module-model-customization-uuid" + ] + } + } + } +}
\ No newline at end of file |