From d37c03a670d04327030888aa4e664def16e52a83 Mon Sep 17 00:00:00 2001 From: Isaac Manuel Raj Date: Wed, 4 Mar 2020 16:58:19 +0530 Subject: Added new flow for creating 5G slice service. Added new flow for creating 5G slice service. fixed format issue. Issue-ID: SO-2368 Signed-off-by: Isaac Manuel Raj Change-Id: Ieb342a58d2079fa4cbb162e6f2dfc0b7400c8d01 --- common/src/main/java/org/onap/so/client/aai/AAIObjectType.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/src/main/java/org/onap/so/client/aai/AAIObjectType.java b/common/src/main/java/org/onap/so/client/aai/AAIObjectType.java index b96df4ff9e..7de60181a6 100644 --- a/common/src/main/java/org/onap/so/client/aai/AAIObjectType.java +++ b/common/src/main/java/org/onap/so/client/aai/AAIObjectType.java @@ -164,6 +164,8 @@ public class AAIObjectType implements GraphInventoryObjectType, Serializable { new AAIObjectType(AAIObjectType.SERVICE_INSTANCE.uriTemplate(), "/slice-profiles", "sliceProfiles"); public static final AAIObjectType COMMUNICATION_PROFILE_ALL = new AAIObjectType( AAIObjectType.SERVICE_INSTANCE.uriTemplate(), "/communication-service-profiles", "communicationProfiles"); + public static final AAIObjectType QUERY_ALLOTTED_RESOURCE = + new AAIObjectType(AAIObjectType.SERVICE_INSTANCE.uriTemplate(), "?depth=2", "service-Instance"); private final String uriTemplate; private final String parentUri; -- cgit 1.2.3-korg