aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/resource-dictionary/test-dictionary/create_netbox_ip.json
diff options
context:
space:
mode:
Diffstat (limited to 'components/model-catalog/resource-dictionary/test-dictionary/create_netbox_ip.json')
-rw-r--r--components/model-catalog/resource-dictionary/test-dictionary/create_netbox_ip.json29
1 files changed, 0 insertions, 29 deletions
diff --git a/components/model-catalog/resource-dictionary/test-dictionary/create_netbox_ip.json b/components/model-catalog/resource-dictionary/test-dictionary/create_netbox_ip.json
deleted file mode 100644
index 297a8ef8..00000000
--- a/components/model-catalog/resource-dictionary/test-dictionary/create_netbox_ip.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "tags" : "oam-local-ipv4-address",
- "name" : "create_netbox_ip",
- "property" : {
- "description" : "netbox ip",
- "type" : "dt-netbox-ip"
- },
- "updated-by" : "adetalhouet",
- "sources" : {
- "primary-config-data" : {
- "type" : "source-rest",
- "properties" : {
- "type" : "JSON",
- "verb" : "POST",
- "endpoint-selector" : "ipam-1",
- "url-path" : "/api/ipam/prefixes/$prefix-id/available-ips/",
- "path" : "",
- "input-key-mapping" : {
- "prefix-id" : "prefix-id"
- },
- "output-key-mapping" : {
- "address" : "address",
- "id" : "id"
- },
- "key-dependencies" : [ "prefix-id" ]
- }
- }
- }
- } \ No newline at end of file