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