Fixed defect CCSDK-1610
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / delete_netbox_ip.json
1 {
2   "tags": "oam-local-ipv4-address",
3   "name": "delete_netbox_ip",
4   "property": {
5     "description": "delete netbox ip",
6     "type": "string"
7   },
8   "updated-by": "adetalhouet",
9   "sources": {
10     "config-data": {
11       "type": "source-rest",
12       "properties": {
13         "type": "JSON",
14         "verb": "DELETE",
15         "endpoint-selector": "ipam-1",
16         "url-path": "/api/ipam/ip-addresses/$ip-address-id",
17         "path": "/address",
18         "input-key-mapping": {
19           "ip-address-id": "ip-address-id"
20         },
21         "output-key-mapping": {
22
23         },
24         "key-dependencies": [
25           "ip-address-id"
26         ]
27       }
28     }
29   }
30 }