From fb1b892f0ca6f2ded72e28315c005cb24a6c4bb2 Mon Sep 17 00:00:00 2001 From: andreasgeissler Date: Wed, 26 Aug 2020 14:49:13 +0200 Subject: Updated dictionary entries for Frankfurt and later usecases Issue-ID: CCSDK-2696 Signed-off-by: andreasgeissler Change-Id: I380f94b4264cba5530138667ac5c9b5a2291d03f --- .../starter-dictionary/vnf-id.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'components/model-catalog/resource-dictionary/starter-dictionary/vnf-id.json') diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vnf-id.json b/components/model-catalog/resource-dictionary/starter-dictionary/vnf-id.json index e8c451b2b..f05499f2a 100644 --- a/components/model-catalog/resource-dictionary/starter-dictionary/vnf-id.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vnf-id.json @@ -14,6 +14,26 @@ "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/vnf-id", + "path": "/param/0/value", + "input-key-mapping": { + "service-instance-id": "service-instance-id", + "vnf-id": "vnf-id" + }, + "output-key-mapping": { + "vnf-id": "value" + }, + "key-dependencies": [ + "service-instance-id", + "vnf-id" + ] + } } } } -- cgit 1.2.3-korg