(health)
- get_health_check - Health Check
Health Check
import airbyte_api
s = airbyte_api.AirbyteAPI()
res = s.health.get_health_check()
if res is not None:
# handle response
pass
Error Type | Status Code | Content Type |
---|---|---|
errors.SDKError | 4XX, 5XX | */* |