Fix: Run both sonar and clm scans in parallel
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / vf-naming-policy.json
1 {
2     "tags": "vf-naming-policy",
3     "name": "vf-naming-policy",
4     "group":"default",
5     "property": {
6         "description": "vf-naming-policy",
7         "type": "string"
8     },
9     "updated-by": "MALAKOV, YURIY <yuriy.malakov@att.com>",
10     "sources": {
11         "default": {
12             "type": "source-default",
13             "properties": {}
14         },
15         "sdnc": {
16             "type": "source-rest",
17             "properties": {
18                 "verb": "GET",
19                 "type": "JSON",
20                 "url-path": "/restconf/config/GENERIC-RESOURCE-API:services/service/$service-instance-id/service-data/vnfs/vnf/$vnf-id/vnf-data/vnf-topology/vnf-parameters-data/param/vf-naming-policy",
21                 "path": "/param/0/value",
22                 "input-key-mapping": {
23                     "service-instance-id": "service-instance-id",
24                     "vnf-id": "vnf-id"
25                 },
26                 "output-key-mapping": {
27                     "vf-naming-policy": "value"
28                 },
29                 "key-dependencies": [
30                     "service-instance-id",
31                     "vnf-id"
32                 ]
33             }
34         },
35         "processor-db": {
36             "type": "source-db",
37             "properties": {
38                 "type": "SQL",
39                 "query": "select sdnctl.VF_MODEL.naming_policy as vf_naming_policy from sdnctl.VF_MODEL where sdnctl.VF_MODEL.customization_uuid=:vnf_model_customization_uuid",
40                 "input-key-mapping": {
41                     "vnf_model_customization_uuid": "vnf-model-customization-uuid"
42                 },
43                 "output-key-mapping": {
44                     "vf-naming-policy": "vf_naming_policy"
45                 },
46                 "key-dependencies": [
47                     "vnf-model-customization-uuid"
48                 ]
49             }
50         }
51     }
52 }