Get-RubrikManagedVolume

SYNOPSIS

Gets data on a Rubrik managed volume

SYNTAX

Name (Default)

Get-RubrikManagedVolume [[-Name] <String>] [-SLA <String>] [-SLAID <String>] [-Relic]
 [-PrimaryClusterID <String>] [-Server <String>] [-api <String>] [<CommonParameters>]

ID

Get-RubrikManagedVolume [-id] <String> [-SLA <String>] [-SLAID <String>] [-Relic] [-PrimaryClusterID <String>]
 [-Server <String>] [-api <String>] [<CommonParameters>]

DESCRIPTION

The Get-RubrikManagedVolume cmdlet is used to retrive information on one or more managed volumes that are being protected with Rubrik.

EXAMPLES

EXAMPLE 1

Retrieves all Rubrik Managed Volumes, active and relics

EXAMPLE 2

Retrieves all Rubrik Managed Volumes that are relics

EXAMPLE 3

Retrieves all Rubrik Managed Volumes that are not relics

EXAMPLE 4

Get a managed volume named sqltest

EXAMPLE 5

Get all managed volumes protected by the 'Foo' SLA domain.

EXAMPLE 6

Get the managed volume named 'Bar'.

PARAMETERS

-id

id of managed volume

-Name

Name of managed volume

-SLA

SLA name that the managed volume is protected under

-SLAID

SLA id that the managed volume is protected under

-Relic

Filter results to include only relic (removed) databases

-PrimaryClusterID

Filter the summary information based on the primarycluster_id of the primary Rubrik cluster. Use local as the primary_cluster_id of the Rubrik cluster that is hosting the current REST API session.

-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 Mike Fal Twitter: @Mike_Fal GitHub: MikeFal

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

Last updated

Was this helpful?