-
Notifications
You must be signed in to change notification settings - Fork 3
Set GrafanaFolder
Stephen Valdinger edited this page Apr 5, 2019
·
1 revision
Update the Title of a Folder in Grafana
Set-GrafanaFolder [-OldTitle] <String> [-NewTitle] <String> [<CommonParameters>]
The API only allows updates to the Title of a folder in Grafana. This cmdlet accomplishes that task
Set-GrafanaFolder -OldTitle "FooBar" -NewTitle "FizzBuzz"
Set the title of the folder FooBar to FizzBuzz
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
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
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