blob: 816405b4e9de81d8cf9cb2e9ff4754203d954627 [file] [log] [blame]
Singal, Kapil (ks220y)83c8be72018-09-21 14:31:06 -04001{
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" : {
Singal, Kapil (ks220y)32e90cd2019-01-11 13:58:38 -050010 "primary-db" : {
11 "type" : "source-primary-db",
Singal, Kapil (ks220y)83c8be72018-09-21 14:31:06 -040012 "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}