aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/resource-dictionary/starter-dictionary/protected_private_net_cidr.json
blob: 87197a6e7c35c2aff8979c23173e1aa3857c2022 (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_private_net_cidr",
  "tags" : "protected_private_net_cidr",
  "group":"default",
  "updated-by" : "Singal, Kapil <ks220y@att.com>",
  "property" : {
    "description" : "protected_private_net_cidr",
    "type" : "string"
  },
  "sources" : {
    "processor-db" : {
      "type" : "source-db",
      "properties" : {
        "type" : "SQL",
        "query" : "select sdnctl.IPAM_IP_POOL.prefix as prefix from sdnctl.IPAM_IP_POOL where description = \"protected\"",
        "output-key-mapping" : {
          "protected_private_net_cidr" : "prefix"
        }      
	  }
    }
  }
}