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