blob: a0d966a2cc71ea08a0a6b921d6f6fb0b5cd8bd5e [file] [log] [blame]
Singal, Kapil (ks220y)dafea562018-09-21 14:31:06 -04001{
2 "name" : "unprotected-prefix-id",
3 "tags" : "unprotected-prefix-id",
4 "updated-by" : "Singal, Kapil <ks220y@att.com>",
5 "property" : {
6 "description" : "unprotected-prefix-id",
7 "type" : "string"
8 },
9 "sources" : {
10 "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 = unprotected",
15 "output-key-mapping" : {
16 "unprotected-prefix-id" : "prefix_id"
17 }
18 }
19 }
20 }
21}