Fix formatting issues in RST files
[ccsdk/cds.git] / docs / datadictionary / create_netbox_ip_address.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3 .. Copyright (C) 2019 IBM.
4
5 create_netbox_ip_address code
6 ============================= 
7
8 .. code-block:: json
9
10    {
11     "tags" : "oam-local-ipv4-address",
12     "name" : "create_netbox_ip",
13     "property" : {
14       "description" : "netbox ip",
15       "type" : "dt-netbox-ip"
16     },
17     "updated-by" : "adetalhouet",
18     "sources" : {
19       "config-data" : {
20         "type" : "source-rest",
21         "properties" : {
22           "type" : "JSON",
23           "verb" : "POST",
24           "endpoint-selector" : "ipam-1",
25           "url-path" : "/api/ipam/prefixes/$prefixId/available-ips/",
26           "path" : "",
27           "input-key-mapping" : {
28             "prefixId" : "prefix-id"
29           },
30           "output-key-mapping" : {
31             "address" : "address",
32             "id" : "id"
33           },
34           "key-dependencies" : [ "prefix-id" ]
35         }
36       }
37     }
38    }