commit | e9c8f13357dc8f9ea521ce6553d107576f70b439 | [log] [tgz] |
---|---|---|
author | Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com> | Tue Mar 05 17:57:44 2019 -0500 |
committer | Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com> | Tue Mar 05 17:58:04 2019 -0500 |
tree | 1aa8a89679cc3fd0ae2d32cd03ca7f724768b977 | |
parent | c96b971a70744f6eeb2eb360345fe0478ed9a3e6 [diff] [blame] |
AaiCtxBuilder:Use direct GET instead of search qry Issue-ID: LOG-998 Change-Id: Ie1906df6be02d2b05d0c2e2f21808c2190fa2b8d Signed-off-by: Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com>
diff --git a/kubernetes/pomba/charts/pomba-aaictxbuilder/resources/config/application.properties b/kubernetes/pomba/charts/pomba-aaictxbuilder/resources/config/application.properties index 7907079..e171d17 100644 --- a/kubernetes/pomba/charts/pomba-aaictxbuilder/resources/config/application.properties +++ b/kubernetes/pomba/charts/pomba-aaictxbuilder/resources/config/application.properties
@@ -43,7 +43,7 @@ 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.