Resource Type: grafana_team
- Defined in:
- lib/puppet/type/grafana_team.rb
- Providers:
-
grafana
Overview
Manage teams in Grafana
Properties
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
-
home_dashboard
(defaults to: Default)
The id or name of the home dashboard
-
home_dashboard_folder
The UID or name of the home dashboard folder
-
theme
The theme to use for the team
-
timezone
The timezone to use for the team
Parameters
-
email
(defaults to: '')
The email for the team
-
grafana_api_path
(defaults to: /api)
The absolute path to the API endpoint
-
grafana_password
The password for the Grafana server
-
grafana_url
(defaults to: '')
The URL of the Grafana server
-
grafana_user
The username for the Grafana server
-
name (namevar)
The name of the team
-
organization
(defaults to: Main Org.)
The organization the team belongs to
-
provider
The specific backend to use for this ‘grafana_team` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.