Fix: Run both sonar and clm scans in parallel
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / protected_private_net_cidr.json
1 {
2   "name" : "protected_private_net_cidr",
3   "tags" : "protected_private_net_cidr",
4   "group":"default",
5   "updated-by" : "Singal, Kapil <ks220y@att.com>",
6   "property" : {
7     "description" : "protected_private_net_cidr",
8     "type" : "string"
9   },
10   "sources" : {
11     "processor-db" : {
12       "type" : "source-db",
13       "properties" : {
14         "type" : "SQL",
15         "query" : "select sdnctl.IPAM_IP_POOL.prefix as prefix from sdnctl.IPAM_IP_POOL where description = \"protected\"",
16         "output-key-mapping" : {
17           "protected_private_net_cidr" : "prefix"
18         }      
19           }
20     }
21   }
22 }