Health Status Endpoint

I am using linkshare for a screenshot upload backend.
Users are making currently something like 10-20 screenshots per hour.

In the past view weeks there where some incidents with 500 Error and timeouts to the s3 gateway.

The incidents are also visible under the status page

Does Atlassian Statuspage or storj itself has a public accessible endpoint to pull storj incidents ?
Example: curl https://status.zendesk.com/api/incidents/active

Would this help ?

[Storj DCS Status - Incident History](RSS feed)

or

[Storj DCS Status - Incident History](Atom Feed)

1 Like

This should be what you’re looking for
https://metastatuspage.com/api

Bear in mind that you can send back to the following requests the value of the response header etag with the If-None-Match request header to receive a response with 200 status code and the content if there are changes, otherwise with 304 status code.

2 Likes

yes exactly what i require, will use it as a monitor over uptime-kuma