Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 587 Bytes

README.md

File metadata and controls

38 lines (22 loc) · 587 Bytes

Health

(health)

Overview

Available Operations

get_health_check

Health Check

Example Usage

import airbyte_api

s = airbyte_api.AirbyteAPI()


res = s.health.get_health_check()

if res is not None:
    # handle response
    pass

Response

api.GetHealthCheckResponse

Errors

Error Type Status Code Content Type
errors.SDKError 4XX, 5XX */*