Get-RubrikNutanixVM

SYNOPSIS

Retrieves details on one or more Nutanix (AHV) virtual machines known to a Rubrik cluster

SYNTAX

Query (Default)

Get-RubrikNutanixVM [[-Name] <String>] [-Relic] [-SLA <String>] [-SLAAssignment <String>]
 [-PrimaryClusterID <String>] [-SLAID <String>] [-DetailedObject] [-Server <String>] [-api <String>]
 [<CommonParameters>]

ID

Get-RubrikNutanixVM [-id] <String> [-DetailedObject] [-Server <String>] [-api <String>] [<CommonParameters>]

DESCRIPTION

The Get-RubrikNutanixVM cmdlet is used to pull a detailed data set from a Rubrik cluster on any number of Nutanix (AHV) virtual machines

EXAMPLES

EXAMPLE 1

This will return details on all Nutanix (AHV) virtual machines named "Server1".

EXAMPLE 2

This will return details on all Nutanix (AHV) virtual machines named "Server1" that are protected by the Gold SLA Domain.

EXAMPLE 3

This will return all Nutanix (AHV) virtual machines named "Server1" and returns the Detailed Objects of these VMs

EXAMPLE 4

This will return all removed Nutanix (AHV) virtual machines that were formerly protected by Rubrik.

PARAMETERS

-Name

Name of the Nutanix (AHV) virtual machine

-Relic

Filter results to include only relic (removed) virtual machines

-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.

-id

Virtual machine id

-SLAID

SLA id value

-DetailedObject

DetailedObject will retrieved the detailed Nutanix VM object, the default behavior of the API is to only retrieve a subset of the full Nutanix 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.

-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-rubriknutanixvm

Last updated

Was this helpful?