Class AdminWebService.CurationAgentHealthResponse

java.lang.Object
ubic.gemma.rest.AdminWebService.CurationAgentHealthResponse
Enclosing class:
AdminWebService

public static class AdminWebService.CurationAgentHealthResponse extends Object
Author:
phase 3 admin-panel wiring
  • Field Details

    • status

      public String status
      UP, DOWN, or NOT_CONFIGURED.
    • url

      @Nullable public String url
    • timeoutMillis

      public int timeoutMillis
    • latencyMillis

      public long latencyMillis
    • httpStatus

      @Nullable public Integer httpStatus
      HTTP status code from the upstream service; 0 when the request didn't complete.
    • error

      @Nullable public String error
      Populated when the probe threw (timeout, connection refused, malformed URL, etc.).
  • Constructor Details

    • CurationAgentHealthResponse

      public CurationAgentHealthResponse()