AaiCtxBuilder:Use direct GET instead of search qry 43/79743/1
authorLeigh, Phillip (pl876u) <phillip.leigh@amdocs.com>
Tue, 5 Mar 2019 22:57:44 +0000 (17:57 -0500)
committerLeigh, Phillip (pl876u) <phillip.leigh@amdocs.com>
Tue, 5 Mar 2019 22:58:04 +0000 (17:58 -0500)
Issue-ID: LOG-998
Change-Id: Ie1906df6be02d2b05d0c2e2f21808c2190fa2b8d
Signed-off-by: Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com>
kubernetes/pomba/charts/pomba-aaictxbuilder/resources/config/application.properties

index 7907079..e171d17 100644 (file)
@@ -43,7 +43,7 @@ aai.readTimeout={{ .Values.config.aaiReadTimeout }}
 http.userId={{ .Values.config.httpUserId }}
 http.password={{ .Values.config.httpPassword }}
 
-aai.searchNodeQuery=/aai/v13/search/nodes-query?search-node-type=service-instance&filter=service-instance-id:EQUALS:
+aai.searchNodeQuery=/aai/v13/nodes/service-instance/{0}
 
 #Servlet context parameters
 server.context_parameters.p-name=value #context parameter with p-name as key and value as value.