I am running a curl against https://status.atlassian.com/api/v2/components.json. When I do so, I do not get any components back:
Visiting the url returns nothing for me too. Hopefully someone at Atlassian will notice and fix it for you and the rest of interested parties.
Hello @Johanna South
Welcome to the Atlassian community.
May I ask, why are you trying to get component information from the Status Page site owned by Atlassian?
What problem are you trying to solve?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am trying to use the API to publish the status of Atlassian products on a site for my org.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When did you first notice it wasn't returning any components? Maybe Atlassian got tired of people using it and have just disabled public access to it?
If someone in your organisation wants to know if any of Atlassian's products is having any problems, tell them to just go to the Atlassian Status site, and check directly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I want to have a one stop shop for all of my enterprise tools. Not have a list of several places people have to go to understand status.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Johanna South -- Welcome to the Atlassian Community!
When I did a quick check, the one you tried returned an empty components list for me also...but the other ones seemed to work, such as for scheduled maintenance, incidents, etc. Have you used the components one successfully in the past?
Here is the full list for comparison: https://status.atlassian.com/api
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've never used that API before, but the documentation says the components endpoint returns an object called only_show_if_degraded which can be false. Maybe, only if a component is degraded, THEN it will be returned in the response. So, if no component is degraded, the response is empty by design.
Maybe Atlassian just changed the response rule and have set all components to only return a response if they their status is either degraded_performance, partial_outage, or major_outage. So, a lack of response infers an operational status for that component?
Anyhow, you can always log a support request with Atlassian to have them investigate and advise what is happening.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.