diff options
Diffstat (limited to 'ms/controllerblueprints/application/load/resource_dictionary/private-prefix-id.json')
-rwxr-xr-x | ms/controllerblueprints/application/load/resource_dictionary/private-prefix-id.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/ms/controllerblueprints/application/load/resource_dictionary/private-prefix-id.json b/ms/controllerblueprints/application/load/resource_dictionary/private-prefix-id.json new file mode 100755 index 00000000..5dea3e31 --- /dev/null +++ b/ms/controllerblueprints/application/load/resource_dictionary/private-prefix-id.json @@ -0,0 +1,21 @@ +{ + "name" : "private-prefix-id", + "tags" : "private-prefix-id", + "updated-by" : "Singal, Kapil <ks220y@att.com>", + "property" : { + "description" : "private-prefix-id", + "type" : "string" + }, + "sources" : { + "db" : { + "type" : "source-db", + "properties" : { + "type" : "SQL", + "query" : "select sdnctl.IPAM_IP_POOL.prefix_id as prefix_id from sdnctl.IPAM_IP_POOL where description = \"private\"", + "output-key-mapping" : { + "private-prefix-id" : "prefix_id" + } + } + } + } +}
\ No newline at end of file |