From bd6a6482f87626b4f1e49aa12e36e41a2e140168 Mon Sep 17 00:00:00 2001 From: Lasse Kaihlavirta Date: Tue, 20 Oct 2020 18:12:07 +0300 Subject: Update AAI endpoints to /aai/v21 - Update all /aai/v14 references to /aai/v21 to resolve certificate problems in CDS when trying to resolve attribute values with aai-data source Issue-ID: CCSDK-2914 Signed-off-by: Lasse Kaihlavirta Change-Id: I6b150348b66e93b3d08ceaa49fa997d531ddb0e4 --- .../service-blueprint/vFW/Definitions/resources_definition_types.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/model-catalog/blueprint-model/service-blueprint/vFW') diff --git a/components/model-catalog/blueprint-model/service-blueprint/vFW/Definitions/resources_definition_types.json b/components/model-catalog/blueprint-model/service-blueprint/vFW/Definitions/resources_definition_types.json index 4c74b4810..54eeaaca0 100644 --- a/components/model-catalog/blueprint-model/service-blueprint/vFW/Definitions/resources_definition_types.json +++ b/components/model-catalog/blueprint-model/service-blueprint/vFW/Definitions/resources_definition_types.json @@ -1347,7 +1347,7 @@ "properties" : { "type" : "JSON", "verb" : "GET", - "url-path" : "/aai/v14/network/generic-vnfs/generic-vnf/$vnf-id", + "url-path" : "/aai/v21/network/generic-vnfs/generic-vnf/$vnf-id", "path" : "", "input-key-mapping" : { "vnf-id" : "vnf-id" -- cgit 1.2.3-korg