d2a339e7cac70c5657b14cac803ca270931582a9
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / unprotected_private_net_cidr.json
1 {
2   "name" : "unprotected_private_net_cidr",
3   "tags" : "unprotected_private_net_cidr",
4   "updated-by" : "Singal, Kapil <ks220y@att.com>",
5   "property" : {
6     "description" : "unprotected_private_net_cidr",
7     "type" : "string"
8   },
9   "sources" : {
10     "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 = \"unprotected\"",
15         "output-key-mapping" : {
16           "unprotected_private_net_cidr" : "prefix"
17         }      
18           }
19     }
20   }
21 }