All URIs are relative to http://localhost
| Method | HTTP request | Description |
|---|---|---|
| healthCheckDataGet | GET /api/backend/v1/HealthCheck | healthcheck |
healthCheckDataGet()
healthcheck
// Import classes:
//import org.openapitools.client.infrastructure.*
//import cloud.fastreport.model.*
val apiInstance = HealthCheckApi()
try {
apiInstance.healthCheckDataGet()
} catch (e: ClientException) {
println("4xx response calling HealthCheckApi#healthCheckDataGet")
e.printStackTrace()
} catch (e: ServerException) {
println("5xx response calling HealthCheckApi#healthCheckDataGet")
e.printStackTrace()
}This endpoint does not need any parameter.
null (empty response body)
Configure ApiKey: ApiClient.username = "" ApiClient.password = "" Configure JWT: ApiClient.accessToken = ""
- Content-Type: Not defined
- Accept: Not defined