Class HealthApi

HealthApi - object-oriented interface

Export

Hierarchy

  • BaseAPI
    • HealthApi

Constructors

Properties

Methods

Constructors

  • Parameters

    • Optional configuration: Configuration
    • basePath: string = BASE_PATH
    • axios: AxiosInstance = globalAxios

    Returns HealthApi

Properties

axios: AxiosInstance = globalAxios
basePath: string = BASE_PATH
configuration: undefined | Configuration

Methods

  • Retrieves the details of the API’s Health. Note: a 503 HTTP response code will be returned for the fail status.

    Summary

    Get the Overall Health of the API

    Throws

    Memberof

    HealthApi

    Parameters

    • Optional options: RawAxiosRequestConfig<any>

      Override http request option.

    Returns Promise<AxiosResponse<HealthOutput, any>>

Generated using TypeDoc