Skip to content

Get GrafanaServerSettings

Stephen Valdinger edited this page Apr 9, 2019 · 1 revision

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

Get-GrafanaServerSettings

SYNOPSIS

Returns server settings for your Grafana Instance

SYNTAX

Get-GrafanaServerSettings [-Credential] <PSCredential> [<CommonParameters>]

DESCRIPTION

Returns the currently configured settings for your Grafana instance. User must be an Org Admin to retrieve these settings

EXAMPLES

EXAMPLE 1

Get-GrafanaServerSettings

PARAMETERS

-Credential

The credentials you wish to use

Type: PSCredential
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
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

Clone this wiki locally