Get-RubrikReportData

SYNOPSIS

Retrieve table data for a specific Envision report

SYNTAX

Get-RubrikReportData [-id] <String> [[-Name] <String>] [[-TaskType] <String>] [[-TaskStatus] <String>]
 [[-ObjectType] <String>] [[-ComplianceStatus] <String>] [[-limit] <Int32>] [[-cursor] <String>]
 [[-Server] <String>] [[-api] <String>] [<CommonParameters>]

DESCRIPTION

The Get-RubrikReportData cmdlet is used to pull table data from a specific Envision report

EXAMPLES

EXAMPLE 1

Get-RubrikReport -Name 'SLA Compliance Summary' | Get-RubrikReportData

This will return table data from the "SLA Compliance Summary" report

EXAMPLE 2

This will return table data from the "SLA Compliance Summary" report when the compliance status is "NonCompliance"

EXAMPLE 3

This will return table data from the "SLA Compliance Summary" report when the compliance status is "NonCompliance", only returns the first 10 results.

EXAMPLE 4

This will return all of the table data from the "Object Protection Summary" report. Note: Using '-Limit -1' may affect performance for reports containing large amounts of data.

EXAMPLE 5

This will return a human readable table view of the items within the System Capacity report.

PARAMETERS

-id

The ID of the report

-Name

Search table data by object name

-TaskType

Filter table data on task type

-TaskStatus

Filter table data on task status

-ObjectType

Filter table data on object type

-ComplianceStatus

Filter table data on compliance status

-limit

limit the number of rows returned, defaults to maximum pageSize of 9999. Use a value of '-1' to remove limit restrictions

-cursor

cursor start (if necessary)

-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 Chris Wahl for community usage Twitter: @ChrisWahl GitHub: chriswahl

https://rubrik.gitbook.io/rubrik-sdk-for-powershell/command-documentation/reference/get-rubrikreportdata

Last updated

Was this helpful?