Get-RubrikVM
SYNOPSIS
Retrieves details on one or more virtual machines known to a Rubrik cluster
SYNTAX
Query (Default)
ID
DESCRIPTION
The Get-RubrikVM cmdlet is used to pull a detailed data set from a Rubrik cluster on any number of virtual machines
EXAMPLES
EXAMPLE 1
This will return details on all virtual machines named "Server1".
EXAMPLE 2
This will return details on all virtual machines named "Server1" that are protected by the Gold SLA Domain.
EXAMPLE 3
This will return all removed virtual machines that were formerly protected by Rubrik.
EXAMPLE 4
Retrieves all VMware VMs that are currently not protected by any SLA
EXAMPLE 5
This will return the VM object with all properties, including additional details such as snapshots taken of the VM. Using this switch parameter negatively affects performance
PARAMETERS
-Name
Name of the virtual machine
-id
Virtual machine id
-Relic
Filter results to include only relic (removed) virtual machines
-DetailedObject
DetailedObject will retrieved the detailed VM object, the default behavior of the API is to only retrieve a subset of the full VM object unless we query directly by ID. Using this parameter does affect performance as more data will be retrieved and more API-queries will be performed.
-SLA
SLA Domain policy assigned to the virtual machine
-SLAAssignment
Filter by SLA Domain assignment type
-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.
-SLAID
SLA id value
-Server
Rubrik server IP or FQDN
-api
API version
CommonParameters
INPUTS
OUTPUTS
NOTES
Written by Chris Wahl for community usage Twitter: @ChrisWahl GitHub: chriswahl
RELATED LINKS
Last updated
Was this helpful?