modify getOssInvenory 05/67205/1
authorguochuyicmri <guochuyi@chinamobile.com>
Tue, 18 Sep 2018 07:09:36 +0000 (15:09 +0800)
committerguochuyicmri <guochuyi@chinamobile.com>
Tue, 18 Sep 2018 07:09:48 +0000 (15:09 +0800)
Change-Id: I41d1bd0c37196655bb55288071cbeea011c92b87
Issue-ID: USECASEUI-141
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
server/src/main/java/org/onap/usecaseui/server/controller/sotn/SotnController.java

index 550e044..0f29b49 100644 (file)
@@ -163,7 +163,7 @@ public class SotnController {
     
     @RequestMapping(value = {"/getOssInvenory"}, method = RequestMethod.GET)
     public String getData(){
-               String result = HttpUtil.sendGet("http://10.73.242.244:8082/uui-sotn/getLogicalLinks", "");
+               String result = HttpUtil.sendGet("http://172.19.44.221:8099/oss/inventory", "");
                return result;
     }
     private void createJson(String json,List<NetWorkResource> list){