blob: 07c5cbc1863ac781395f1d0a49588314c3fc6ced (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"name" : "onap_private_net_cidr",
"tags" : "onap_private_net_cidr",
"updated-by" : "Singal, Kapil <ks220y@att.com>",
"property" : {
"description" : "onap_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 = private",
"output-key-mapping" : {
"onap_private_net_cidr" : "prefix"
}
}
}
}
}
|