Merge "adding save for topology template content"
[ccsdk/cds.git] / docs / datadictionary / create_netbox_ip_address.rst
index 5d9a9be..3ba733a 100644 (file)
@@ -3,9 +3,11 @@
 .. Copyright (C) 2019 IBM.
 
 create_netbox_ip_address code
-=============================
+============================= 
 
-{
+.. code-block:: json
+
+   {
     "tags" : "oam-local-ipv4-address",
     "name" : "create_netbox_ip",
     "property" : {
@@ -14,7 +16,7 @@ create_netbox_ip_address code
     },
     "updated-by" : "adetalhouet",
     "sources" : {
-      "primary-config-data" : {
+      "config-data" : {
         "type" : "source-rest",
         "properties" : {
           "type" : "JSON",
@@ -33,4 +35,4 @@ create_netbox_ip_address code
         }
       }
     }
-  }
\ No newline at end of file
+   }