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