grafana_api_sdk icon indicating copy to clipboard operation
grafana_api_sdk copied to clipboard

The repository includes a Python SDK for the Grafana API

Results 14 grafana_api_sdk issues
Sort by recently updated
recently updated
newest added
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...

Fixes https://github.com/ZPascal/grafana_api_sdk/issues/125 by simple way. The `folderIds=0` must be replaced to `folderIds=null` Issue was intruduced with Grafana 12. Fix is tested with Grafana 11 and 12. Grafana 12 may use...

Hello, I am tryin to use this sdk for creating alerts (managing) + set up policies for the alerts. It is not possible to add new notification policy with `AlertingProvisioning().add_notification_policies()`...