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