-
Notifications
You must be signed in to change notification settings - Fork 3
Set GrafanaConfig
Stephen Valdinger edited this page Apr 5, 2019
·
2 revisions
Modifies the configuration file for the module
Set-GrafanaConfig [[-ConfigurationFile] <String>] [[-APIKey] <String>] [[-GrafanaUri] <String>]
[<CommonParameters>]
Set-GrafanaConfig -APIKey '10395j23oi2r' -GrafanaUri 'https://test-grafana.mydomain.org'
The path to the JSON configuration file. Defaults to Config\Grafana.json
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: "$PSScriptRoot\Config\Grafana.json"
Accept pipeline input: False
Accept wildcard characters: False
Your new API Key
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The new Grafana uri
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
-
Configuration
-
Admin
-
API Keys
-
Alerts
-
Dashboards
-
Folders
-
Snapshots
-
Other