-
Notifications
You must be signed in to change notification settings - Fork 3
New GrafanaSnapshot
Stephen Valdinger edited this page Apr 8, 2019
·
3 revisions
Take a snapshot of a dashboard in Grafana
New-GrafanaSnapshot [-DashboardTitle] <String> [-SnapshotName] <String> [[-Expires] <Int32>]
[<CommonParameters>]
PS C:\> New-GrafanaSnapshot -DashboardTitle WebHosts -SnapshotName WebSnap -Expires 0
Create a new snapshot of WebHosts with the name WebSnap that never expires
Title of the dashboard you wish to snapshot
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Time (in seconds) the snapshot stays alive. Set to 0 to never expire.
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Name of the snapshot you are creating
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
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