Data dictionary fixes and improvements from vFW CNF demo
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / private-prefix-id.json
1 {
2   "tags": "private-prefix-id",
3   "name": "private-prefix-id",
4   "group":"default",
5   "property": {
6     "description": "private-prefix-id",
7     "type": "string"
8   },
9   "updated-by": "MALAKOV, YURIY <yuriy.malakov@att.com>",
10   "sources": {
11     "input": {
12       "type": "source-input"
13     },
14     "default": {
15       "type": "source-default",
16       "properties": {}
17     },
18     "processor-db": {
19       "type": "source-db",
20       "properties": {
21         "type": "SQL",
22         "query": "select sdnctl.IPAM_IP_POOL.prefix_id as prefix_id from sdnctl.IPAM_IP_POOL where description = \"private\"",
23         "input-key-mapping": {},
24         "output-key-mapping": {
25           "private-prefix-id": "prefix_id"
26         }
27       }
28     }
29   }
30 }