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