diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2020-03-05 05:55:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-05 05:55:06 +0000 |
commit | 45d0ccb0ec4db9c7b023e90d021e852f61279a32 (patch) | |
tree | 7dcc00d6448e45f48b5b287b8c6a51699b7d384f | |
parent | 1dceff635053f1589f62fd65eb5a7f0a2399d9b3 (diff) | |
parent | d37c03a670d04327030888aa4e664def16e52a83 (diff) |
Merge "Added new flow for creating 5G slice service."
-rw-r--r-- | common/src/main/java/org/onap/so/client/aai/AAIObjectType.java | 2 |
1 files changed, 2 insertions, 0 deletions
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; |