You need to enable health checks for this API in order to start getting HC status information.
Try again later...
Last known status | Healthy Unhealthy |
---|---|
Last checked | {{moment(apiHC.data.lastChecked).fromNow()}} |
Last failed | {{apiHC.data.lastFailed ? moment(apiHC.data.lastFailed).format("dddd, MMMM Do YYYY, HH:mm:ss") : "Never"}} |
Last notified | {{apiHC.data.lastNotified ? moment(apiHC.data.lastNotified).fromNow() : 'Never'}} |
Uptime Downtime | {{moment.duration(moment().diff(moment(apiHC.data.firstSucceeded))).humanize()}} {{moment.duration(moment().diff(moment(apiHC.data.firstFailed))).humanize()}} |