Skip to main content

System health status

In this section:

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

Request

UAT health endpoint

To check the health of the UAT environment, you can use this endpoint:

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

LIVE health endpoint

To check the health of the LIVE environment, you can use this endpoint:

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

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*