Update Data Definitions
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / dcae_collector_port.json
index f537157..8371534 100644 (file)
@@ -1,37 +1,39 @@
-{\r
-  "tags": "dcae_collector_port",\r
-  "name": "dcae_collector_port",\r
-  "property": {\r
-    "description": "dcae_collector_port",\r
-    "type": "string"\r
-  },\r
-  "updated-by": "MALAKOV, YURIY <yuriy.malakov@att.com>",\r
-  "sources": {\r
-    "input": {\r
-      "type": "source-input"\r
-    },\r
-    "default": {\r
-      "type": "source-default",\r
-      "properties": {}\r
-    },\r
-    "sdnc": {\r
-      "type": "source-rest",\r
-      "properties": {\r
-        "type": "JSON",\r
-        "url-path": "config/GENERIC-RESOURCE-API:services/service/$service-instance-id/service-data/vnfs/vnf/$vnf-id/vnf-data/vnf-topology/vnf-parameters-data/param/dcae_collector_port",\r
-        "path": "/param/0/value",\r
-        "input-key-mapping": {\r
-          "service-instance-id": "service-instance-id",\r
-          "vnf-id": "vnf-id"\r
-        },\r
-        "output-key-mapping": {\r
-          "dcae_collector_port": "value"\r
-        },\r
-        "key-dependencies": [\r
-          "service-instance-id",\r
-          "vnf-id"\r
-        ]\r
-      }\r
-    }\r
-  }\r
-}\r
+{
+    "tags": "dcae_collector_port",
+    "name": "dcae_collector_port",
+    "group":"default",
+    "property": {
+        "description": "dcae_collector_port",
+        "type": "string"
+    },
+    "updated-by": "MALAKOV, YURIY <yuriy.malakov@att.com>",
+    "sources": {
+        "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/dcae_collector_port",
+                "path": "/param/0/value",
+                "input-key-mapping": {
+                    "service-instance-id": "service-instance-id",
+                    "vnf-id": "vnf-id"
+                },
+                "output-key-mapping": {
+                    "dcae_collector_port": "value"
+                },
+                "key-dependencies": [
+                    "service-instance-id",
+                    "vnf-id"
+                ]
+            }
+        }
+    }
+}
\ No newline at end of file