mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 15:32:27 +08:00

* Remove unused `Separator` column * Clarify the `export` JSON output is for file provisioning * minor copy changes * Be more specific about the `X-Disable-Provenance` header * minor change * fix vale errors * Set inline code format in property names * fix vale error: `bool`
14 lines
543 B
Markdown
14 lines
543 B
Markdown
---
|
|
title: 'Alerting Produces '
|
|
---
|
|
|
|
#### Produces
|
|
|
|
- `application/json`
|
|
- `application/yaml`
|
|
- `application/terraform+hcl`
|
|
- `text/yaml`
|
|
- `text/hcl`
|
|
|
|
These outputs are for [file provisioning](https://grafana.com/docs/grafana/<GRAFANA_VERSION>/alerting/set-up/provision-alerting-resources/file-provisioning) or [Terraform provisioning](https://grafana.com/docs/grafana/<GRAFANA_VERSION>/alerting/set-up/provision-alerting-resources/file-provisioning), and they-including the JSON output—cannot be used to update resources via the HTTP API.
|