Health

GEThttps://zylai-a779.zyllion.network/v1/health

Perform a system health check.

  • Returns: Current system health status and uptime

Health Check Detailsarrow-up-right

  • Provides a quick verification of system operational status

  • Reports current system uptime

Status Indicatorsarrow-up-right

  • status: Indicates system operational condition

    • "ok": System is functioning normally

  • uptime: Duration the system has been running

# Retrieve system health status
health = await health_check()
# Expect: HealthCheckResponse(status='ok', uptime=3600)

  • 200

Successful Response

  • application/json

  • Schema

  • Example (auto)

  • curl

  • dart

  • go

  • http

  • java

  • javascript

  • kotlin

  • c

  • nodejs

  • objective-c

  • ocaml

  • php

  • powershell

  • python

  • r

  • ruby

  • rust

  • shell

  • swift

  • HTTPCLIENT

  • RESTSHARP

RequestCollapse all Send API RequestResponseClear

Click the Send API Request button above and see the response here!

Last updated