-
Notifications
You must be signed in to change notification settings - Fork 3
Get GrafanaConfig
Stephen Valdinger edited this page Apr 5, 2019
·
2 revisions
Reads the Grafana.json file and returns an object
Get-GrafanaConfig [[-ConfigurationFile] <String>] [<CommonParameters>]
Get-GrafanaConfig
Get-GrafanaConfig -ConfigurationFile C:\Configs\Grafana.json
The path to the configuration json. 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
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