Monitor Deploy server health
You can use the Deploy health REST endpoint (/deployit/ha/health
) with a GET
or a HEAD
request to check if the Deploy node is up and accessible.
Notes:
- This endpoint does not require authentication.
- This endpoint cannot provide information on whether or not a node is in maintenance mode.
This endpoint will return:
- A
204
HTTP status code if this is the active node. All user traffic should be sent to this node. - A
404
HTTP status code if the node is down. - A
503
HTTP status code if this node is running as standby (non-active or passive) node.