Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Latest commit

 

History

History
35 lines (19 loc) · 1.23 KB

HealthApi.md

File metadata and controls

35 lines (19 loc) · 1.23 KB

\HealthApi

All URIs are relative to http://localhost

Method HTTP request Description
GetInstanceStatus Get /health/status Check the Health Status

GetInstanceStatus

InlineResponse200 GetInstanceStatus()

Check the Health Status

This endpoint returns a 200 status code when the HTTP server is up running. { \"status\": \"ok\" }. This status does currently not include checks whether the database connection is working. This endpoint does not require the X-Forwarded-Proto header when TLS termination is set. Be aware that if you are running multiple nodes of ORY Hydra, the health status will never refer to the cluster state, only to a single instance.

Parameters

This endpoint does not need any parameter.

Return type

InlineResponse200

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json, application/x-www-form-urlencoded
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]