Returns HTTP 200 when the service is running. No authentication required.
from chamelaion import Chamelaion client = Chamelaion() response = client.health.check() print(response.status)
{ "status": "ok" }