|
| 1 | +--- |
| 2 | +# generated by https://github.com/hashicorp/terraform-plugin-docs |
| 3 | +page_title: "grafana_apps_playlist_playlist_v0alpha1 Resource - terraform-provider-grafana" |
| 4 | +subcategory: "" |
| 5 | +description: |- |
| 6 | + Manages Grafana playlists via the new Grafana App Platform API. This resource is currently EXPERIMENTAL and may be subject to change. It requires a development build of Grafana with specific feature flags enabled. |
| 7 | +--- |
| 8 | + |
| 9 | +# grafana_apps_playlist_playlist_v0alpha1 (Resource) |
| 10 | + |
| 11 | +Manages Grafana playlists via the new Grafana App Platform API. This resource is currently **EXPERIMENTAL** and may be subject to change. It requires a development build of Grafana with specific feature flags enabled. |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | +<!-- schema generated by tfplugindocs --> |
| 16 | +## Schema |
| 17 | + |
| 18 | +### Optional |
| 19 | + |
| 20 | +- `metadata` (Block, Optional) The metadata of the resource. (see [below for nested schema](#nestedblock--metadata)) |
| 21 | +- `options` (Block, Optional) Options for applying the resource. (see [below for nested schema](#nestedblock--options)) |
| 22 | +- `spec` (Block, Optional) The spec of the resource. (see [below for nested schema](#nestedblock--spec)) |
| 23 | + |
| 24 | +<a id="nestedblock--metadata"></a> |
| 25 | +### Nested Schema for `metadata` |
| 26 | + |
| 27 | +Required: |
| 28 | + |
| 29 | +- `uid` (String) The unique identifier of the resource. |
| 30 | + |
| 31 | +Optional: |
| 32 | + |
| 33 | +- `folder_uid` (String) The UID of the folder to save the resource in. |
| 34 | + |
| 35 | +Read-Only: |
| 36 | + |
| 37 | +- `url` (String) The full URL of the resource. |
| 38 | +- `uuid` (String) The globally unique identifier of a resource, used by the API for tracking. |
| 39 | +- `version` (String) The version of the resource. |
| 40 | + |
| 41 | + |
| 42 | +<a id="nestedblock--options"></a> |
| 43 | +### Nested Schema for `options` |
| 44 | + |
| 45 | +Optional: |
| 46 | + |
| 47 | +- `overwrite` (Boolean) Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid. |
| 48 | + |
| 49 | + |
| 50 | +<a id="nestedblock--spec"></a> |
| 51 | +### Nested Schema for `spec` |
| 52 | + |
| 53 | +Required: |
| 54 | + |
| 55 | +- `items` (List of Object) The items of the playlist. (see [below for nested schema](#nestedatt--spec--items)) |
| 56 | +- `title` (String) The title of the playlist. |
| 57 | + |
| 58 | +Optional: |
| 59 | + |
| 60 | +- `interval` (String) The interval of the playlist. |
| 61 | + |
| 62 | +<a id="nestedatt--spec--items"></a> |
| 63 | +### Nested Schema for `spec.items` |
| 64 | + |
| 65 | +Required: |
| 66 | + |
| 67 | +- `type` (String) |
| 68 | +- `value` (String) |
0 commit comments