Get-RubrikVCD
SYNOPSIS
Connect to Rubrik and retrieve the current Rubrik vCD settings
SYNTAX
Query (Default)
ID
DESCRIPTION
The Get-RubrikVCD cmdlet retrieves all vCD settings actively running on the system. This requires authentication.
EXAMPLES
EXAMPLE 1
This returns the vCD settings on the currently connected Rubrik cluster
EXAMPLE 2
This returns the vCD settings on the currently connected Rubrik cluster matching the name 'My vCD Cluster'
EXAMPLE 3
This returns the vCD settings on the currently connected Rubrik cluster matching the hostname 'vcd.example.com'
EXAMPLE 4
This returns the vCD settings on the currently connected Rubrik cluster with the status of 'Connected'
EXAMPLE 5
This returns the full set of settings of the vCD clusters on the currently connected Rubrik cluster
PARAMETERS
-Id
ID of the VCD Cluster to retrieve
-Name
vCD Cluster Name
-Hostname
vCD Cluster Hostname
-Status
vCD Cluster Status
-DetailedObject
DetailedObject will retrieved the detailed VCD object, the default behavior of the API is to only retrieve a subset of the full VCD 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 Matt Elliott for community usage Twitter: @NetworkBrouhaha GitHub: shamsway
RELATED LINKS
https://rubrik.gitbook.io/rubrik-sdk-for-powershell/command-documentation/reference/get-rubrikvcd
Last updated