Added new flow for creating 5G slice service. 75/102975/2
authorIsaac Manuel Raj <isaac.manuelraj@huawei.com>
Wed, 4 Mar 2020 11:28:19 +0000 (16:58 +0530)
committerIsaac Manuel Raj <isaac.manuelraj@huawei.com>
Wed, 4 Mar 2020 11:51:43 +0000 (17:21 +0530)
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

common/src/main/java/org/onap/so/client/aai/AAIObjectType.java

index b96df4f..7de6018 100644 (file)
@@ -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;