45316fdd04
Alerting docs: clarify the `export` JSON format are for file provisioning (#101617)
* 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`
(cherry picked from commit 97d16c7a7b)
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.
|