Unleash

Unleash

  • Documentation
  • Deploy and manage
  • Integrations
  • Contribute
  • API
  • Enterprise
  • Help

›Internal

Client

  • /api/client/features
  • /api/client/register
  • /api/client/metrics

Admin

  • /api/admin/features
  • /api/admin/strategies
  • /api/admin/metrics
  • /api/admin/events
  • /api/admin/state
  • /api/admin/feature-types
  • /api/admin/addons
  • /api/admin/context
  • /api/admin/projects

Internal

  • /internal-backstage/prometheus
  • /health

Specification

  • Open API Specification

/health

Health API

GET http://unleash.host.com/health

Used to check the health of the running Unleash instance. This endpoint has two possible responses:

Status: 200

{
  "health": "GOOD"
}

This response means everything is OK. Unleash is able to talk to the PostgreSQL

Status: 500

{
  "health": "BAD"
}

This response indicates that Unleash is not able to talk to PostgreSQL and will not be able to serve requests.

← /internal-backstage/prometheusOpen API Specification →
Unleash
Docs
Getting StartedSecuring UnleashAPI Reference
Community
User ShowcaseSlack communityUnleash-hosted.comTwitter
More
GitHubStar