From 797bf1d50236fddcbbb2ca091729e2e64b047f73 Mon Sep 17 00:00:00 2001 From: Phillip Leigh Date: Tue, 4 Sep 2018 11:28:49 -0400 Subject: Obtain resouce-link based on service-instance Issue-ID: LOG-461 Change-Id: Ieb3fb761be2237808ab9d709b3fadc7e241963de Signed-off-by: Phillip Leigh --- config/application.properties | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config') diff --git a/config/application.properties b/config/application.properties index a3cc78b..4ce5de9 100644 --- a/config/application.properties +++ b/config/application.properties @@ -41,5 +41,7 @@ http.password=OBF:1u2a1toa1w8v1tok1u30 # {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. -- cgit 1.2.3-korg