grafana-util docs

grafana-util-alert-list-contact-points.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-contact-points - List live Grafana alert contact points.

SYNOPSIS

grafana-util alert list-contact-points [OPTIONS]

DESCRIPTION

List live Grafana alert contact points.

  • Inspect notification endpoints configured in Grafana.
  • Switch output between text, table, CSV, JSON, and YAML.

BEFORE / AFTER

  • Before: click through Grafana to check which contact points exist and who owns them.
  • After: read one inventory output and compare it against the org or profile you intended to inspect.

COMMON OPTIONS

  • --org-id lists contact points 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 contact points you expect are visible in the chosen output format.
  • The inventory matches the org or profile scope you intended to query.
  • The output format matches the consumers you want to feed, whether human or CI.

FAILURE CHECKS

  • If the list looks partial, check whether the token or profile only sees a subset of orgs.
  • If --all-orgs returns less than expected, switch to an admin-backed profile or Basic auth.
  • Confirm the org/profile before treating an empty list as a true absence.

EXAMPLES

List live Grafana alert contact points.

grafana-util alert list-contact-points --profile prod --output-format table

SEE ALSO

grafana-util(1), grafana-util-alert(1)