grafana-util-alert-list-templates.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-templates - List live Grafana notification templates.
SYNOPSIS
grafana-util alert list-templates [OPTIONS]
DESCRIPTION
List live Grafana notification templates.
- Inspect template inventory from one org or from all visible orgs.
- Render the list in text, table, CSV, JSON, or YAML form.
BEFORE / AFTER
- Before: open template pages one by one to see what notification templates exist.
- After: list the inventory once and compare it against the org or profile you care about.
COMMON OPTIONS
- --org-id lists templates 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 templates you expect are present in the chosen format.
- The output scope matches the org or profile you intended to inspect.
- The format is ready for human review or scripting if needed.
FAILURE CHECKS
- If the list is unexpectedly small, verify token scope or switch to a broader profile.
- If --all-orgs misses entries, try admin-backed credentials instead of a narrow token.
- Confirm the org/profile before interpreting an empty response as a real absence.
EXAMPLES
List live Grafana notification templates.
grafana-util alert list-templates --profile prod --output-format tableSEE ALSO
grafana-util(1), grafana-util-alert(1)