From 6b84093088b77a10764693760d83541b64e3d784 Mon Sep 17 00:00:00 2001 From: Lasse Kaihlavirta Date: Wed, 21 Oct 2020 10:54:28 +0300 Subject: Update AAI endpoints to /aai/v22 for Honolulu - Update all /aai/v21 references to /aai/v22 for Honolulu - note that the previous https://gerrit.onap.org/r/c/ccsdk/cds/+/114057 was for Guilin only Issue-ID: CCSDK-2914 Signed-off-by: Lasse Kaihlavirta Change-Id: I8103b12610a9de7263789a0852140f2f0bb09393 --- .../resource-dictionary/starter-dictionary/vdns_vf_module_id.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/model-catalog/resource-dictionary/starter-dictionary/vdns_vf_module_id.json') diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vdns_vf_module_id.json b/components/model-catalog/resource-dictionary/starter-dictionary/vdns_vf_module_id.json index 303ebb3bd..75a348415 100644 --- a/components/model-catalog/resource-dictionary/starter-dictionary/vdns_vf_module_id.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vdns_vf_module_id.json @@ -37,7 +37,7 @@ "properties": { "verb": "GET", "type": "JSON", - "url-path": "/aai/v21/network/generic-vnfs/generic-vnf/$vnf-id", + "url-path": "/aai/v22/network/generic-vnfs/generic-vnf/$vnf-id", "path": "", "input-key-mapping": { "vnf-id": "vnf-id" -- cgit 1.2.3-korg