-
Notifications
You must be signed in to change notification settings - Fork 3
Get GrafanaDashboard
Stephen Valdinger edited this page Apr 9, 2019
·
3 revisions
Returns an object with details about a Grafana dashboard
Get-GrafanaDashboard [[-Name] <String>] [-IncludeMetadata] [<CommonParameters>]
Get-GrafanaDashboard [[-Uuid] <String>] [-IncludeMetadata] [<CommonParameters>]
Get-GrafanaDashboard [[-Tag] <String>] [-IncludeMetadata] [<CommonParameters>]
Get-GrafanaDashboard -Name 'Prod - FileServer'
Get-GrafanaDashboard -Uuid O0E3f5t
Get-GrafanaDashboard -Name 'Smiley' -IncudeMetadata
Search the Grafana instance for dashboards by friendly name
Type: String
Parameter Sets: Name
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Search the Grafana instance for dashboards by UID
Type: String
Parameter Sets: Uuid
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Search the Grafana instance for dashboards by Tag
Type: String
Parameter Sets: Tag
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Include extra metadata about the dashboard. Excluded by default.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
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