Skip to main content

System Status

In this section:

The health status of the Integration API system can be automatically checked by querying the /health endpoint. This endpoint will return a simple response indicating whether the system is down or healthy and ready to receive connections.

Example query

$ curl -i https://integrations.controlant.com/health

Example response

< HTTP/1.1 200 OK
< Date: Wed, 29 Jan 2020 13:34:05 GMT
< Content-Type: text/plain
< Server: Kestrel
< Cache-Control: no-store, no-cache
< Pragma: no-cache
< Transfer-Encoding: chunked
< Expires: Thu, 01 Jan 1970 00:00:00 GMT
< x-correlation-id: 8b18a9f3-3459-438c-aac7-929fb0b08fbf
<
Healthy*