Skip to content

Instantly share code, notes, and snippets.

@grugnog
Created April 16, 2025 20:33
Show Gist options
  • Save grugnog/a8f6bc9826e5469e486fae7ee32700cb to your computer and use it in GitHub Desktop.
Save grugnog/a8f6bc9826e5469e486fae7ee32700cb to your computer and use it in GitHub Desktop.
One liner to get updates on Zoom.us outage April 16 2025
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