aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/resource-dictionary/starter-dictionary/protected-prefix-id.json
blob: 4a9b705f49e1c20aa4cef89199b53599210bc359 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name" : "protected-prefix-id",
  "tags" : "protected-prefix-id",
  "group":"default",
  "updated-by" : "Singal, Kapil <ks220y@att.com>",
  "property" : {
    "description" : "protected-prefix-id",
    "type" : "string"
  },
  "sources" : {
    "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 = \"protected\"",
        "output-key-mapping" : {
          "protected-prefix-id" : "prefix_id"
        }      
	  }
    }
  }
}