Realize the query VNFM list API.
[aai/esr-server.git] / esr-mgr / src / main / java / org / onap / aai / esr / externalservice / aai / ExternalSystemProxy.java
index 2f790cd..ea7c805 100644 (file)
@@ -44,4 +44,8 @@ public class ExternalSystemProxy {
   public static String queryVnfmDetail(String vnfmId) throws Exception {
     return externalSystemproxy.queryVNFMDetail(transactionId, fromAppId, authorization, vnfmId);
   }
+  
+  public static String queryVnfmList() throws Exception {
+    return externalSystemproxy.queryVNFMList(transactionId, fromAppId, authorization);
+  }
 }