cc72db4df4f4f7a742b7f5c7d66768d45562f9d1
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / nf-role.json
1 {
2         "tags": "nf-role",
3         "name": "nf-role",
4         "group":"default",
5         "property": {
6                 "description": "vnf/nf-role",
7                 "type": "string"
8         },
9         "updated-by": "Singal, Kapil <ks220y@att.com>",
10         "sources": {
11                 "default": {
12                         "type": "source-default",
13                         "properties": {}
14                 },
15                 "processor-db": {
16                         "type": "source-db",
17                         "properties": {
18                                 "type": "SQL",
19                                 "query": "select sdnctl.VF_MODEL.nf_role as vf_model_role from sdnctl.VF_MODEL where sdnctl.VF_MODEL.customization_uuid=:vnfmodelcustomizationuuid",
20                                 "input-key-mapping": {
21                                         "vnfmodelcustomizationuuid": "vnf-model-customization-uuid"
22                                 },
23                                 "output-key-mapping": {
24                                         "nf-role": "vf_model_role"
25                                 },
26                                 "key-dependencies": [
27                                         "vnf-model-customization-uuid"
28                                 ]
29                         }
30                 }
31         }
32 }