aboutsummaryrefslogtreecommitdiffstats
path: root/ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/protected-prefix-id.json
blob: d291715a8200961690c72c81a2564a3e023f9a1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name" : "protected-prefix-id",
  "tags" : "protected-prefix-id",
  "updated-by" : "Singal, Kapil <ks220y@att.com>",
  "property" : {
    "description" : "protected-prefix-id",
    "type" : "string"
  },
  "sources" : {
    "primary-db" : {
      "type" : "source-processor-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"
        }      
	  }
    }
  }
}