Added new flow for creating 5G slice service. fixed format issue.
Issue-ID: SO-2368
Signed-off-by: Isaac Manuel Raj <isaac.manuelraj@huawei.com>
Change-Id: Ieb342a58d2079fa4cbb162e6f2dfc0b7400c8d01
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;