grafana-util-alert-list-mute-timings.1
Browser-readable rendering of a generated roff manpage.
This page renders the generated roff manpage into readable HTML for browser use. For richer per-subcommand detail, prefer the command-reference pages.
NAME
grafana-util-alert-list-mute-timings - List live Grafana mute timings.
SYNOPSIS
grafana-util alert list-mute-timings [OPTIONS]
DESCRIPTION
List live Grafana mute timings.
- Inspect mute timing inventory from one org or from all visible orgs.
- Render the list in text, table, CSV, JSON, or YAML form.
BEFORE / AFTER
- Before: browse Grafana pages manually to check which mute timings exist.
- After: list the inventory in one pass and compare it against the org or profile you need.
COMMON OPTIONS
- --org-id lists mute timings from one Grafana org ID.
- --all-orgs aggregates inventory across visible orgs.
- --output-format controls the output format, including text, table, csv, json, and yaml.
- --no-header omits the header row.
SUCCESS CRITERIA
- The mute timings you expect appear in the selected format.
- The output matches the org or profile scope you intended to query.
- The result is ready for a quick review or a CI check.
FAILURE CHECKS
- If the inventory looks partial, check token scope or use a broader profile.
- If --all-orgs omits entries, switch to admin-backed credentials.
- Make sure the org/profile matches the area you intended to inspect before treating an empty output as meaningful.
EXAMPLES
List live Grafana mute timings.
grafana-util alert list-mute-timings --profile prod --output-format tableSEE ALSO
grafana-util(1), grafana-util-alert(1)