badc9484d9488d5c33998f9834ad7623f0184523
[ccsdk/cds.git] / ms / controllerblueprints / modules / resource-dict / load / resource_dictionary / protected_private_net_cidr.json
1 {
2   "name" : "protected_private_net_cidr",
3   "tags" : "protected_private_net_cidr",
4   "updated-by" : "Singal, Kapil <ks220y@att.com>",
5   "property" : {
6     "description" : "protected_private_net_cidr",
7     "type" : "string"
8   },
9   "sources" : {
10     "processor-db" : {
11       "type" : "source-db",
12       "properties" : {
13         "type" : "SQL",
14         "query" : "select sdnctl.IPAM_IP_POOL.prefix as prefix from sdnctl.IPAM_IP_POOL where description = protected",
15         "output-key-mapping" : {
16           "protected_private_net_cidr" : "prefix"
17         }      
18           }
19     }
20   }
21 }