Skip to content

Set GrafanaFolder

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

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

Set-GrafanaFolder

SYNOPSIS

Update the Title of a Folder in Grafana

SYNTAX

Set-GrafanaFolder [-OldTitle] <String> [-NewTitle] <String> [<CommonParameters>]

DESCRIPTION

The API only allows updates to the Title of a folder in Grafana. This cmdlet accomplishes that task

EXAMPLES

EXAMPLE 1

Set-GrafanaFolder -OldTitle "FooBar" -NewTitle "FizzBuzz"

Set the title of the folder FooBar to FizzBuzz

PARAMETERS

-OldTitle

The current title of the Folder you wish to change

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-NewTitle

The new title of the folder you wish to change

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 2
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

Get-GrafanaFolder , New-GrafanaFolder

Clone this wiki locally