Realize the query EMS list API.
[aai/esr-server.git] / esr-mgr / src / main / java / org / onap / aai / esr / externalservice / aai / ExternalSystemProxy.java
index bc7b58e..e2ebfef 100644 (file)
@@ -86,4 +86,8 @@ public class ExternalSystemProxy {
   public static String queryEmsDetail(String emsId) throws Exception {
     return externalSystemproxy.queryEMSDetail(transactionId, fromAppId, authorization, emsId);
   }
+  
+  public static String queryEmsList() throws Exception {
+    return externalSystemproxy.queryEMSList(transactionId, fromAppId, authorization);
+  }
 }