Overview
This article explains how to subscribe to the Status Page Atom/RSS Feed to get the incident or outage status when there are multiple production tenants in different regions.
The Feed URL must have a tenant domain as a query parameter:
status.auth0.com/rss?domain={YOUR_AUTH0_DOMAIN}
If there are 3 production tenants:
- example-us-1.us.auth0.com in the US-1 region
- example-us-4.us.auth0.com in the US-4 region
- example-eu-1.us.auth0.com in the EU-1 region
What URL(s) should be used to get the status of all these regions (US-1, US-4, and EU-1)?
Applies To
- Status Page
Solution
Create 3 URLs and subscribe to them.
(Note that some regions have sub-regions. In this example use case, the URL for US-1 does not cover the status of US-4. )
status.auth0.com/rss?domain=example-us-1.us.auth0.com
status.auth0.com/rss?domain=example-us-4.us.auth0.com
status.auth0.com/rss?domain=example-eu-1.us.auth0.com
The region name can be found on the tenant settings page.