@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2025-06-05T07:24:45.132292327Z[Etc/UTC]") @Validated public interface PingControllerApi
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.http.ResponseEntity<Boolean>
    GET /api/ping : isAlive
  • Method Details

    • isAlive

      @RequestMapping(method=GET, value="/api/ping", produces="application/json") org.springframework.http.ResponseEntity<Boolean> isAlive()
      GET /api/ping : isAlive
      Returns:
      OK (status code 200) or Unauthorized (status code 401) or Forbidden (status code 403) or Not Found (status code 404)