blob: 1992855b078e85097aa3e9f330e356fabab0f518 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"name" : "unprotected-prefix-id",
"tags" : "unprotected-prefix-id",
"group":"default",
"updated-by" : "Singal, Kapil <ks220y@att.com>",
"property" : {
"description" : "unprotected-prefix-id",
"type" : "string"
},
"sources" : {
"processor-db" : {
"type" : "source-db",
"properties" : {
"type" : "SQL",
"query" : "select sdnctl.IPAM_IP_POOL.prefix_id as prefix_id from sdnctl.IPAM_IP_POOL where description = \"unprotected\"",
"output-key-mapping" : {
"unprotected-prefix-id" : "prefix_id"
}
}
}
}
}
|