Get-RubrikArchive
SYNOPSIS
Connects to Rubrik and retrieves a list of archive targets
SYNTAX
Query (Default)
ID
DESCRIPTION
The Get-RubrikArchive cmdlet is used to pull a list of configured archive targets from the Rubrik cluster.
EXAMPLES
EXAMPLE 1
This will return all the archive targets configured on the Rubrik cluster.
EXAMPLE 2
This will return the archive targets configured on the Rubrik cluster with the name of 'archive01'.
PARAMETERS
-Id
Archive Location ID
-Name
Archive Location Name
-ArchiveType
Filter by Archive location type (Currently S3 and Azure only)
-DetailedObject
DetailedObject will retrieved the detailed archive object, the default behavior of the API is to only retrieve a subset of the archive object. 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 Mike Preston for community usage Twitter: @mwpreston GitHub: mwpreston
RELATED LINKS
Last updated