From: Isaac Manuel Raj Date: Wed, 4 Mar 2020 11:28:19 +0000 (+0530) Subject: Added new flow for creating 5G slice service. X-Git-Tag: 1.6.1~100^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=d37c03a670d04327030888aa4e664def16e52a83;p=so.git 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 --- 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;