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