Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 1.12 KB

File metadata and controls

54 lines (38 loc) · 1.12 KB

HealthCheckApi

All URIs are relative to http://localhost

Method HTTP request Description
healthCheckDataGet GET /api/backend/v1/HealthCheck healthcheck

healthCheckDataGet

healthCheckDataGet()

healthcheck

Example

// 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()
}

Parameters

This endpoint does not need any parameter.

Return type

null (empty response body)

Authorization

Configure ApiKey: ApiClient.username = "" ApiClient.password = "" Configure JWT: ApiClient.accessToken = ""

HTTP request headers

  • Content-Type: Not defined
  • Accept: Not defined