aboutsummaryrefslogtreecommitdiffstats
path: root/ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/unprotected_private_net_cidr.json
blob: 241147c3f93ca632e886c6ce0fb5b2f56a315733 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name" : "unprotected_private_net_cidr",
  "tags" : "unprotected_private_net_cidr",
  "updated-by" : "Singal, Kapil <ks220y@att.com>",
  "property" : {
    "description" : "unprotected_private_net_cidr",
    "type" : "string"
  },
  "sources" : {
    "primary-db" : {
      "type" : "source-primary-db",
      "properties" : {
        "type" : "SQL",
        "query" : "select sdnctl.IPAM_IP_POOL.prefix as prefix from sdnctl.IPAM_IP_POOL where description = unprotected",
        "output-key-mapping" : {
          "unprotected_private_net_cidr" : "prefix"
        }      
	  }
    }
  }
}