Realize query thirdparty sdnc list API.
[aai/esr-server.git] / esr-mgr / src / main / java / org / onap / aai / esr / externalservice / aai / ExternalSystemProxy.java
index eda2eb2..01d8ac3 100644 (file)
@@ -65,4 +65,8 @@ public class ExternalSystemProxy {
   public static String queryThirdpartySdncDetail(String thirdpartySdncId) throws Exception{
     return externalSystemproxy.queryThirdpartySdncDetail(transactionId, fromAppId, authorization, thirdpartySdncId);
   }
+  
+  public static String querySdncList() throws Exception {
+    return externalSystemproxy.queryThirdpartySdncList(transactionId, fromAppId, authorization);
+  }
 }