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