Get-RubrikAPIVersion
SYNOPSIS
Connects to Rubrik and retrieves the current API version
SYNTAX
DESCRIPTION
The Get-RubrikVersion cmdlet will retrieve the API version actively running on the system. This does not require authentication.
EXAMPLES
EXAMPLE 1
This will return the running API version on the Rubrik cluster reachable at the address 192.168.1.100
PARAMETERS
-Server
Rubrik server IP or FQDN
-id
ID of the Rubrik cluster or me for self
-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
RELATED LINKS
Last updated