Pascal Zimmermann

Results 104 comments of Pascal Zimmermann

Thank you for reporting the problem. I think the new Grafana Alerting API is stable now. I will check it and prepare a fix for it.

fixed by #102 and release [v0.6.0](https://github.com/ZPascal/grafana_api_sdk/releases/tag/0.6.0)

Hi @AnuradhaBose , there are currently two release versions of the Loggregator release in `106.7.x` the recentLogs endpoint still exists in the Doppler. In version `107.x.x` there is a replacement...

@bluelovers Thank you for reporting the idea to solve the problem. I will take it on board and check the possible options for implementation.

@jackton1 What do you think? Is this a valid case? I'm thinking right now it sounds more like a new feature flag instead of bug fix.

Thank you @pivotal-david-osullivan & @anthonydahanne for fixing the tests and the reactor part. I am also working on the issue again from the SAP side and I plan to set...

@roman1900 Thank you for the contribution. I think you're right about the parameter, but I'm not quite sure about the return value, as the [documentation](https://grafana.com/docs/grafana/latest/developers/http_api/user/#search-users/) still references a list. I...

I have [adjusted](https://github.com/ZPascal/grafana_api_sdk/commit/91f43cd954dd04f30ccd84db5572a6ede17220f8) the search endpoint and added a new function to differentiate between the paginated search function and the normal search function. I have created a new PR to...

> dashboard_data = dashboard.get_dashboard_by_uid(dashboard_uid) Get the panel strcuture. How to get the panel data? Hi @Michaelxu2022, what do you mean by panel data? The function returns the dashboard definition.

Hi @johannes-russek-sh, can you please share the folder structure on your side? Is the dashboard inside the general folder? **FYI:** Inside the function `get_folder_id_by_dashboard_path` the `get_all_folder_ids_and_names` is called, so I...