aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/org/onap/nbi/OnapComponentsUrlPaths.java
diff options
context:
space:
mode:
authoraosull01 <adrian.osullivan@huawei.com>2019-02-08 14:26:43 +0000
committeraosull01 <adrian.osullivan@huawei.com>2019-02-08 16:42:52 +0000
commit7589723d28be3443c4108aba3e6c30629ea494c7 (patch)
treedf9f10c59fa3fa4da0c2843fdbb0235f804164df /src/main/java/org/onap/nbi/OnapComponentsUrlPaths.java
parent8661255afca19d7ef0750288c1a905e0bf89599a (diff)
Use node query with format option
Change-Id: Ie29472147bbbc661a5fe9419407727e84d6f8dfe Issue-ID: EXTAPI-199 Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
Diffstat (limited to 'src/main/java/org/onap/nbi/OnapComponentsUrlPaths.java')
-rw-r--r--src/main/java/org/onap/nbi/OnapComponentsUrlPaths.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/org/onap/nbi/OnapComponentsUrlPaths.java b/src/main/java/org/onap/nbi/OnapComponentsUrlPaths.java
index 212242b..9060249 100644
--- a/src/main/java/org/onap/nbi/OnapComponentsUrlPaths.java
+++ b/src/main/java/org/onap/nbi/OnapComponentsUrlPaths.java
@@ -38,6 +38,8 @@ public final class OnapComponentsUrlPaths {
"/aai/v14/business/customers/customer/$customerId/service-subscriptions/service-subscription/";
public static final String AAI_GET_SERVICE =
"/aai/v14/nodes/service-instances/service-instance/$serviceId";
+ public static final String AAI_GET_SERVICE_CUSTOMER =
+ "/aai/v14/nodes/service-instances/service-instance/$serviceId?format=resource_and_url";
public static final String AAI_GET_SERVICE_INSTANCES_PATH =
"/aai/v14/business/customers/customer/$customerId/service-subscriptions/service-subscription/$serviceSpecName/service-instances/";