1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
{
"tags": "private-prefix-id",
"name": "private-prefix-id",
"property": {
"description": "private-prefix-id",
"type": "string"
},
"updated-by": "MALAKOV, YURIY <yuriy.malakov@att.com>",
"sources": {
"input": {
"type": "source-input"
},
"default": {
"type": "source-default",
"properties": {}
},
"processor-db": {
"type": "source-db",
"properties": {
"endpoint-selector": "dynamic-db-source",
"type": "SQL",
"query": "select sdnctl.IPAM_IP_POOL.prefix_id as prefix_id from sdnctl.IPAM_IP_POOL where description = \"private\"",
"input-key-mapping": {},
"output-key-mapping": {
"private-prefix-id": "prefix_id"
}
}
}
}
}
|