Get-RubrikVCenter
SYNOPSIS
Connects to Rubrik and retrieves the current Rubrik vCenter settings
SYNTAX
DESCRIPTION
The Get-RubrikVCenter cmdlet will retrieve the all vCenter settings actively running on the system. This does require authentication.
EXAMPLES
EXAMPLE 1
This will return the vCenter settings on the currently connected Rubrik cluster
EXAMPLE 2
This will return the detailed vCenter settings from currently connected Rubrik cluster
PARAMETERS
-Name
vCenter Name
-Server
Rubrik server IP or FQDN
-id
vCenter id
-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.
-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.
-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
Adapted by Adam Shuttleworth from scripts by Chris Wahl for community usage
RELATED LINKS
Last updated