Skip to content

New GrafanaDashboard

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

New-GrafanaDashboard

SYNOPSIS

Add a new dashboard to Grafana

SYNTAX

New-GrafanaDashboard -Title <String> [-Tags <String[]>] -Folder <String> [<CommonParameters>]

DESCRIPTION

This cmdlet adds a new dashboard to the specified folder inside of Grafana

EXAMPLES

EXAMPLE 1

New-GrafanaDashboard -Title "My Awesome Dashboard" -Folder "Fancy Dashboards"

EXAMPLE 2

New-GrafanaDashboard -Title "My Awesome Dashboard" -Tags "production","webserver","cats" -Folder Home

PARAMETERS

-Title

The Title of the Dashbaord

Type: String
Parameter Sets: (All)
Aliases:

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

-Tags

The tags you wish the Dashboard to use

Type: String[]
Parameter Sets: (All)
Aliases:

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

-Folder

The folder in which to store the Dashboard in Grafana

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
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-GrafanaDashboard, Remove-GrafanaDashboard

Clone this wiki locally