aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaMont, William (wl2432) <wl2432@att.com>2019-04-10 09:41:49 -0400
committerLaMont, William (wl2432) <wl2432@att.com>2019-04-10 09:46:38 -0400
commit4801ee21d043f724ded1ab55e544770f029380b7 (patch)
tree97b966f5528a3c299e0c957bd78808eeebec1e64
parent41410a41450794d2c04a92a85943083bb10ac49b (diff)
add v16 to cacher repo
Issue-ID: AAI-2324 Change-Id: Ieac5f66d0533733169f9e579cce22a6bc3e8ad83 Signed-off-by: LaMont, William (wl2432) <wl2432@att.com>
-rw-r--r--src/main/resources/etc/appprops/initialcachekeyconfig.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/resources/etc/appprops/initialcachekeyconfig.json b/src/main/resources/etc/appprops/initialcachekeyconfig.json
index d2bb66d..08a2ea8 100644
--- a/src/main/resources/etc/appprops/initialcachekeyconfig.json
+++ b/src/main/resources/etc/appprops/initialcachekeyconfig.json
@@ -4,7 +4,7 @@
{
"cacheKey": "cloud-region",
"baseUrl": "https://AAI:AAI@localhost:8447",
- "module": "/aai/v14/",
+ "module": "/aai/v16/",
"URI": "cloud-infrastructure/cloud-regions?depth=0&resultIndex=1&resultSize=3",
"timingIndicator": "onInit",
"httpMethod": "GET",
@@ -13,7 +13,7 @@
{
"cacheKey": "complex",
"baseUrl": "https://AAI:AAI@localhost:8447",
- "module": "/aai/v14/",
+ "module": "/aai/v16/",
"URI": "cloud-infrastructure/complexes?resultIndex=1&resultSize=3",
"timingIndicator": "onInit",
"httpMethod": "GET",
@@ -22,7 +22,7 @@
{
"cacheKey": "pserver",
"baseUrl": "https://AAI:AAI@localhost:8447",
- "module": "/aai/v14/",
+ "module": "/aai/v16/",
"URI": "cloud-infrastructure/pservers?depth=5807c3c3-92cd-44d7-a508-8539cd36ecda&resultIndex=1&resultSize=3",
"timingIndicator": "onInit",
"httpMethod": "GET",
@@ -31,7 +31,7 @@
{
"cacheKey": "generic-vnf",
"baseUrl": "https://AAI:AAI@localhost:8447",
- "module": "/aai/v14/",
+ "module": "/aai/v16/",
"URI": "network/generic-vnfs?depth=5807c3c3-92cd-44d7-a508-8539cd36ecda&resultIndex=1&resultSize=3",
"timingIndicator": "onInit",
"httpMethod": "GET",