Just noticed that your status page does not show the current EZE disruption. Instead it shows DFW twice.
I noticed because I am looking for a way to programmatically get something like the “currently bad regions”. Is there an API-ish way to get that? I only found fly platform status summary --json but I can’t really make sense of what is returned. Also, the current EZE disruption does not seem to be listed in the results.
Thanks for pointing that out – I’ve gone ahead and updated it already.
I’m afraid to avoid writing a long essay I have to force myself to be very short in answer to your question. You could build on consulting fly platform status summary --json by filtering the components array for objects where group_id = "mrcyzlkkw8z9" and status != "operational". That would get you something close to what you want. But then you have to ask yourself, what does “currently bad regions” really mean for you – there’s not one obvious answer for a generic user. Our platform grows more and more stable, but it’s huge, and when things go sideways, they can go sideways in lots of different ways and scopes, many of which are still effectively “operational” for most of our users (but of course those affected need to know). It’s hard to build status page infrastructure that provides a high quality signal – not too noisy, not too quiet. But we know it’s important. We have multiple employees working on it. Watch for more changes.