38e4ae1c62b18bbe5ac2124a2a8163114fbd9c8f
[ccsdk/cds.git] / ms / controllerblueprints / modules / resource-dict / load / resource_dictionary / private-prefix-id.json
1 {
2   "name" : "private-prefix-id",
3   "tags" : "private-prefix-id",
4   "updated-by" : "Singal, Kapil <ks220y@att.com>",
5   "property" : {
6     "description" : "private-prefix-id",
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_id as prefix_id from sdnctl.IPAM_IP_POOL where description = private",
15         "output-key-mapping" : {
16           "private-prefix-id" : "prefix_id"
17         }
18           }
19     }
20   }
21 }