Resource Type: grafana_organization
- Defined in:
- lib/puppet/type/grafana_organization.rb
- Providers:
-
grafana
Overview
Manage organizations in Grafana
Properties
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
Parameters
-
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 organization.
-
provider
The specific backend to use for this ‘grafana_organization` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.