Merge "add group notation to resource dictionary"
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / unprotected-prefix-id.json
1 {
2   "name" : "unprotected-prefix-id",
3   "tags" : "unprotected-prefix-id",
4   "group":"default",
5   "updated-by" : "Singal, Kapil <ks220y@att.com>",
6   "property" : {
7     "description" : "unprotected-prefix-id",
8     "type" : "string"
9   },
10   "sources" : {
11     "processor-db" : {
12       "type" : "source-db",
13       "properties" : {
14         "type" : "SQL",
15         "query" : "select sdnctl.IPAM_IP_POOL.prefix_id as prefix_id from sdnctl.IPAM_IP_POOL where description = \"unprotected\"",
16         "output-key-mapping" : {
17           "unprotected-prefix-id" : "prefix_id"
18         }      
19           }
20     }
21   }
22 }