Add DD, blueprint and template for self-serve vFW
[ccsdk/apps.git] / ms / controllerblueprints / application / load / resource_dictionary / unprotected-prefix-id.json
1 {
2   "name" : "unprotected-prefix-id",
3   "tags" : "unprotected-prefix-id",
4   "updated-by" : "Singal, Kapil <ks220y@att.com>",
5   "property" : {
6     "description" : "unprotected-prefix-id",
7     "type" : "string"
8   },
9   "sources" : {
10     "db" : {
11       "type" : "source-db",
12       "properties" : {
13         "type" : "SQL",
14         "query" : "select sdnctl.IPAM_IP_POOL.prefix_id as prefix_id from sdnctl.IPAM_IP_POOL where description = \"unprotected\"",
15         "output-key-mapping" : {
16           "unprotected-prefix-id" : "prefix_id"
17         }      
18           }
19     }
20   }
21 }