diff options
author | Ezhilarasi <ezhrajam@in.ibm.com> | 2019-04-23 20:24:17 +0530 |
---|---|---|
committer | Ezhilarasi <ezhrajam@in.ibm.com> | 2019-04-23 20:24:25 +0530 |
commit | f0af50cc7ea67a0eea1ed4587ba0f75befe2ea36 (patch) | |
tree | 00dc718c74a4e2e5763459e8d879edb8013c8df7 /docs/datadictionary/create_netbox_ip_address.rst | |
parent | f332e6ecd2c0a9f26451f977c941f03ed8ab84dc (diff) |
Doc Complex type code
Change-Id: I8c563690b9424942c6a08a0a94dcf3ecf31ab21b
Issue-ID: CCSDK-1221
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
Diffstat (limited to 'docs/datadictionary/create_netbox_ip_address.rst')
-rw-r--r-- | docs/datadictionary/create_netbox_ip_address.rst | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/docs/datadictionary/create_netbox_ip_address.rst b/docs/datadictionary/create_netbox_ip_address.rst new file mode 100644 index 000000000..5d9a9be87 --- /dev/null +++ b/docs/datadictionary/create_netbox_ip_address.rst @@ -0,0 +1,36 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. Copyright (C) 2019 IBM. + +create_netbox_ip_address code +============================= + +{ + "tags" : "oam-local-ipv4-address", + "name" : "create_netbox_ip", + "property" : { + "description" : "netbox ip", + "type" : "dt-netbox-ip" + }, + "updated-by" : "adetalhouet", + "sources" : { + "primary-config-data" : { + "type" : "source-rest", + "properties" : { + "type" : "JSON", + "verb" : "POST", + "endpoint-selector" : "ipam-1", + "url-path" : "/api/ipam/prefixes/$prefixId/available-ips/", + "path" : "", + "input-key-mapping" : { + "prefixId" : "prefix-id" + }, + "output-key-mapping" : { + "address" : "address", + "id" : "id" + }, + "key-dependencies" : [ "prefix-id" ] + } + } + } + }
\ No newline at end of file |