-
Notifications
You must be signed in to change notification settings - Fork 3
New GrafanaDashboard
Stephen Valdinger edited this page Apr 9, 2019
·
1 revision
Add a new dashboard to Grafana
New-GrafanaDashboard -Title <String> [-Tags <String[]>] -Folder <String> [<CommonParameters>]
This cmdlet adds a new dashboard to the specified folder inside of Grafana
New-GrafanaDashboard -Title "My Awesome Dashboard" -Folder "Fancy Dashboards"
New-GrafanaDashboard -Title "My Awesome Dashboard" -Tags "production","webserver","cats" -Folder Home
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
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
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
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