Adapt to AAI change, need to update corresponding interface URL! 25/103725/1
authorhekeguang <hekeguang@chinamobile.com>
Mon, 16 Mar 2020 09:44:51 +0000 (17:44 +0800)
committerhekeguang <hekeguang@chinamobile.com>
Mon, 16 Mar 2020 09:45:40 +0000 (17:45 +0800)
Issue-ID: USECASEUI-416
Change-Id: Ic55f88ea562f289e581faa4779b232f19351712e
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
server/src/main/java/org/onap/usecaseui/server/service/slicingdomain/aai/AAISliceService.java

index 53cbc4f..f150cac 100644 (file)
@@ -107,7 +107,7 @@ public interface AAISliceService {
         "Authorization: Basic QUFJOkFBSQ==",
         "Accept: application/json"
        })
-       @GET("/api/aai-business/v16/customers/customer/{global-customer-id}/service-subscriptions/service-subscription/{service-type}/service-instances/service-instance/{service-instance-id}/service-profiles")
+       @GET("/api/aai-business/v19/customers/customer/{global-customer-id}/service-subscriptions/service-subscription/{service-type}/service-instances/service-instance/{service-instance-id}/service-profiles")
        Call<JSONObject> getServiceProfiles(@Path("global-customer-id") String globalCustomerId,@Path("service-type") String serviceType,@Path("service-instance-id") String serviceInstanceId);
 
        @Headers({