Hello
We need to implement some monitoring on auth0 status and we would need some clarification about this page. Specifically:
-
if we call the
/testendpoint and we get a 200 we assume auth0 is up and running. But what if we get a 500? What does exactly mean that “even if they return a500response code, that doesn’t mean that there’s a failure”? Which is the case when the endpoint returns a 500 but the core authentication service is up? -
did we understand correctly that in order to know if authentication core is up
/testendpoint will be enough? If so, does it mean that/testallcould return 500 as a result of a supporting service being down even though the core authentication service was up, correct? -
Which are exactly the supporting services mentioned in the first paragraph under “Testall endpoint”?