aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/resource-dictionary/starter-dictionary/delete_netbox_ip.json
blob: c520ce1b26c00aaee7d790108faf5e74d692e8b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "tags": "oam-local-ipv4-address",
  "name": "delete_netbox_ip",
  "group":"default",
  "property": {
    "description": "delete netbox ip",
    "type": "string"
  },
  "updated-by": "adetalhouet",
  "sources": {
    "sdnc": {
      "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"
        ]
      }
    }
  }
}