Interface ProxyService

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.springframework.http.ResponseEntity<Object> getSiteLogEvents​(String body, String siteId, javax.servlet.http.HttpServletRequest request)
      Proxies a request to Crafter Engine log monitor service, after checking current user has permission to access log data for siteId.
      org.springframework.http.ResponseEntity<Object> proxyEngine​(String body, String siteId, javax.servlet.http.HttpServletRequest request)
      Proxies a request to Crafter Engine.