grafana_api_sdk icon indicating copy to clipboard operation
grafana_api_sdk copied to clipboard

feat(contact-point): support retrieval by name

Open Saurus119 opened this issue 3 months ago • 5 comments
trafficstars

  • Adds support for retrieving a contact point by its exact name.
  • If multiple contact points share the same name, the method will return all matching contact points in a list.
  • This can occur, for example, when an alert rule uses contact points that implement multiple actions. In Grafana’s UI, such contact points are grouped by name, but they are stored as separate contact points in the backend.

Saurus119 avatar Aug 11 '25 17:08 Saurus119