Update attribute in application.properties 41/65041/3
authorPhillip Leigh <phillip.leigh@amdocs.com>
Thu, 6 Sep 2018 18:10:31 +0000 (14:10 -0400)
committerPhillip Leigh <phillip.leigh@amdocs.com>
Fri, 7 Sep 2018 15:48:53 +0000 (11:48 -0400)
Issue-ID: LOG-461
Change-Id: Iae377eb7e25cf15b666017f0493c7ee0c1ae15dd
Signed-off-by: Phillip Leigh <phillip.leigh@amdocs.com>
kubernetes/pomba/charts/pomba-aaictxbuilder/resources/config/application.properties

index f1493cd..194ab1d 100644 (file)
@@ -38,8 +38,7 @@ aai.readTimeout={{ .Values.config.aaiReadTimeout }}
 http.userId={{ .Values.config.httpUserId }}
 http.password={{ .Values.config.httpPassword }}
 
-# {0} = customerId {1} = serviceType {2} = serviceInstanceId
-aai.serviceInstancePath=/aai/v11/business/customers/customer/{0}/service-subscriptions/service-subscription/{1}/service-instances/service-instance/{2}
+aai.searchNodeQuery=/aai/v11/search/nodes-query?search-node-type=service-instance&filter=service-instance-id:EQUALS:
 
 #Servlet context parameters
 server.context_parameters.p-name=value #context parameter with p-name as key and value as value.