Data dictionary fixes and improvements from vFW CNF demo
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / int_private1_subnet_id.json
index f353b6a..60f95d1 100755 (executable)
@@ -6,11 +6,32 @@
                "description": "int_private1_subnet_id",
                "type": "string"
        },
-       "updated-by": "Singal, Kapil <ks220y@att.com>",
+       "updated-by": "Samuli, Silvius <s.silvius@partner.samsung.com>",
        "sources": {
                "input": {
                        "type": "source-input",
                        "properties": {}
-               }
+               },
+               "default": {
+                       "type": "source-default",
+                       "properties": {}
+               },
+               "sdnc" : {
+                        "type" : "source-rest",
+                        "properties" : {
+                                "verb" : "GET",
+                                "type" : "JSON",
+                                "url-path" : "/restconf/config/GENERIC-RESOURCE-API:services/service/$service-instance-id/service-data/vnfs/vnf/$vnf-id/vnf-data/vnf-topology/vnf-parameters-data/param/int_private1_subnet_id",
+                                "path" : "/param/0/value",
+                                "input-key-mapping" : {
+                                        "service-instance-id" : "service-instance-id",
+                                        "vnf-id" : "vnf-id"
+                                },
+                                "output-key-mapping" : {
+                                        "int_private1_subnet_id" : "value"
+                                },
+                                "key-dependencies" : [ "service-instance-id", "vnf-id" ]
+                        }
+                }
        }
 }