Class ServerDetails

java.lang.Object
org.frankframework.console.controllers.ServerDetails

@RestController @RequestMapping("/server") public class ServerDetails extends Object
  • Constructor Details

  • Method Details

    • getServerInformation

      @AllowAllIbisUserRoles @GetMapping(value="/info", produces="application/json") public org.springframework.http.ResponseEntity<?> getServerInformation()
    • getAllConfigurations

      @AllowAllIbisUserRoles @GetMapping(value="/configurations", produces="application/json") public org.springframework.http.ResponseEntity<?> getAllConfigurations()
    • downloadActiveConfigurations

      @AllowAllIbisUserRoles @GetMapping(value="/configurations/download", produces="application/octet-stream") public org.springframework.http.ResponseEntity<?> downloadActiveConfigurations(@RequestParam(value="dataSourceName",required=false) String dataSourceName)
    • getServerConfiguration

      @AllowAllIbisUserRoles @GetMapping(value="/warnings", produces="application/json") public org.springframework.http.ResponseEntity<?> getServerConfiguration()
    • getFrankHealth

      @PermitAll @GetMapping(value="/health", produces="application/json") public org.springframework.http.ResponseEntity<?> getFrankHealth()