Resource Resolution Service : 2
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-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     "primary-db" : {
11       "type" : "source-primary-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 }