Orbit GraphQL
Github
  • Orbit GraphQL
  • Quickstart
  • How does it work?
  • Configuration Options
  • API reference
    • GraphQL Endpoint
    • Cache Purge
      • Flush Everything
      • Flush a Resource
    • Get Cache Data
    • Healthcheck
Powered by GitBook
On this page
Edit on GitHub
  1. API reference

Healthcheck

PreviousGet Cache Data

Last updated 8 months ago

The path to check the health status of the service.

get

Congiruable using handlers_health_path (in config.toml) or ORBIT_HANDLERS_HEALTH_PATH (using environment variables)

Responses
200
Health status in JSON format.
application/json
Responseobject
get
GET /health HTTP/1.1
Host: 
Accept: */*
200

Health status in JSON format.

{}