aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/resource-dictionary/starter-dictionary/private-prefix-id.json
blob: 95dd023c7d99704bdbdd19041cddc185a254c247 (plain)
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",
  "group":"default",
  "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": {
        "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"
        }
      }
    }
  }
}