Export-RubrikReport

SYNOPSIS

Retrieves link to a CSV file for a Rubrik Envision report

SYNTAX

Export-RubrikReport [-id] <String> [[-TimezoneOffset] <String>] [[-Server] <String>] [[-api] <String>]
 [<CommonParameters>]

DESCRIPTION

The Export-RubrikReport cmdlet is used to pull the link to a CSV file for a Rubrik Envision report

EXAMPLES

EXAMPLE 1

Export-RubrikReport -id '11111111-2222-3333-4444-555555555555' -timezone_offset 120

This will return the link to a CSV file for report id "11111111-2222-3333-4444-555555555555"

EXAMPLE 2

This will return the link to a CSV file for report named "Protection Tasks Details"

PARAMETERS

-id

ID of the report.

-TimezoneOffset

Timezone offset from UTC in minutes.

-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 Bas Vinken for community usage Twitter: @bvinken GitHub: basvinken

https://rubrik.gitbook.io/rubrik-sdk-for-powershell/command-documentation/reference/export-rubrikreport

Last updated

Was this helpful?