Skip to content

Get GrafanaConfig

Stephen Valdinger edited this page Apr 5, 2019 · 2 revisions

external help file: PSGrafana-help.xml Module Name: PSGrafana online version: schema: 2.0.0

Get-GrafanaConfig

SYNOPSIS

Reads the Grafana.json file and returns an object

SYNTAX

Get-GrafanaConfig [[-ConfigurationFile] <String>] [<CommonParameters>]

DESCRIPTION

EXAMPLES

EXAMPLE 1

Get-GrafanaConfig

EXAMPLE 2

Get-GrafanaConfig -ConfigurationFile C:\Configs\Grafana.json

PARAMETERS

-ConfigurationFile

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

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

RELATED LINKS

Set-GrafanaConfig

Clone this wiki locally