cloudspout / cloudspout-button-panel

Grafana panel to integrate with any kind of HTTP/REST API
MIT License
50 stars 35 forks source link

Option to not execute a REST query #85

Open dgooris opened 2 years ago

dgooris commented 2 years ago

Would it be an idea to have an option to not send any REST query, so that it only does a mysql query. A possible Use Case would be to press a button that only updates a mysql table entry. A process that monitors changes of this mysql table could trigger further actions.

Implementation of such an option may be possible to simply leave the URL of REST Integration empty: If the url is not defined, it simply does not invoke any REST query.

Currently, when leaving the url empty, the button shows a rotating icon as if something is running but most likely is not.

Thanks in advance and kind regards.