The following describes the mandatory requirements that must be adhered to allow remote monitoring of service status.
- The
/upresource is REQUIRED - The
/upresource MUST be reserved for the status API - The
/upresource MUST reflect the service health status from a user's point of view - The
/upresource SHOULD BE updated often and regularly
- A fully operational system MUST respond
200 OKtoGET /upandHEAD /uprequests. - A fully operational system MUST respond to
GET /upandHEAD /uprequests in timely fashion. - A non-fully operational system MUST NOT respond
200 OKtoGET /upandHEAD /uprequests. GET /upandHEAD /uprequests MUST NOT return a 404 response code, whether the system is operational or not- The response to
GET /upandHEAD /uprequests MUST contain aLast-Modifiedheader, which value corresponds to the last health check date.
- Please use the Head-Up Google Group for discussion before posting any pull request