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