Created
April 16, 2025 20:33
-
-
Save grugnog/a8f6bc9826e5469e486fae7ee32700cb to your computer and use it in GitHub Desktop.
One liner to get updates on Zoom.us outage April 16 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -s --connect-to 'status.zoom.us:443:14qjgk812kgk.stspg-customer.com:443' https://status.zoom.us/incidents/pw9r9vnq5rvk.json | jq -r '(.incident_updates | sort_by(.created_at) | map("* \(.created_at) — **\(.status)**\n \(.body)") | join("\n"))' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment