Modified vf-module-name
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / public_net_id.json
old mode 100755 (executable)
new mode 100644 (file)
index a4fbc95..66e7aee
@@ -1,19 +1,38 @@
 {
-               "name": "public_net_id",
-               "tags": "public_net_id",
-               "updated-by" : "Singal, Kapil <ks220y@att.com>",
-               "property": {
-                       "type": "string",
-                       "description" : "public_net_id"
+       "tags": "public_net_id",
+       "name": "public_net_id",
+       "property": {
+               "description": "public_net_id",
+               "type": "string"
+       },
+       "updated-by": "MALAKOV, YURIY <yuriy.malakov@att.com>",
+       "sources": {
+               "input": {
+                       "type": "source-input"
                },
-               "sources": {
-                       "default": {
-                               "type": "source-default",
-                               "properties": {
-                               }
-                       },
-                       "input": {
-                               "type": "source-input"
+               "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/public_net_id",
+                               "path": "/param/0/value",
+                               "input-key-mapping": {
+                                       "service-instance-id": "service-instance-id",
+                                       "vnf-id": "vnf-id"
+                               },
+                               "output-key-mapping": {
+                                       "public_net_id": "value"
+                               },
+                               "key-dependencies": [
+                                       "service-instance-id",
+                                       "vnf-id"
+                               ]
                        }
                }
-}
+       }
+}
\ No newline at end of file