Check HTTP Server Status
This endpoint returns a HTTP 200 status code when Ory Keto is accepting incoming HTTP requests. This status does currently not include checks whether the database connection is working.
If the service supports TLS Edge Termination, this endpoint does not require the X-Forwarded-Proto header to be set.
Be aware that if you are running multiple nodes of this service, the health status will never refer to the cluster state, only to a single instance.
Response
Ory Keto is ready to accept connections.
Changes
Changed in 4 of the 50 revisions of this API.213
- ○
removed the non-success response with the status
500response-non-success-status-removed
- ○
- ▲
the
detailsresponse's property type/format changed fromarray/toobject/for status500response-property-type-changed
- ○
added the optional property
debugto the response with the500statusresponse-optional-property-added
- ○
added the optional property
idto the response with the500statusresponse-optional-property-added
- ○
the response property
messagebecame required for the status500response-property-became-required
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
api operation id
isInstanceAliveremoved and replaced withisAliveapi-operation-id-removed
- ○
api tag
metadataaddedapi-tag-added
- ○
api tag
healthremovedapi-tag-removed
- ○
added the media type
application/jsonfor the response with the status200response-media-type-added
- ○
added the media type
application/jsonfor the response with the status500response-media-type-added
- ○
- ▲
removed the media type
application/jsonfor the response with the status200response-media-type-removed
- ○
api operation id
isAliveremoved and replaced withisInstanceAliveapi-operation-id-removed
- ○
api tag
healthaddedapi-tag-added
- ○
api tag
metadataremovedapi-tag-removed
- ○
added the non-success response with the status
500response-non-success-status-added
This revision also has 27 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲