diff options
author | Phillip Leigh <phillip.leigh@amdocs.com> | 2018-09-04 11:28:49 -0400 |
---|---|---|
committer | Phillip Leigh <phillip.leigh@amdocs.com> | 2018-09-05 15:34:37 -0400 |
commit | 797bf1d50236fddcbbb2ca091729e2e64b047f73 (patch) | |
tree | aad1b35fea66f18b71bf2b975d50883a927ac2fd /config/application.properties | |
parent | ae69dc13d976b67c0278890b852444a134e23ca9 (diff) |
Obtain resouce-link based on service-instance
Issue-ID: LOG-461
Change-Id: Ieb3fb761be2237808ab9d709b3fadc7e241963de
Signed-off-by: Phillip Leigh <phillip.leigh@amdocs.com>
Diffstat (limited to 'config/application.properties')
-rw-r--r-- | config/application.properties | 2 |
1 files changed, 2 insertions, 0 deletions
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. |