Set-RubrikReport
SYNOPSIS
Change report settings by taking an existing report and making the desired changes
SYNTAX
Set-RubrikReport [-id] <String> [-Name] <String> [-chart0] <Object> [-chart1] <Object> [-filters] <Object>
[-table] <Object> [[-NewName] <String>] [[-NewTableColumns] <String[]>] [[-Server] <String>] [[-api] <String>]
[<CommonParameters>]DESCRIPTION
The Set-RubrikReport cmdlet is used to change settings on an existing report by specifying one or more parameters to make these changes. Currently it is supported to change the new and the colums displayed in the table.
EXAMPLES
EXAMPLE 1
Get-RubrikReport -Name 'Boring Report' -DetailedObject | Set-RubrikReport -NewName 'Quokka Report'This will rename the report named 'Boring Report' to 'Quokka Report'
EXAMPLE 2
This will change the table colums in 'Quokka Report' to the specified values in the -NewTableColums parameter
PARAMETERS
-id
The ID of the report.
-Name
The new name of the report
-chart0
-chart1
-filters
-table
-NewName
-NewTableColumns
-Server
Rubrik server IP or FQDN
-api
API version
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
Written by Jaap Brasser for community usage Twitter: @jaap_brasser GitHub: jaapbrasser
RELATED LINKS
https://rubrik.gitbook.io/rubrik-sdk-for-powershell/command-documentation/reference/set-rubrikreport
Last updated
Was this helpful?