Related to https://github.com/grafana/oncall/issues/4748 - Added support for additional filters when getting webhooks: - `GET /api/plugins/grafana-oncall-app/resources/webhooks/?integration=CALBFV7RRDH93` (filter webhooks that are enabled for the specified integration) - `GET /api/plugins/grafana-oncall-app/resources/webhooks/?trigger_type=0` (filter webhooks with the given trigger type) - Allow triggering a Manual webhook using an alert group as context: `POST /api/plugins/grafana-oncall-app/resources/webhooks/<webhook public ID>/trigger_manual` Example payload: `{"alert_group": "I4A4I1UPSA7IC"}` (will return a 200 OK on success) --------- Co-authored-by: Rares Mardare <rares.mardare@grafana.com> |
||
|---|---|---|
| .. | ||
| img | ||
| sources | ||
| .markdownlint.json | ||
| docs.mk | ||
| make-docs | ||
| Makefile | ||
| README.md | ||
| variables.mk | ||
Grafana Cloud Documentation
Source for documentation at https://grafana.com/docs/oncall/
Preview the website
Run make docs. This launches a preview of the website with the current grafana docs at
http://localhost:3002/docs/oncall/latest/ which will refresh automatically when changes are made to
content in the sources directory.
Make sure Docker is running.
Image support
See the documentation in writers toolkit about how to store images