Merge "Editor component scroll issue"
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / test-dictionary / create_netbox_ip.json
1 {
2     "tags" : "oam-local-ipv4-address",
3     "name" : "create_netbox_ip",
4     "property" : {
5       "description" : "netbox ip",
6       "type" : "dt-netbox-ip"
7     },
8     "updated-by" : "adetalhouet",
9     "sources" : {
10       "primary-config-data" : {
11         "type" : "source-rest",
12         "properties" : {
13           "type" : "JSON",
14           "verb" : "POST",
15           "endpoint-selector" : "ipam-1",
16           "url-path" : "/api/ipam/prefixes/$prefix-id/available-ips/",
17           "path" : "",
18           "input-key-mapping" : {
19             "prefix-id" : "prefix-id"
20           },
21           "output-key-mapping" : {
22             "address" : "address",
23             "id" : "id"
24           },
25           "key-dependencies" : [ "prefix-id" ]
26         }
27       }
28     }
29   }